aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Strauss <[email protected]>2023-10-10 10:47:55 -0400
committerAlex Deucher <[email protected]>2023-10-26 19:02:13 -0400
commit1b9ec7cb424441de67d09c3abad46467f82ff161 (patch)
tree211c26f166133d7a227b211cb373f368fc09f3d5
parent85ca6e85303c10019710f31d4abedafab7994d68 (diff)
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: Nicholas Kazlauskas <[email protected]> Acked-by: Roman Li <[email protected]> Signed-off-by: Michael Strauss <[email protected]> Tested-by: Daniel Wheeler <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c b/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c
index ab301ea7c10b..677361d74a4e 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c
@@ -916,7 +916,7 @@ static const struct dc_debug_options debug_defaults_drv = {
.hdmistream = true,
.hdmichar = true,
.dpstream = true,
- .symclk32_se = true,
+ .symclk32_se = false,
.symclk32_le = true,
.symclk_fe = true,
.physymclk = true,