Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c1080 unsigned int total_pipes = 0; in ModeSupportAndSystemConfiguration() local
1107 total_pipes += mode_lib->vba.DPPPerPlane[k]; in ModeSupportAndSystemConfiguration()
1114 ASSERT(total_pipes <= DC__NUM_DPP__MAX); in ModeSupportAndSystemConfiguration()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c3786 int i, total_pipes = 0; local
3788 total_pipes += NoOfDPPThisState[i];
3789 …0] = ((config_return_buffer_size_in_kbytes - DCN3_15_MIN_COMPBUF_SIZE_KB) / 64 / total_pipes) * 64;