]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Ensure link output is disabled in backend reset for PLL_ON
authorNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Tue, 6 Jan 2026 16:11:19 +0000 (11:11 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 20 Jan 2026 22:25:14 +0000 (17:25 -0500)
commit4589712e0111352973131bad975023b25569287c
tree43893a7ba68b30867c1cf9cee48b61a49fcf6390
parentd5db4f88e0db6fdbc3f3681458132c0d18a44a29
drm/amd/display: Ensure link output is disabled in backend reset for PLL_ON

[Why]
We're missing the code to actually disable the link output when we have
to leave the SYMCLK_ON but the TX remains OFF.

[How]
Port the code from DCN401 that detects SYMCLK_ON_TX_OFF and disable
the link output when the backend is reset.

Reviewed-by: Ovidiu (Ovi) Bunea <ovidiu.bunea@amd.com>
Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Matthew Stewart <matthew.stewart2@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/hwss/dcn31/dcn31_hwseq.c