Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_enums.h222 dm_use_mall_pstate_change_phantom_pipe enumerator
Ddisplay_mode_vba.c300 …return (mode_lib->vba.UsesMALLForPStateChange[plane_idx] == dm_use_mall_pstate_change_phantom_pipe in get_is_phantom_pipe()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c599 dm_use_mall_pstate_change_phantom_pipe ? 1024 : DETBufferSizeInKByte[k]); in dml32_CalculateSwathAndDETConfiguration()
1002 if (UseMALLForPStateChange[k] == dm_use_mall_pstate_change_phantom_pipe) { in dml32_CalculateDETBufferSize()
1024 if (UseMALLForPStateChange[k] != dm_use_mall_pstate_change_phantom_pipe) in dml32_CalculateDETBufferSize()
1037 if (UseMALLForPStateChange[k] == dm_use_mall_pstate_change_phantom_pipe) { in dml32_CalculateDETBufferSize()
2176 (UseMALLForPStateChange[k] == dm_use_mall_pstate_change_phantom_pipe) || in dml32_CalculateVMRowAndSwath()
2188 (UseMALLForPStateChange[k] == dm_use_mall_pstate_change_phantom_pipe) || in dml32_CalculateVMRowAndSwath()
2767 LinesInDETLuma = (UseMALLForPStateChange == dm_use_mall_pstate_change_phantom_pipe ? 1024*1024 : in dml32_CalculateUrgentBurstFactor()
2783 LinesInDETChroma = (UseMALLForPStateChange == dm_use_mall_pstate_change_phantom_pipe ? in dml32_CalculateUrgentBurstFactor()
3256 !(UseMALLForPStateChange == dm_use_mall_pstate_change_phantom_pipe) && in dml32_CalculateTWait()
3259 …} else if (PrefetchMode <= 1 && !(UseMALLForPStateChange == dm_use_mall_pstate_change_phantom_pipe in dml32_CalculateTWait()
[all …]
Ddisplay_mode_vba_32.c2995 mode_lib->vba.UsesMALLForPStateChange[k] == dm_use_mall_pstate_change_phantom_pipe)); in dml32_ModeSupportAndSystemConfigurationFull()
3004 && (mode_lib->vba.UsesMALLForPStateChange[k] == dm_use_mall_pstate_change_phantom_pipe)) in dml32_ModeSupportAndSystemConfigurationFull()
3019 if (mode_lib->vba.UsesMALLForPStateChange[k] == dm_use_mall_pstate_change_phantom_pipe) in dml32_ModeSupportAndSystemConfigurationFull()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c1936 pipes[pipe_cnt].pipe.src.use_mall_for_pstate_change = dm_use_mall_pstate_change_phantom_pipe; in dcn32_populate_dml_pipes_from_context()