drm/amd/display: Only use analog link encoder with analog engine
authorTimur Kristóf <timur.kristof@gmail.com>
Mon, 26 Jan 2026 21:08:25 +0000 (22:08 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Feb 2026 15:41:34 +0000 (10:41 -0500)
commitf402898bd101af3166bde236b7f6a43d926e17a0
tree330cc997cd8a4c55a7a5ef769b97cd4ce0f3f30d
parent2de34fbcab2063cd3d52e5872a801b9a5fc755d0
drm/amd/display: Only use analog link encoder with analog engine

Some GPUs have analog connectors that work with a DP bridge chip
and don't actually have an internal DAC: Those should not use
the analog link encoder code path.

Fixes: 0fbe321a93ce ("drm/amd/display: Implement DCE analog link encoders (v2)")
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/resource/dce100/dce100_resource.c
drivers/gpu/drm/amd/display/dc/resource/dce60/dce60_resource.c
drivers/gpu/drm/amd/display/dc/resource/dce80/dce80_resource.c