]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Allow DCE link encoder without AUX registers
authorTimur Kristóf <timur.kristof@gmail.com>
Tue, 28 Apr 2026 11:40:41 +0000 (13:40 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Apr 2026 14:28:50 +0000 (10:28 -0400)
commit87f30b101af62590faf6020d106da07efdda199b
tree251ec8c049fe8d23af66bc33afd99398881e5535
parent75b8a6ca0e8bc3ce24572f854e95f8721b321179
drm/amd/display: Allow DCE link encoder without AUX registers

Allow constructing the DCE link encoder without DDC,
which means the AUX registers array will be NULL.

This is necessary to support embedded connectors without DDC.

Fixes: 4562236b3bc0 ("drm/amd/dc: Add dc display driver (v2)")
Link: https://gitlab.freedesktop.org/drm/amd/-/work_items/5192
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/dce/dce_link_encoder.c