Skip to content

Commit 33bee52

Browse files
ejoernspH5
authored andcommitted
drm/imx: Add missing DRM_FORMAT_RGB565 to ipu_plane_formats
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 <ejo@pengutronix.de> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent 6c8b66e commit 33bee52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/imx/ipuv3-plane.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ static const uint32_t ipu_plane_formats[] = {
4242
DRM_FORMAT_YVYU,
4343
DRM_FORMAT_YUV420,
4444
DRM_FORMAT_YVU420,
45+
DRM_FORMAT_RGB565,
4546
};
4647

4748
int ipu_plane_irq(struct ipu_plane *ipu_plane)

0 commit comments

Comments
 (0)