]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Add color depth helper function to BIOS parser
authorTimur Kristóf <timur.kristof@gmail.com>
Mon, 26 Jan 2026 21:08:27 +0000 (22:08 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Feb 2026 19:28:31 +0000 (14:28 -0500)
commit2e26056f36ebe69608197d6a26a2abb7d11e2aad
tree819089dffebb5cf96f9c5bb8b56766719062c88e
parent2463b2952e9a0064ead5a95b709cd9c90ddf199b
drm/amd/display: Add color depth helper function to BIOS parser

To improve consistency and avoid duplicating the same code.
Also, properly handle all enum values where they weren't
handled correctly before.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/bios/command_table.c