Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c567 int fair_pbn_alloc; in increase_dsc_bpp() local
602 fair_pbn_alloc = (63 - link_timeslots_used) / remaining_to_increase * pbn_per_timeslot; in increase_dsc_bpp()
604 if (initial_slack[next_index] > fair_pbn_alloc) { in increase_dsc_bpp()
605 vars[next_index].pbn += fair_pbn_alloc; in increase_dsc_bpp()
615 vars[next_index].pbn -= fair_pbn_alloc; in increase_dsc_bpp()