Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h375 bool AnyLinesForVMOrRowTooLarge; member
/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()
/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c5084 v->AnyLinesForVMOrRowTooLarge = false; in dml30_ModeSupportAndSystemConfigurationFull()
5087 v->AnyLinesForVMOrRowTooLarge = true; in dml30_ModeSupportAndSystemConfigurationFull()
5168 if (v->MaxVStartup <= 13 || v->AnyLinesForVMOrRowTooLarge == false) { in dml30_ModeSupportAndSystemConfigurationFull()
/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c5320 v->AnyLinesForVMOrRowTooLarge = false;
5323 v->AnyLinesForVMOrRowTooLarge = true;
5388 if (v->MaxVStartup <= __DML_VBA_MIN_VSTARTUP__ || v->AnyLinesForVMOrRowTooLarge == false) {