Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c551 int link_timeslots_used; in increase_dsc_bpp() local
582 link_timeslots_used = 0; in increase_dsc_bpp()
585 link_timeslots_used += DIV_ROUND_UP(vars[i].pbn, pbn_per_timeslot); in increase_dsc_bpp()
587 fair_pbn_alloc = (63 - link_timeslots_used) / remaining_to_increase * pbn_per_timeslot; in increase_dsc_bpp()