]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/amd/display: Disable SYMCLK32_LE root clock gating
authorSung Joon Kim <Sungjoon.Kim@amd.com>
Tue, 27 Aug 2024 18:49:44 +0000 (14:49 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Oct 2024 14:33:29 +0000 (16:33 +0200)
commit ae5100805f98641ea4112241e350485c97936bbe upstream.

[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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c

index b7bd0f36125a4dc281eba529bb5a29f4e7bc383e..4a8121b811a5b6006e237da038e8fa5aa3cc73bc 100644 (file)
@@ -736,7 +736,7 @@ static const struct dc_debug_options debug_defaults_drv = {
                        .hdmichar = true,
                        .dpstream = true,
                        .symclk32_se = true,
-                       .symclk32_le = true,
+                       .symclk32_le = false,
                        .symclk_fe = true,
                        .physymclk = true,
                        .dpiasymclk = true,