]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Correct color depth for SelectCRTC_Source
authorTimur Kristóf <timur.kristof@gmail.com>
Sat, 6 Dec 2025 02:31:03 +0000 (03:31 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 22:00:00 +0000 (17:00 -0500)
commitcdf6e4c0cdab129ffc4e41a8ac53a0738f805072
treebf2e2665e17713f5d2a13b8ca5d1c0ef5781da19
parent436d0d22aa7035a9f9b24fb14cd0e84d6571ea87
drm/amd/display: Correct color depth for SelectCRTC_Source

Pass the correct enum values as expected by the VBIOS.
Previously the actual bit depth integer value was passed,
which was a mistake.

Fixes: 7fb4f254c8eb ("drm/amd/display: Add SelectCRTC_Source to BIOS parser")
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/command_table.c
drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c
drivers/gpu/drm/amd/display/include/bios_parser_types.h