summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorWayne Zou <b36644@freescale.com>2012-07-03 17:18:08 +0800
committerWayne Zou <b36644@freescale.com>2012-07-27 13:48:09 +0800
commitbb5a1cc0fc95f7bd6e721c94e4f39b3f389b7cf3 (patch)
tree4adf6ebb7989526cf6dcec3f044f93e496c03ee8 /drivers
parent0b708e0a95fe98e7623bafed6f390932f5952452 (diff)
ENGR00182743-4 V4L2 output: Add non-interleaved YUV444 pixel format support
Add non-interleaved YUV444 pixel format IPU_PIX_FMT_YUV444P support Signed-off-by: Wayne Zou <b36644@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/mxc/output/mxc_vout.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/mxc/output/mxc_vout.c b/drivers/media/video/mxc/output/mxc_vout.c
index f1f376db98ce..4b3617f89b08 100644
--- a/drivers/media/video/mxc/output/mxc_vout.c
+++ b/drivers/media/video/mxc/output/mxc_vout.c
@@ -196,6 +196,10 @@ const static struct v4l2_fmtdesc mxc_formats[] = {
.description = "TILED NV12F",
.pixelformat = IPU_PIX_FMT_TILED_NV12F,
},
+ {
+ .description = "YUV444 planar",
+ .pixelformat = IPU_PIX_FMT_YUV444P,
+ },
};
#define NUM_MXC_VOUT_FORMATS (ARRAY_SIZE(mxc_formats))