drm: shmobile: Add support for DRM_FORMAT_XRGB8888
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 23 May 2023 15:31:34 +0000 (17:31 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 24 May 2023 12:00:46 +0000 (14:00 +0200)
commit2a98bad77970103fec992dabba6fad417693c849
tree6663de13c3ff3bc9df0b8d1c293e18486f983d92
parentd92b057f9270d83b4d71ef0a8f97b9eeb2be7a3f
drm: shmobile: Add support for DRM_FORMAT_XRGB8888

DRM_FORMAT_XRGB8888 aka XR24 is the modus francus of DRM, and should be
supported by all drivers.

The handling for DRM_FORMAT_XRGB8888 is similar to DRM_FORMAT_ARGB8888,
just ignore the alpha channel.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/888cde6d1f70f1610931c4a89801060bb6765ff2.1684854992.git.geert+renesas@glider.be
drivers/gpu/drm/shmobile/shmob_drm_crtc.c
drivers/gpu/drm/shmobile/shmob_drm_kms.c
drivers/gpu/drm/shmobile/shmob_drm_plane.c