Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7932131f authored by Philipp Zabel's avatar Philipp Zabel
Browse files

drm/imx: ipuv3-plane: enable UYVY and VYUY formats



Advertise the DRM_FORMAT_UYVY and DRM_FORMAT_VYUY formats to userspace.

Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent 3a1c117f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@ static const uint32_t ipu_plane_formats[] = {
	DRM_FORMAT_RGBX8888,
	DRM_FORMAT_BGRA8888,
	DRM_FORMAT_BGRA8888,
	DRM_FORMAT_UYVY,
	DRM_FORMAT_VYUY,
	DRM_FORMAT_YUYV,
	DRM_FORMAT_YVYU,
	DRM_FORMAT_YUV420,