Re: [PATCH 1/3] v4l2-dev/ioctl: Add V4L2_CAP_IO_MC

2019-10-16 Thread Hans Verkuil
On 10/15/19 4:35 PM, Niklas Söderlund wrote: > Add a video device capability flag to indicate that its inputs and/or > outputs are controlled by the Media Controller instead of the V4L2 API. > When this flag is set, ioctls for get, set and enum inputs and outputs > are automatically enabled and pro

[PATCH 1/3] v4l2-dev/ioctl: Add V4L2_CAP_IO_MC

2019-10-15 Thread Niklas Söderlund
Add a video device capability flag to indicate that its inputs and/or outputs are controlled by the Media Controller instead of the V4L2 API. When this flag is set, ioctls for get, set and enum inputs and outputs are automatically enabled and programmed to call helper function Signed-off-by: Helen