Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/
A Damdgpu_dm_mst_types.c665 static int kbps_to_peak_pbn(int kbps) in kbps_to_peak_pbn() function
768 kbps_to_peak_pbn(params[i].bw_range.max_kbps) - vars[i + k].pbn; in increase_dsc_bpp()
893 vars[next_index].pbn = kbps_to_peak_pbn(params[next_index].bw_range.stream_kbps); in try_disable_dsc()
906 vars[next_index].pbn = kbps_to_peak_pbn(params[next_index].bw_range.max_kbps); in try_disable_dsc()
996 vars[i + k].pbn = kbps_to_peak_pbn(params[i].bw_range.stream_kbps); in compute_mst_dsc_configs_for_link()
1015 vars[i + k].pbn = kbps_to_peak_pbn(params[i].bw_range.min_kbps); in compute_mst_dsc_configs_for_link()
1023 vars[i + k].pbn = kbps_to_peak_pbn(params[i].bw_range.stream_kbps); in compute_mst_dsc_configs_for_link()

Completed in 7 milliseconds