Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/inc/ !
H A Dsmu_v13_0.h61 extern const int pmfw_decoded_link_width[7];
64 #define DECODE_LANE_WIDTH(lane_width_idx) (pmfw_decoded_link_width[lane_width_idx])
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ !
H A Dsmu_v13_0.c91 const int pmfw_decoded_link_width[7] = {0, 1, 2, 4, 8, 12, 16}; variable