Skip to content

Commit 1b9ec7c

Browse files
Michael Straussalexdeucher
authored andcommitted
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 <nicholas.kazlauskas@amd.com> Acked-by: Roman Li <roman.li@amd.com> Signed-off-by: Michael Strauss <michael.strauss@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 85ca6e8 commit 1b9ec7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/dcn314/dcn314_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ static const struct dc_debug_options debug_defaults_drv = {
916916
.hdmistream = true,
917917
.hdmichar = true,
918918
.dpstream = true,
919-
.symclk32_se = true,
919+
.symclk32_se = false,
920920
.symclk32_le = true,
921921
.symclk_fe = true,
922922
.physymclk = true,

0 commit comments

Comments
 (0)