]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Don't repeat DAC load detection
authorTimur Kristóf <timur.kristof@gmail.com>
Sat, 6 Dec 2025 02:31:06 +0000 (03:31 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 22:00:00 +0000 (17:00 -0500)
commit0d89268d20c961b6226a4aa948fdbe9f93021d95
tree09b4d5854533c4a9760ae2017ea144b89b771e42
parentbb5dfe2f5630ce344c654c705d28b4e20cb9d334
drm/amd/display: Don't repeat DAC load detection

The analog link detection code path had already performed the
DAC load detection by the time the EDID read is attempted.
So there is no need to repeat the DAC load detection,
we can know that no display is connected if no EDID is read.

Fixes: ac1bb4952267 ("drm/amd/display: Use DAC load detection on analog connectors (v2)")
Suggested-by: Alex Hung <alex.hung@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/link/link_detection.c