]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] vidioc-g-dv-timings.rst: document the new dv_timings flags
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 16 Sep 2016 10:38:04 +0000 (07:38 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 16 Nov 2016 16:37:57 +0000 (14:37 -0200)
Document the new flags.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/uapi/v4l/vidioc-g-dv-timings.rst
Documentation/media/videodev2.h.rst.exceptions

index 7dd943ff14cd8b44c5ab6cc016edacf6cfd5f194..aea276502f5e91409a64cea183e333db92840f76 100644 (file)
@@ -270,3 +270,14 @@ EBUSY
       - Some formats like SMPTE-125M have an interlaced signal with a odd
        total height. For these formats, if this flag is set, the first
        field has the extra line. Else, it is the second field.
+    * - ``V4L2_DV_FL_HAS_PICTURE_ASPECT``
+      - If set, then the picture_aspect field is valid. Otherwise assume that
+        the pixels are square, so the picture aspect ratio is the same as the
+       width to height ratio.
+    * - ``V4L2_DV_FL_HAS_CEA861_VIC``
+      - If set, then the cea861_vic field is valid and contains the Video
+        Identification Code as per the CEA-861 standard.
+    * - ``V4L2_DV_FL_HAS_HDMI_VIC``
+      - If set, then the hdmi_vic field is valid and contains the Video
+        Identification Code as per the HDMI standard (HDMI Vendor Specific
+       InfoFrame).
index 12622b2593fa00a4a88e1eb9f5ef6ee3ef8fe31e..e11a0d0a893157b5d01f646823c42069b0947e4a 100644 (file)
@@ -280,6 +280,9 @@ replace define V4L2_DV_FL_REDUCED_FPS dv-bt-standards
 replace define V4L2_DV_FL_HALF_LINE dv-bt-standards
 replace define V4L2_DV_FL_IS_CE_VIDEO dv-bt-standards
 replace define V4L2_DV_FL_FIRST_FIELD_EXTRA_LINE dv-bt-standards
+replace define V4L2_DV_FL_HAS_PICTURE_ASPECT dv-bt-standards
+replace define V4L2_DV_FL_HAS_CEA861_VIC dv-bt-standards
+replace define V4L2_DV_FL_HAS_HDMI_VIC dv-bt-standards
 
 replace define V4L2_DV_BT_656_1120 dv-timing-types