]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Restore analog connector support
authorRoman Li <Roman.Li@amd.com>
Wed, 15 Apr 2026 21:45:10 +0000 (17:45 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 24 Apr 2026 15:08:15 +0000 (11:08 -0400)
commit4867cef03b58ca53651593842efcfd0587a707f2
treec6db7326751b1515b38b77d0787e85118f7a6ff7
parent095a8b0ad3c3b5cdc3850d961adb8a8f735220bb
drm/amd/display: Restore analog connector support

[Why]
The analog connector support was accidentally removed,
causing a crash when connecting an analog monitor.

[How]
This patch restores the functions and pointers required for proper analog
and DP bridge encoder support on legacy GPUs.

V2: Restore the external encoder control functions.

V3:
 - Restore BIOS parser external encoder DAC load detection
 - Restore stream initialization and source selection changes

Fixes: e56e3cff2a1b ("drm/amd/display: Sync dcn42 with DC 3.2.373")
Cc: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Roman Li <Roman.Li@amd.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Tested-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit cea8349e4494d2892ea57eef3fe4a8987464a876)
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
drivers/gpu/drm/amd/display/dc/dc_bios_types.h
drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c