summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/v4l2-controls.h
diff options
context:
space:
mode:
authorSteve Longerbeam2017-06-10 21:00:29 +0200
committerMauro Carvalho Chehab2017-06-20 12:30:38 +0200
commite130291212df5ce8160cd2e35387c96439863ad3 (patch)
tree9a526f0f115eab856de3bdc39f58fe61a7a1e1f1 /include/uapi/linux/v4l2-controls.h
parent[media] media: Add userspace header file for i.MX (diff)
downloadkernel-qcow2-linux-e130291212df5ce8160cd2e35387c96439863ad3.tar.gz
kernel-qcow2-linux-e130291212df5ce8160cd2e35387c96439863ad3.tar.xz
kernel-qcow2-linux-e130291212df5ce8160cd2e35387c96439863ad3.zip
[media] media: Add i.MX media core driver
Add the core media driver for i.MX SOC. Switch from the v4l2_of_ APIs to the v4l2_fwnode_ APIs. Add the bayer formats to imx-media's list of supported pixel and bus formats. Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/uapi/linux/v4l2-controls.h')
-rw-r--r--include/uapi/linux/v4l2-controls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/linux/v4l2-controls.h b/include/uapi/linux/v4l2-controls.h
index 83b28b41123f..8cadcece7a29 100644
--- a/include/uapi/linux/v4l2-controls.h
+++ b/include/uapi/linux/v4l2-controls.h
@@ -185,6 +185,10 @@ enum v4l2_colorfx {
*/
#define V4L2_CID_USER_MAX217X_BASE (V4L2_CID_USER_BASE + 0x1090)
+/* The base for the imx driver controls.
+ * We reserve 16 controls for this driver. */
+#define V4L2_CID_USER_IMX_BASE (V4L2_CID_USER_BASE + 0x1090)
+
/* MPEG-class control IDs */
/* The MPEG controls are applicable to all codec controls
* and the 'MPEG' part of the define is historical */