summaryrefslogtreecommitdiff
path: root/include/linux/mxc_v4l2.h
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2015-09-08 15:54:21 +0800
committerNitin Garg <nitin.garg@nxp.com>2016-01-14 11:01:30 -0600
commitfecc4ad3cd73c6418c886779149ef4a70e233e1e (patch)
tree24eae0fddabcef8aca63d190b2e65b39abea8a12 /include/linux/mxc_v4l2.h
parente840f69359fd2ee1839a63ed47389eb5b0edf7b9 (diff)
MLK-11519-1 media: forward mxc video output drivers to 4.1 kernel
Forward imx_3.14.y mxc video output drivers to 4.1 kernel. The priv field of v4l2_pix_format is used to expand colorspace, and can not use to pass IPU input crop size. Add private IOCTL VIDIOC_S_INPUT_CROP and VIDIOC_G_INPUT_CROP to pass input crop size. Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'include/linux/mxc_v4l2.h')
-rw-r--r--include/linux/mxc_v4l2.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/include/linux/mxc_v4l2.h b/include/linux/mxc_v4l2.h
new file mode 100644
index 000000000000..6d778e83ef53
--- /dev/null
+++ b/include/linux/mxc_v4l2.h
@@ -0,0 +1,27 @@
+/*
+ * Copyright 2004-2015 Freescale Semiconductor, Inc. All Rights Reserved.
+ */
+
+/*
+ * The code contained herein is licensed under the GNU Lesser General
+ * Public License. You may obtain a copy of the GNU Lesser General
+ * Public License Version 2.1 or later at the following locations:
+ *
+ * http://www.opensource.org/licenses/lgpl-license.html
+ * http://www.gnu.org/copyleft/lgpl.html
+ */
+
+/*!
+ * @file linux/mxc_v4l2.h
+ *
+ * @brief MXC V4L2 private header file
+ *
+ * @ingroup MXC V4L2
+ */
+
+#ifndef __LINUX_MXC_V4L2_H__
+#define __LINUX_MXC_V4L2_H__
+
+#include <uapi/linux/mxc_v4l2.h>
+
+#endif