Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c1754 …!(UseMALLForPStateChange == dml_use_mall_pstate_change_phantom_pipe) && !(SynchronizeDRRDisplaysFo… in CalculateTWait()
1756 …lse if (PrefetchMode <= 1 && !(UseMALLForPStateChange == dml_use_mall_pstate_change_phantom_pipe))… in CalculateTWait()
1758 …lse if (PrefetchMode <= 2 && !(UseMALLForPStateChange == dml_use_mall_pstate_change_phantom_pipe))… in CalculateTWait()
2967 …eLatencySupported[k] = (p->UseMALLForPStateChange[k] == dml_use_mall_pstate_change_phantom_pipe) … in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
2973 …if ((p->UseMALLForPStateChange[k] != dml_use_mall_pstate_change_phantom_pipe) && (s->USRRetraining… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
2980 …if ((p->UseMALLForPStateChange[k] != dml_use_mall_pstate_change_phantom_pipe) && ((!s->FoundCritic… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3004 …if ((p->UseMALLForPStateChange[k] != dml_use_mall_pstate_change_phantom_pipe) && (s->ActiveFCLKCh… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3035 …change_sub_viewport) && (p->UseMALLForPStateChange[k] != dml_use_mall_pstate_change_phantom_pipe))… in CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
3246 …LinesInDETLuma = (UseMALLForPStateChange == dml_use_mall_pstate_change_phantom_pipe ? 1024*1024 : … in CalculateUrgentBurstFactor()
3261 …LinesInDETChroma = (UseMALLForPStateChange == dml_use_mall_pstate_change_phantom_pipe ? 1024*1024 … in CalculateUrgentBurstFactor()
[all …]
H A Ddml2_translation_helper.c1392 …g->plane.UseMALLForPStateChange[disp_cfg_plane_location] = dml_use_mall_pstate_change_phantom_pipe; in map_dc_state_into_dml_display_cfg()
1423 …g->plane.UseMALLForPStateChange[disp_cfg_plane_location] = dml_use_mall_pstate_change_phantom_pipe; in map_dc_state_into_dml_display_cfg()
H A Ddisplay_mode_core_structs.h54 dml_use_mall_pstate_change_phantom_pipe = 3, enumerator