mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 16:55:19 +07:00
drm/amd/display: do not report min_memory_clock_khz to pplib for dce8 & 10
Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
f0f8b2db57
commit
497de04ffe
@ -114,8 +114,8 @@ static void dce100_pplib_apply_display_requirements(
|
||||
|
||||
pp_display_cfg->avail_mclk_switch_time_us =
|
||||
dce110_get_min_vblank_time_us(context);
|
||||
pp_display_cfg->min_memory_clock_khz = context->bw.dce.yclk_khz
|
||||
/ MEMORY_TYPE_MULTIPLIER;
|
||||
/*pp_display_cfg->min_memory_clock_khz = context->bw.dce.yclk_khz
|
||||
/ MEMORY_TYPE_MULTIPLIER;*/
|
||||
|
||||
dce110_fill_display_configs(context, pp_display_cfg);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user