Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c4704 uint32_t total_data_bw_efficiency_x10000 = 0; in dc_link_bandwidth_kbps() local
4714 total_data_bw_efficiency_x10000 = DATA_EFFICIENCY_8b_10b_x10000; in dc_link_bandwidth_kbps()
4716 total_data_bw_efficiency_x10000 /= 100; in dc_link_bandwidth_kbps()
4717 total_data_bw_efficiency_x10000 *= DATA_EFFICIENCY_8b_10b_FEC_EFFICIENCY_x100; in dc_link_bandwidth_kbps()
4726 total_data_bw_efficiency_x10000 = DATA_EFFICIENCY_128b_132b_x10000; in dc_link_bandwidth_kbps()
4733 …eturn link_rate_per_lane_kbps * link_setting->lane_count / 10000 * total_data_bw_efficiency_x10000; in dc_link_bandwidth_kbps()