]> git.ipfire.org Git - thirdparty/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:31:24 +0000 (17:31 -0500)
commitfd40c146c8ed7f7e8ae36922dcc583bd0ca70b75
tree63bfe05181c8ba8675a992802b446b964b4691dd
parent7ed51e3a1381422278933d0d3ebda0268b6825de
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>
(cherry picked from commit cdf6e4c0cdab129ffc4e41a8ac53a0738f805072)
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