Commit ae510080 authored by Sung Joon Kim's avatar Sung Joon Kim Committed by Alex Deucher

drm/amd/display: Disable SYMCLK32_LE root clock gating

[WHY & HOW]
On display on sequence, enabling SYMCLK32_LE root clock gating
causes issue in link training so disabling it is needed.

Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Reviewed-by: default avatarNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: default avatarSung Joon Kim <Sungjoon.Kim@amd.com>
Signed-off-by: default avatarAlex Hung <alex.hung@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 3766a840
...@@ -736,7 +736,7 @@ static const struct dc_debug_options debug_defaults_drv = { ...@@ -736,7 +736,7 @@ static const struct dc_debug_options debug_defaults_drv = {
.hdmichar = true, .hdmichar = true,
.dpstream = true, .dpstream = true,
.symclk32_se = true, .symclk32_se = true,
.symclk32_le = true, .symclk32_le = false,
.symclk_fe = true, .symclk_fe = true,
.physymclk = false, .physymclk = false,
.dpiasymclk = true, .dpiasymclk = true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment