drm/amd/display: Only use analog stream encoder with analog engine
authorTimur Kristóf <timur.kristof@gmail.com>
Mon, 26 Jan 2026 21:08:26 +0000 (22:08 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Feb 2026 15:41:34 +0000 (10:41 -0500)
commit17ff034f805e032ed1358624a71381f9d6e29e9e
tree92dd01096827e9df7cf810d52ad19a2e19776d54
parentf402898bd101af3166bde236b7f6a43d926e17a0
drm/amd/display: Only use analog stream 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 stream encoders.

Fixes: 5834c33fd3f6 ("drm/amd/display: Add concept of analog 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