Skip to content

Commit ae51008

Browse files
amd-sungkimalexdeucher
authored andcommitted
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: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Sung Joon Kim <Sungjoon.Kim@amd.com> Signed-off-by: Alex Hung <alex.hung@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 3766a84 commit ae51008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ static const struct dc_debug_options debug_defaults_drv = {
736736
.hdmichar = true,
737737
.dpstream = true,
738738
.symclk32_se = true,
739-
.symclk32_le = true,
739+
.symclk32_le = false,
740740
.symclk_fe = true,
741741
.physymclk = false,
742742
.dpiasymclk = true,

0 commit comments

Comments
 (0)