drm/imx: Add missing DRM_FORMAT_RGB565 to ipu_plane_formats
[deliverable/linux.git] / 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.033315 seconds and 5 git commands to generate.