summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorSheng Nan <b38800@freescale.com>2012-12-07 17:08:07 +0800
committerSheng Nan <b38800@freescale.com>2012-12-07 17:08:07 +0800
commitefaaa44942a5cca72f0dc7860fa81cf261f6dcc7 (patch)
tree7f0c9e8fddb733bb6ff83e776d7ff0822c0a78a7 /drivers/media
parent98a5129e246eb69f4122b962a52017ba9c376925 (diff)
downloadlinux-efaaa44942a5cca72f0dc7860fa81cf261f6dcc7.tar.gz
ENGR00236196: mxc_vout: add YV12 format support in enum fmt field.
Since YV12 format is supported in mxc_v4l2_capture, it should be also supported in mxc_vout. Signed-off-by: Sheng Nan <b38800@freescale.com>
Diffstat (limited to 'drivers/media')
-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 388c4b39570f..ec789ec2e826 100644
--- a/drivers/media/video/mxc/output/mxc_vout.c
+++ b/drivers/media/video/mxc/output/mxc_vout.c
@@ -189,6 +189,10 @@ const static struct v4l2_fmtdesc mxc_formats[] = {
.pixelformat = V4L2_PIX_FMT_YUV420,
},
{
+ .description = "YVU420",
+ .pixelformat = V4L2_PIX_FMT_YVU420,
+ },
+ {
.description = "TILED NV12P",
.pixelformat = IPU_PIX_FMT_TILED_NV12,
},