[PATCH v1 1/2] uapi: drm: Add fourcc codes needed by Xilinx Video IP

2017-08-04 Thread Jeffrey Mouroux
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

[PATCH v1 2/2] drm: Update framework with new video formats

2017-08-04 Thread Jeffrey Mouroux
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

[PATCH v1 0/2] New DRM fourcc codes needed by Video DMA Driver

2017-08-04 Thread Jeffrey Mouroux
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