Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h375 bool AnyLinesForVMOrRowTooLarge; member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c4881 mode_lib->vba.AnyLinesForVMOrRowTooLarge = false; in dml21_ModeSupportAndSystemConfigurationFull()
4884 mode_lib->vba.AnyLinesForVMOrRowTooLarge = true; in dml21_ModeSupportAndSystemConfigurationFull()
4888 if (mode_lib->vba.MaxVStartup <= 13 || mode_lib->vba.AnyLinesForVMOrRowTooLarge == false) { in dml21_ModeSupportAndSystemConfigurationFull()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c5081 v->AnyLinesForVMOrRowTooLarge = false; in dml30_ModeSupportAndSystemConfigurationFull()
5084 v->AnyLinesForVMOrRowTooLarge = true; in dml30_ModeSupportAndSystemConfigurationFull()
5165 if (v->MaxVStartup <= 13 || v->AnyLinesForVMOrRowTooLarge == false) { in dml30_ModeSupportAndSystemConfigurationFull()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c5448 v->AnyLinesForVMOrRowTooLarge = false;
5451 v->AnyLinesForVMOrRowTooLarge = true;
5536 if (v->MaxVStartup <= __DML_VBA_MIN_VSTARTUP__ || v->AnyLinesForVMOrRowTooLarge == false) {