Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_validation.c228 uint32_t total_data_bw_efficiency_x10000 = 0; in dp_link_bandwidth_kbps() local
238 total_data_bw_efficiency_x10000 = DATA_EFFICIENCY_8b_10b_x10000; in dp_link_bandwidth_kbps()
240 total_data_bw_efficiency_x10000 /= 100; in dp_link_bandwidth_kbps()
241 total_data_bw_efficiency_x10000 *= DATA_EFFICIENCY_8b_10b_FEC_EFFICIENCY_x100; in dp_link_bandwidth_kbps()
250 total_data_bw_efficiency_x10000 = DATA_EFFICIENCY_128b_132b_x10000; in dp_link_bandwidth_kbps()
257 …turn link_rate_per_lane_kbps * link_settings->lane_count / 10000 * total_data_bw_efficiency_x10000; in dp_link_bandwidth_kbps()