Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h540 bool AnyLinesForVMOrRowTooLarge; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core_structs.h1642 dml_bool_t AnyLinesForVMOrRowTooLarge; member
Ddisplay_mode_core.c6501 s->AnyLinesForVMOrRowTooLarge = false; in dml_prefetch_check()
6504 s->AnyLinesForVMOrRowTooLarge = true; in dml_prefetch_check()
6611 if (s->MaxVStartup <= __DML_VBA_MIN_VSTARTUP__ || s->AnyLinesForVMOrRowTooLarge == false) { in dml_prefetch_check()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_32.c3426 mode_lib->vba.AnyLinesForVMOrRowTooLarge = false; in dml32_ModeSupportAndSystemConfigurationFull()
3430 mode_lib->vba.AnyLinesForVMOrRowTooLarge = true; in dml32_ModeSupportAndSystemConfigurationFull()
3548 || mode_lib->vba.AnyLinesForVMOrRowTooLarge == false) { in dml32_ModeSupportAndSystemConfigurationFull()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c4893 mode_lib->vba.AnyLinesForVMOrRowTooLarge = false; in dml21_ModeSupportAndSystemConfigurationFull()
4896 mode_lib->vba.AnyLinesForVMOrRowTooLarge = true; in dml21_ModeSupportAndSystemConfigurationFull()
4900 if (mode_lib->vba.MaxVStartup <= 13 || mode_lib->vba.AnyLinesForVMOrRowTooLarge == false) { in dml21_ModeSupportAndSystemConfigurationFull()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c4923 v->AnyLinesForVMOrRowTooLarge = false; in dml30_ModeSupportAndSystemConfigurationFull()
4926 v->AnyLinesForVMOrRowTooLarge = true; in dml30_ModeSupportAndSystemConfigurationFull()
5007 if (v->MaxVStartup <= 13 || v->AnyLinesForVMOrRowTooLarge == false) { in dml30_ModeSupportAndSystemConfigurationFull()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c5254 v->AnyLinesForVMOrRowTooLarge = false;
5257 v->AnyLinesForVMOrRowTooLarge = true;
5322 if (v->MaxVStartup <= __DML_VBA_MIN_VSTARTUP__ || v->AnyLinesForVMOrRowTooLarge == false) {
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c5340 v->AnyLinesForVMOrRowTooLarge = false;
5343 v->AnyLinesForVMOrRowTooLarge = true;
5408 if (v->MaxVStartup <= __DML_VBA_MIN_VSTARTUP__ || v->AnyLinesForVMOrRowTooLarge == false) {
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared.c2438 s->AnyLinesForVMOrRowTooLarge = false; in dml2_core_shared_mode_support()
2441 s->AnyLinesForVMOrRowTooLarge = true; in dml2_core_shared_mode_support()