2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-21 19:53:59 +08:00

media: v4l2-dev/ioctl: Fix document for VIDIOC_QUERYCAP

V4L2_CAP_VIDEO_M2M is documented as 0x00004000
V4L2_CAP_VIDEO_M2M_MPLANE is documented as 0x00008000
This is different from the definition in include/uapi/linux/videodev2.h

Signed-off-by: Jian-Jia Su <jjsu@chromium.org>
Reviewed-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
Jian-Jia Su 2020-07-20 11:29:33 +02:00 committed by Mauro Carvalho Chehab
parent 2f50116984
commit d20dcbb2ba

View File

@ -168,11 +168,11 @@ specification the ioctl returns an ``EINVAL`` error code.
- The device supports the :ref:`multi-planar API <planar-apis>` - The device supports the :ref:`multi-planar API <planar-apis>`
through the :ref:`Video Output <output>` interface. through the :ref:`Video Output <output>` interface.
* - ``V4L2_CAP_VIDEO_M2M`` * - ``V4L2_CAP_VIDEO_M2M``
- 0x00004000 - 0x00008000
- The device supports the single-planar API through the Video - The device supports the single-planar API through the Video
Memory-To-Memory interface. Memory-To-Memory interface.
* - ``V4L2_CAP_VIDEO_M2M_MPLANE`` * - ``V4L2_CAP_VIDEO_M2M_MPLANE``
- 0x00008000 - 0x00004000
- The device supports the :ref:`multi-planar API <planar-apis>` - The device supports the :ref:`multi-planar API <planar-apis>`
through the Video Memory-To-Memory interface. through the Video Memory-To-Memory interface.
* - ``V4L2_CAP_VIDEO_OVERLAY`` * - ``V4L2_CAP_VIDEO_OVERLAY``