summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dce100
diff options
context:
space:
mode:
authorDmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>2017-06-30 11:52:14 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:16:14 -0400
commit497de04ffe666c2f006ab318aa99cde25cc1176a (patch)
tree46198ffef5fe76293c123b1494839960b40a99ad /drivers/gpu/drm/amd/display/dc/dce100
parentf0f8b2db570bf3cdb6948cadb83e6dad0faf4c37 (diff)
downloadlinux-stable-497de04ffe666c2f006ab318aa99cde25cc1176a.tar.gz
linux-stable-497de04ffe666c2f006ab318aa99cde25cc1176a.tar.bz2
linux-stable-497de04ffe666c2f006ab318aa99cde25cc1176a.zip
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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dce100')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce100/dce100_hw_sequencer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce100/dce100_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dce100/dce100_hw_sequencer.c
index 843f50a08e21..c638f47acefc 100644
--- a/drivers/gpu/drm/amd/display/dc/dce100/dce100_hw_sequencer.c
+++ b/drivers/gpu/drm/amd/display/dc/dce100/dce100_hw_sequencer.c
@@ -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);