Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h238 bool SubViewportMALLPStateMethod; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h923 bool SubViewportMALLPStateMethod; member
H A Ddml2_core_shared.c1957 s->SubViewportMALLPStateMethod = false; in dml2_core_shared_mode_support()
1964 s->SubViewportMALLPStateMethod = true; in dml2_core_shared_mode_support()
1977 …mode_lib->ms.support.InvalidCombinationOfMALLUseForPState = (s->SubViewportMALLPStateMethod != s->… in dml2_core_shared_mode_support()
1978 …(s->SubViewportMALLPStateMethod && s->FullFrameMALLPStateMethod) || s->SubViewportMALLRefreshGreat… in dml2_core_shared_mode_support()
1981 …l2_printf("DML::%s: SubViewportMALLPStateMethod = %u\n", __func__, s->SubViewportMALLPStateMethod); in dml2_core_shared_mode_support()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_32.c3039 v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.SubViewportMALLPStateMethod = false; in dml32_ModeSupportAndSystemConfigurationFull()
3046 v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.SubViewportMALLPStateMethod = true; in dml32_ModeSupportAndSystemConfigurationFull()
3050 …eForPState = (v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.SubViewportMALLPStateMethod in dml32_ModeSupportAndSystemConfigurationFull()
3051 … || (v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.SubViewportMALLPStateMethod && v->d… in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1633 dml_bool_t SubViewportMALLPStateMethod; member