]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Implement DDC probe over AUX channel
authorTimur Kristóf <timur.kristof@gmail.com>
Mon, 26 Jan 2026 21:08:30 +0000 (22:08 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Feb 2026 19:28:32 +0000 (14:28 -0500)
commit7b6e66b6dd55350be309f43772b7de8ae57c56eb
tree634d052efda0eeae257a83171ac1e5043ce1ee3a
parentee5c4855f43c1af96c3f7e4412ce9492b00023fe
drm/amd/display: Implement DDC probe over AUX channel

DDC probe means that we use the DDC (Display Data Channel) to
verify whether a display is connected or not.

This was written with mainly analog connectors in mind, so it
didn't work over the AUX channel. However, in order to support
external DP bridge encoders found in CIK APUs, it needs to work
over the AUX channel too.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/link/link_detection.c