]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/ast: Remove traces of DRM_FORMAT_RGB888 handling
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 14 Apr 2026 07:02:28 +0000 (09:02 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 20 Apr 2026 07:12:00 +0000 (09:12 +0200)
commitadf469f2b79513185393758d241e94e7d40d6618
tree47a7d8bfa6168be8a484b59a7bb10660e0432459
parent6033c027c8a0f3b7627924beb2a8804e729f65f1
drm/ast: Remove traces of DRM_FORMAT_RGB888 handling

There's some incomplete handling for DRM_FORMAT_RGB888 in the mode-
setting code. It was added by ast's original commit, which imported
the code from the user-space Xorg driver. But the hardware doesn't
support 24-bit pixel sizes. Hence remove the traces of RGB888 from
ast.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patch.msgid.link/20260414070522.33943-3-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_mode.c