]> 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:00:00 +0000 (17:00 -0500)
commitbb5dfe2f5630ce344c654c705d28b4e20cb9d334
treea4b048c60a0022facd11d34d16a3ae4dd5676a5c
parentcdf6e4c0cdab129ffc4e41a8ac53a0738f805072
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>
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