From 8bd174bfb42ac7a23eb49c05f2a93f3ed36c0267 Mon Sep 17 00:00:00 2001 From: Fugang Duan Date: Wed, 16 May 2012 19:50:14 +0800 Subject: ENGR00209570 - PxP : Add Y4 output format. - Add Y4 output format for SPDC. Signed-off-by: Fugang Duan --- include/linux/pxp_dma.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/linux/pxp_dma.h b/include/linux/pxp_dma.h index bf63bf3570e5..1be6e395ec55 100644 --- a/include/linux/pxp_dma.h +++ b/include/linux/pxp_dma.h @@ -66,6 +66,7 @@ typedef unsigned char bool; /*! @name YUV Planar Formats */ /*! @{ */ #define PXP_PIX_FMT_GREY fourcc('G', 'R', 'E', 'Y') /*!< 8 Greyscale */ +#define PXP_PIX_FMT_GY04 fourcc('G', 'Y', '0', '4') /*!< 4 Greyscale */ #define PXP_PIX_FMT_YVU410P fourcc('Y', 'V', 'U', '9') /*!< 9 YVU 4:1:0 */ #define PXP_PIX_FMT_YUV410P fourcc('Y', 'U', 'V', '9') /*!< 9 YUV 4:1:0 */ #define PXP_PIX_FMT_YVU420P fourcc('Y', 'V', '1', '2') /*!< 12 YVU 4:2:0 */ -- cgit v1.2.3