Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h237 bool FullFrameMALLPStateMethod; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1689 dml_bool_t FullFrameMALLPStateMethod; member
H A Ddisplay_mode_core.c7944 s->FullFrameMALLPStateMethod = false; in dml_core_mode_support()
7950 s->FullFrameMALLPStateMethod = true; in dml_core_mode_support()
7960 …|| (s->SubViewportMALLPStateMethod && s->FullFrameMALLPStateMethod) || s->SubViewportMALLRefreshGr… in dml_core_mode_support()
/linux/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()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c9245 s->FullFrameMALLPStateMethod = false; in dml_core_mode_support()
9251 s->FullFrameMALLPStateMethod = true; in dml_core_mode_support()
9267 …(s->SubViewportMALLPStateMethod && s->FullFrameMALLPStateMethod) || s->SubViewportMALLRefreshGreat… in dml_core_mode_support()
9272 …L_LOG_VERBOSE("DML::%s: FullFrameMALLPStateMethod = %u\n", __func__, s->FullFrameMALLPStateMethod); in dml_core_mode_support()