The Xilinx Video Mixer andn Xilinx Video Framebuffer DMA IP
support video memory formats that are not represented in the
current DRM fourcc library. This patch adds those missing
fourcc codes.
Signed-off-by: Jeffrey Mouroux
---
include/uapi/drm/drm_fourcc.h | 9 +
1 file changed, 9
The following new fourcc codes introduced in patch 514b144b2dd7 (uapi: drm:
New fourcc codes needed by Xilinx Video IP) to DRM framework:
* AVUY
* VUY888
* XVUY
* XVUY2101010
* Y8
* Y10
* XV15
Signed-off-by: Jeffrey Mouroux
---
drivers/gpu/drm/drm_fourcc.c | 7 +++
1 file changed, 7
es we've made to the fourcc string values.
Jeffrey Mouroux (2):
uapi: drm: Add fourcc codes needed by Xilinx Video IP
drm: Update framework with new video formats
drivers/gpu/drm/drm_fourcc.c | 7 +++
include/uapi/drm/drm_fourcc.h | 9 +
2 files changed, 16