Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.c1074 unsigned int total_pipes = 0; in ModeSupportAndSystemConfiguration() local
1096 total_pipes += mode_lib->vba.DPPPerPlane[k]; in ModeSupportAndSystemConfiguration()
1103 ASSERT(total_pipes <= DC__NUM_DPP__MAX); in ModeSupportAndSystemConfiguration()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c3782 int i, total_pipes = 0; local
3784 total_pipes += NoOfDPPThisState[i];
3785 …te = ((config_return_buffer_size_in_kbytes - DCN3_15_MIN_COMPBUF_SIZE_KB) / 64 / total_pipes) * 64;