Home
last modified time | relevance | path

Searched refs:pmfw_decoded_link_speed (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Dsmu_v13_0.h56 extern const int pmfw_decoded_link_speed[5];
59 #define DECODE_GEN_SPEED(gen_speed_idx) (pmfw_decoded_link_speed[gen_speed_idx])
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c89 const int pmfw_decoded_link_speed[5] = {1, 2, 3, 4, 5}; variable