Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c515 static int kbps_to_peak_pbn(int kbps) in kbps_to_peak_pbn() function
592 initial_slack[i] = kbps_to_peak_pbn(params[i].bw_range.max_kbps) - vars[i].pbn; in increase_dsc_bpp()
709 vars[next_index].pbn = kbps_to_peak_pbn(params[next_index].bw_range.stream_kbps); in try_disable_dsc()
721 vars[next_index].pbn = kbps_to_peak_pbn(params[next_index].bw_range.max_kbps); in try_disable_dsc()
785 vars[i].pbn = kbps_to_peak_pbn(params[i].bw_range.stream_kbps); in compute_mst_dsc_configs_for_link()
803 vars[i].pbn = kbps_to_peak_pbn(params[i].bw_range.min_kbps); in compute_mst_dsc_configs_for_link()
813 vars[i].pbn = kbps_to_peak_pbn(params[i].bw_range.stream_kbps); in compute_mst_dsc_configs_for_link()