Commit 1b9ec7cb authored by Michael Strauss's avatar Michael Strauss Committed by Alex Deucher

drm/amd/display: Disable SYMCLK32_SE RCO on DCN314

[WHY]
Currently causes some DP link layer failures, backing out until
the failures are root caused.
Reviewed-by: default avatarNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Acked-by: default avatarRoman Li <roman.li@amd.com>
Signed-off-by: default avatarMichael Strauss <michael.strauss@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 85ca6e85
...@@ -916,7 +916,7 @@ static const struct dc_debug_options debug_defaults_drv = { ...@@ -916,7 +916,7 @@ static const struct dc_debug_options debug_defaults_drv = {
.hdmistream = true, .hdmistream = true,
.hdmichar = true, .hdmichar = true,
.dpstream = true, .dpstream = true,
.symclk32_se = true, .symclk32_se = false,
.symclk32_le = true, .symclk32_le = true,
.symclk_fe = true, .symclk_fe = true,
.physymclk = true, .physymclk = 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