From 395ead59b60b642ccabc7e3b4f89f0e2a93e36c6 Mon Sep 17 00:00:00 2001 From: Akshay Chandrashekhar Kalghatgi Date: Mon, 12 Jun 2017 21:34:16 -0700 Subject: msm: vidc: Addition of VIDIOC_QUERY_EXT_CTRL ioctl Adding vidc support for VIDIOC_QUERY_EXT_CTRL ioctl. This ioctl will return the details for the V4L2 control identified by the ID provided by the user or the next supported control based upon the flags provided by the user. Change-Id: I68161ceb000a46a8e54333ab39c0229f8fbdbf72 Signed-off-by: Akshay Chandrashekhar Kalghatgi --- include/uapi/linux/videodev2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/uapi/linux') diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index bb2c4ebf9ff4..fa930a91b4aa 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h @@ -1674,6 +1674,7 @@ struct v4l2_querymenu { #define V4L2_CTRL_FLAG_VOLATILE 0x0080 #define V4L2_CTRL_FLAG_HAS_PAYLOAD 0x0100 #define V4L2_CTRL_FLAG_EXECUTE_ON_WRITE 0x0200 +#define V4L2_CTRL_FLAG_MODIFY_LAYOUT 0X0400 /* Query flags, to be ORed with the control ID */ #define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000 -- cgit v1.2.3