]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Add missing encoder setup to DACnEncoderControl
authorTimur Kristóf <timur.kristof@gmail.com>
Sat, 6 Dec 2025 02:31:04 +0000 (03:31 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 22:33:28 +0000 (17:33 -0500)
commite0d20a7658129fc681e392ba27edea99b77c2e21
tree363b7c5e3b1ebb437b465dca0a4689178993abbd
parentfd40c146c8ed7f7e8ae36922dcc583bd0ca70b75
drm/amd/display: Add missing encoder setup to DACnEncoderControl

Apparently the DAC encoder needs to be set up before use.
The BIOS parser in DC did not support this so I assumed it was
not necessary, but the DAC doesn't work without it on some GPUs.

Fixes: 69b29b894660 ("drm/amd/display: Hook up DAC to bios_parser_encoder_control")
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit bb5dfe2f5630ce344c654c705d28b4e20cb9d334)
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
drivers/gpu/drm/amd/display/dc/bios/command_table.c
drivers/gpu/drm/amd/display/dc/bios/command_table.h