aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-07-01 14:47:58 +0800
committerEric Miao <eric.miao@canonical.com>2011-11-10 07:38:12 +0800
commit9b9f819409b3cb55b92452efb4fbf05b78f7f87a (patch)
tree3ef95a917674b9363df44de00098fafe8510db5e /include
parentdcd6b2a6845747ca6949db7aa55fcf739e51d98b (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 b386b868563..4edf74ee889 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 */
/*! @} */