]> Git Repo - linux.git/commitdiff
drm/imx: Add missing DRM_FORMAT_RGB565 to ipu_plane_formats
authorEnrico Jorns <[email protected]>
Tue, 24 Nov 2015 15:29:22 +0000 (16:29 +0100)
committerPhilipp Zabel <[email protected]>
Wed, 10 Feb 2016 13:26:53 +0000 (14:26 +0100)
DRM_FORMAT_RGB565 is missing from ipu_plane_formats.
The support is there, just need to make it available to userspace.

Signed-off-by: Enrico Jorns <[email protected]>
Signed-off-by: Philipp Zabel <[email protected]>
drivers/gpu/drm/imx/ipuv3-plane.c

index 591ba2f1ae03674224b4719660d547ad4e64c0b1..26bb1b626fe3d817812e18e19e0bfb64a4247c3c 100644 (file)
@@ -42,6 +42,7 @@ static const uint32_t ipu_plane_formats[] = {
        DRM_FORMAT_YVYU,
        DRM_FORMAT_YUV420,
        DRM_FORMAT_YVU420,
+       DRM_FORMAT_RGB565,
 };
 
 int ipu_plane_irq(struct ipu_plane *ipu_plane)
This page took 0.05761 seconds and 4 git commands to generate.