Home
last modified time | relevance | path

Searched refs:PhantomPipeMALLPStateMethod (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h239 bool PhantomPipeMALLPStateMethod; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h924 bool PhantomPipeMALLPStateMethod; member
Ddml2_core_shared.c1958 s->PhantomPipeMALLPStateMethod = false; in dml2_core_shared_mode_support()
1975 s->PhantomPipeMALLPStateMethod = true; in dml2_core_shared_mode_support()
1977 …mbinationOfMALLUseForPState = (s->SubViewportMALLPStateMethod != s->PhantomPipeMALLPStateMethod) || in dml2_core_shared_mode_support()
1982 …l2_printf("DML::%s: PhantomPipeMALLPStateMethod = %u\n", __func__, s->PhantomPipeMALLPStateMethod); in dml2_core_shared_mode_support()
Ddml2_core_dcn4_calcs.c8314 s->PhantomPipeMALLPStateMethod = false; in dml_core_mode_support()
8331 s->PhantomPipeMALLPStateMethod = true; in dml_core_mode_support()
8333 …mbinationOfMALLUseForPState = (s->SubViewportMALLPStateMethod != s->PhantomPipeMALLPStateMethod) || in dml_core_mode_support()
8338 …l2_printf("DML::%s: PhantomPipeMALLPStateMethod = %u\n", __func__, s->PhantomPipeMALLPStateMethod); in dml_core_mode_support()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core_structs.h1634 dml_bool_t PhantomPipeMALLPStateMethod; member
Ddisplay_mode_core.c7935 s->PhantomPipeMALLPStateMethod = false; in dml_core_mode_support()
7946 s->PhantomPipeMALLPStateMethod = true; in dml_core_mode_support()
7948 …dCombinationOfMALLUseForPState = (s->SubViewportMALLPStateMethod != s->PhantomPipeMALLPStateMethod) in dml_core_mode_support()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_32.c3040 v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.PhantomPipeMALLPStateMethod = false; in dml32_ModeSupportAndSystemConfigurationFull()
3048 v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.PhantomPipeMALLPStateMethod = true; in dml32_ModeSupportAndSystemConfigurationFull()
3051 …!= v->dummy_vars.dml32_ModeSupportAndSystemConfigurationFull.PhantomPipeMALLPStateMethod) || (v->d… in dml32_ModeSupportAndSystemConfigurationFull()