Home
last modified time | relevance | path

Searched refs:FullFrameMALLPStateMethod (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h237 bool FullFrameMALLPStateMethod; member
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h935 bool FullFrameMALLPStateMethod; member
H A Ddml2_core_dcn4_calcs.c8632 s->FullFrameMALLPStateMethod = false; in dml_core_mode_support()
8638 s->FullFrameMALLPStateMethod = true; in dml_core_mode_support()
8654 …(s->SubViewportMALLPStateMethod && s->FullFrameMALLPStateMethod) || s->SubViewportMALLRefreshGreat… in dml_core_mode_support()
8659 dml2_printf("DML::%s: FullFrameMALLPStateMethod = %u\n", __func__, s->FullFrameMALLPStateMethod); in dml_core_mode_support()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1690 dml_bool_t FullFrameMALLPStateMethod; member
H A Ddisplay_mode_core.c7936 s->FullFrameMALLPStateMethod = false; in dml_core_mode_support()
7942 s->FullFrameMALLPStateMethod = true; in dml_core_mode_support()
7952 …|| (s->SubViewportMALLPStateMethod && s->FullFrameMALLPStateMethod) || s->SubViewportMALLRefreshGr… in dml_core_mode_support()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c3038 v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.FullFrameMALLPStateMethod = false; in dml32_ModeSupportAndSystemConfigurationFull()
3044 v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.FullFrameMALLPStateMethod = true; in dml32_ModeSupportAndSystemConfigurationFull()
3051 …tateMethod && v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.FullFrameMALLPStateMethod); in dml32_ModeSupportAndSystemConfigurationFull()