]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: vidioc-g-parm.rst: also allow _MPLANE buffer types
authorHans Verkuil <hans.verkuil@cisco.com>
Mon, 22 Jan 2018 10:02:19 +0000 (05:02 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 22 Feb 2018 17:32:25 +0000 (12:32 -0500)
The specification mentions that type can be V4L2_BUF_TYPE_VIDEO_CAPTURE,
but the v4l2 core implementation also allows the _MPLANE variant.

Document this.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/uapi/v4l/vidioc-g-parm.rst

index 616a5ea3f8face4a2a67c3702841b0ed0a8c001b..e831fa5512f035e1c09fc88e2595aeef72372bb8 100644 (file)
@@ -66,7 +66,7 @@ union holding separate parameters for input and output devices.
       -
       - The buffer (stream) type, same as struct
        :c:type:`v4l2_format` ``type``, set by the
-       application. See :c:type:`v4l2_buf_type`
+       application. See :c:type:`v4l2_buf_type`.
     * - union
       - ``parm``
       -
@@ -75,12 +75,13 @@ union holding separate parameters for input and output devices.
       - struct :c:type:`v4l2_captureparm`
       - ``capture``
       - Parameters for capture devices, used when ``type`` is
-       ``V4L2_BUF_TYPE_VIDEO_CAPTURE``.
+       ``V4L2_BUF_TYPE_VIDEO_CAPTURE`` or
+       ``V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE``.
     * -
       - struct :c:type:`v4l2_outputparm`
       - ``output``
       - Parameters for output devices, used when ``type`` is
-       ``V4L2_BUF_TYPE_VIDEO_OUTPUT``.
+       ``V4L2_BUF_TYPE_VIDEO_OUTPUT`` or ``V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE``.
     * -
       - __u8
       - ``raw_data``\ [200]