From d2c2fde218c6bbf2cea2ff726013c591f8a55d06 Mon Sep 17 00:00:00 2001 From: Yauhen Kharuzhy Date: Thu, 24 Jan 2013 21:15:07 +0300 Subject: MXC IPU capture: add support for greyscale formats Add support for 8-bit and 10-bit grayscale data on CSI interface (non-tested yet). Signed-off-by: Yauhen Kharuzhy Signed-off-by: Christian Hemp --- include/linux/ipu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/ipu.h b/include/linux/ipu.h index ef55d80da4a3..a3d13e12ae46 100644 --- a/include/linux/ipu.h +++ b/include/linux/ipu.h @@ -132,6 +132,7 @@ typedef enum { /*! @name YUV Planar Formats */ /*! @{ */ #define IPU_PIX_FMT_GREY fourcc('G', 'R', 'E', 'Y') /*!< 8 Greyscale */ +#define IPU_PIX_FMT_Y16 fourcc('Y', '1', '6', ' ') /*!< 16 Greyscale */ #define IPU_PIX_FMT_YVU410P fourcc('Y', 'V', 'U', '9') /*!< 9 YVU 4:1:0 */ #define IPU_PIX_FMT_YUV410P fourcc('Y', 'U', 'V', '9') /*!< 9 YUV 4:1:0 */ #define IPU_PIX_FMT_YVU420P fourcc('Y', 'V', '1', '2') /*!< 12 YVU 4:2:0 */ -- cgit v1.2.3