Home
last modified time | relevance | path

Searched refs:dml_use_mall_pstate_change_phantom_pipe (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddisplay_mode_core.c1752 …!(UseMALLForPStateChange == dml_use_mall_pstate_change_phantom_pipe) && !(SynchronizeDRRDisplaysFo… in CalculateTWait()
1754 …lse if (PrefetchMode <= 1 && !(UseMALLForPStateChange == dml_use_mall_pstate_change_phantom_pipe))… in CalculateTWait()
1756 …lse if (PrefetchMode <= 2 && !(UseMALLForPStateChange == dml_use_mall_pstate_change_phantom_pipe))… in CalculateTWait()
2954 …eLatencySupported[k] = (p->UseMALLForPStateChange[k] == dml_use_mall_pstate_change_phantom_pipe) … in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
2960 …if ((p->UseMALLForPStateChange[k] != dml_use_mall_pstate_change_phantom_pipe) && (s->USRRetraining… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
2967 …if ((p->UseMALLForPStateChange[k] != dml_use_mall_pstate_change_phantom_pipe) && ((!s->FoundCritic… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
2991 …if ((p->UseMALLForPStateChange[k] != dml_use_mall_pstate_change_phantom_pipe) && (s->ActiveFCLKCh… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3022 …change_sub_viewport) && (p->UseMALLForPStateChange[k] != dml_use_mall_pstate_change_phantom_pipe))… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3233 …LinesInDETLuma = (UseMALLForPStateChange == dml_use_mall_pstate_change_phantom_pipe ? 1024*1024 : … in CalculateUrgentBurstFactor()
3248 …LinesInDETChroma = (UseMALLForPStateChange == dml_use_mall_pstate_change_phantom_pipe ? 1024*1024 … in CalculateUrgentBurstFactor()
[all …]
Ddml2_wrapper.c192 …_config->plane.UseMALLForPStateChange[new_surface_index] = dml_use_mall_pstate_change_phantom_pipe; in optimize_configuration()
Ddml2_translation_helper.c1358 …g->plane.UseMALLForPStateChange[disp_cfg_plane_location] = dml_use_mall_pstate_change_phantom_pipe; in map_dc_state_into_dml_display_cfg()
1389 …g->plane.UseMALLForPStateChange[disp_cfg_plane_location] = dml_use_mall_pstate_change_phantom_pipe; in map_dc_state_into_dml_display_cfg()
Ddisplay_mode_core_structs.h52 dml_use_mall_pstate_change_phantom_pipe = 3 enumerator