This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: videodev.h: add missing p_hdr10_* pointers
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Tue Nov 14 11:50:36 2023 +0100

The HDR10 standard compound controls were missing the corresponding
pointers in videodev2.h. Add these and document them.

Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mche...@kernel.org>

 Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst | 8 ++++++++
 include/uapi/linux/videodev2.h                               | 2 ++
 2 files changed, 10 insertions(+)

---

diff --git a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst 
b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
index f9f73530a6be..4d56c0528ad7 100644
--- a/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
+++ b/Documentation/userspace-api/media/v4l/vidioc-g-ext-ctrls.rst
@@ -295,6 +295,14 @@ still cause this situation.
       - ``p_av1_film_grain``
       - A pointer to a struct :c:type:`v4l2_ctrl_av1_film_grain`. Valid if 
this control is
         of type ``V4L2_CTRL_TYPE_AV1_FILM_GRAIN``.
+    * - struct :c:type:`v4l2_ctrl_hdr10_cll_info` *
+      - ``p_hdr10_cll_info``
+      - A pointer to a struct :c:type:`v4l2_ctrl_hdr10_cll_info`. Valid if 
this control is
+        of type ``V4L2_CTRL_TYPE_HDR10_CLL_INFO``.
+    * - struct :c:type:`v4l2_ctrl_hdr10_mastering_display` *
+      - ``p_hdr10_mastering_display``
+      - A pointer to a struct :c:type:`v4l2_ctrl_hdr10_mastering_display`. 
Valid if this control is
+        of type ``V4L2_CTRL_TYPE_HDR10_MASTERING_DISPLAY``.
     * - void *
       - ``ptr``
       - A pointer to a compound type which can be an N-dimensional array
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h
index c3fc710ef9a7..68e7ac178cc2 100644
--- a/include/uapi/linux/videodev2.h
+++ b/include/uapi/linux/videodev2.h
@@ -1838,6 +1838,8 @@ struct v4l2_ext_control {
                struct v4l2_ctrl_av1_tile_group_entry __user 
*p_av1_tile_group_entry;
                struct v4l2_ctrl_av1_frame __user *p_av1_frame;
                struct v4l2_ctrl_av1_film_grain __user *p_av1_film_grain;
+               struct v4l2_ctrl_hdr10_cll_info __user *p_hdr10_cll_info;
+               struct v4l2_ctrl_hdr10_mastering_display __user 
*p_hdr10_mastering_display;
                void __user *ptr;
        };
 } __attribute__ ((packed));

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to