Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c631 static int kbps_to_peak_pbn(int kbps) in kbps_to_peak_pbn() function
727 kbps_to_peak_pbn(params[i].bw_range.max_kbps) - vars[i + k].pbn; in increase_dsc_bpp()
852 vars[next_index].pbn = kbps_to_peak_pbn(params[next_index].bw_range.stream_kbps); in try_disable_dsc()
865 vars[next_index].pbn = kbps_to_peak_pbn(params[next_index].bw_range.max_kbps); in try_disable_dsc()
960 vars[i + k].pbn = kbps_to_peak_pbn(params[i].bw_range.stream_kbps); in compute_mst_dsc_configs_for_link()
979 vars[i + k].pbn = kbps_to_peak_pbn(params[i].bw_range.min_kbps); in compute_mst_dsc_configs_for_link()
987 vars[i + k].pbn = kbps_to_peak_pbn(params[i].bw_range.stream_kbps); in compute_mst_dsc_configs_for_link()