summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-07-01 14:47:58 +0800
committerJason Chen <b02280@freescale.com>2011-07-18 12:18:32 +0800
commitfe1ddea276f2c86d856754a830bc524a163b2a35 (patch)
tree7102ae24113ba66a971b0d252a134346eacf07a4 /include
parentacaf927bd98344c0346a8d6c92ff960481258566 (diff)
ENGR00152359-2 ipuv3: add VYU444 fmt
1.add VYU444 fmt to support Sii902x hdmi yuv format 2.make pixel clock from internal ipu clock more accurate Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/ipu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ipu.h b/include/linux/ipu.h
index b386b868563c..4edf74ee889b 100644
--- a/include/linux/ipu.h
+++ b/include/linux/ipu.h
@@ -126,6 +126,7 @@ typedef enum {
#define IPU_PIX_FMT_VYUY fourcc('V', 'Y', 'U', 'Y') /*!< 16 VYYU 4:2:2 */
#define IPU_PIX_FMT_Y41P fourcc('Y', '4', '1', 'P') /*!< 12 YUV 4:1:1 */
#define IPU_PIX_FMT_YUV444 fourcc('Y', '4', '4', '4') /*!< 24 YUV 4:4:4 */
+#define IPU_PIX_FMT_VYU444 fourcc('V', '4', '4', '4') /*!< 24 VYU 4:4:4 */
/* two planes -- one Y, one Cb + Cr interleaved */
#define IPU_PIX_FMT_NV12 fourcc('N', 'V', '1', '2') /* 12 Y/CbCr 4:2:0 */
/*! @} */