This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: v4l-utils: sync with latest media kernel
Author:  Hans Verkuil <[email protected]>
Date:    Wed May 6 16:16:59 2020 +0200

Signed-off-by: Hans Verkuil <[email protected]>

 contrib/freebsd/include/linux/v4l2-controls.h | 5 +++++
 contrib/freebsd/include/linux/videodev2.h     | 5 ++++-
 include/linux/v4l2-controls.h                 | 5 +++++
 include/linux/videodev2.h                     | 5 ++++-
 4 files changed, 18 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=87018d3520cbe53c77973c95a66effe40a24afa9
diff --git a/contrib/freebsd/include/linux/v4l2-controls.h 
b/contrib/freebsd/include/linux/v4l2-controls.h
index 95a6929892ea..a4c4fca1048c 100644
--- a/contrib/freebsd/include/linux/v4l2-controls.h
+++ b/contrib/freebsd/include/linux/v4l2-controls.h
@@ -471,6 +471,10 @@ enum v4l2_mpeg_video_h264_level {
        V4L2_MPEG_VIDEO_H264_LEVEL_4_2  = 13,
        V4L2_MPEG_VIDEO_H264_LEVEL_5_0  = 14,
        V4L2_MPEG_VIDEO_H264_LEVEL_5_1  = 15,
+       V4L2_MPEG_VIDEO_H264_LEVEL_5_2  = 16,
+       V4L2_MPEG_VIDEO_H264_LEVEL_6_0  = 17,
+       V4L2_MPEG_VIDEO_H264_LEVEL_6_1  = 18,
+       V4L2_MPEG_VIDEO_H264_LEVEL_6_2  = 19,
 };
 #define V4L2_CID_MPEG_VIDEO_H264_LOOP_FILTER_ALPHA     (V4L2_CID_MPEG_BASE+360)
 #define V4L2_CID_MPEG_VIDEO_H264_LOOP_FILTER_BETA      (V4L2_CID_MPEG_BASE+361)
@@ -499,6 +503,7 @@ enum v4l2_mpeg_video_h264_profile {
        V4L2_MPEG_VIDEO_H264_PROFILE_SCALABLE_HIGH_INTRA        = 14,
        V4L2_MPEG_VIDEO_H264_PROFILE_STEREO_HIGH                = 15,
        V4L2_MPEG_VIDEO_H264_PROFILE_MULTIVIEW_HIGH             = 16,
+       V4L2_MPEG_VIDEO_H264_PROFILE_CONSTRAINED_HIGH           = 17,
 };
 #define V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_HEIGHT    (V4L2_CID_MPEG_BASE+364)
 #define V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_WIDTH     (V4L2_CID_MPEG_BASE+365)
diff --git a/contrib/freebsd/include/linux/videodev2.h 
b/contrib/freebsd/include/linux/videodev2.h
index 074f00c83054..e9512ac2921b 100644
--- a/contrib/freebsd/include/linux/videodev2.h
+++ b/contrib/freebsd/include/linux/videodev2.h
@@ -515,6 +515,8 @@ struct v4l2_capability {
 
 #define V4L2_CAP_TOUCH                  0x10000000  /* Is a touch device */
 
+#define V4L2_CAP_IO_MC                 0x20000000  /* Is input/output 
controlled by the media controller */
+
 #define V4L2_CAP_DEVICE_CAPS            0x80000000  /* sets device 
capabilities field */
 
 /*
@@ -810,7 +812,8 @@ struct v4l2_fmtdesc {
        uint32_t               flags;
        uint8_t             description[32];   /* Description string */
        uint32_t                    pixelformat;       /* Format fourcc      */
-       uint32_t                    reserved[4];
+       uint32_t                    mbus_code;          /* Media bus code    */
+       uint32_t                    reserved[3];
 };
 
 #define V4L2_FMT_FLAG_COMPRESSED               0x0001
diff --git a/include/linux/v4l2-controls.h b/include/linux/v4l2-controls.h
index 95a6929892ea..a4c4fca1048c 100644
--- a/include/linux/v4l2-controls.h
+++ b/include/linux/v4l2-controls.h
@@ -471,6 +471,10 @@ enum v4l2_mpeg_video_h264_level {
        V4L2_MPEG_VIDEO_H264_LEVEL_4_2  = 13,
        V4L2_MPEG_VIDEO_H264_LEVEL_5_0  = 14,
        V4L2_MPEG_VIDEO_H264_LEVEL_5_1  = 15,
+       V4L2_MPEG_VIDEO_H264_LEVEL_5_2  = 16,
+       V4L2_MPEG_VIDEO_H264_LEVEL_6_0  = 17,
+       V4L2_MPEG_VIDEO_H264_LEVEL_6_1  = 18,
+       V4L2_MPEG_VIDEO_H264_LEVEL_6_2  = 19,
 };
 #define V4L2_CID_MPEG_VIDEO_H264_LOOP_FILTER_ALPHA     (V4L2_CID_MPEG_BASE+360)
 #define V4L2_CID_MPEG_VIDEO_H264_LOOP_FILTER_BETA      (V4L2_CID_MPEG_BASE+361)
@@ -499,6 +503,7 @@ enum v4l2_mpeg_video_h264_profile {
        V4L2_MPEG_VIDEO_H264_PROFILE_SCALABLE_HIGH_INTRA        = 14,
        V4L2_MPEG_VIDEO_H264_PROFILE_STEREO_HIGH                = 15,
        V4L2_MPEG_VIDEO_H264_PROFILE_MULTIVIEW_HIGH             = 16,
+       V4L2_MPEG_VIDEO_H264_PROFILE_CONSTRAINED_HIGH           = 17,
 };
 #define V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_HEIGHT    (V4L2_CID_MPEG_BASE+364)
 #define V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_WIDTH     (V4L2_CID_MPEG_BASE+365)
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index dc5ad99085fa..fea0e6ad8321 100644
--- a/include/linux/videodev2.h
+++ b/include/linux/videodev2.h
@@ -481,6 +481,8 @@ struct v4l2_capability {
 
 #define V4L2_CAP_TOUCH                  0x10000000  /* Is a touch device */
 
+#define V4L2_CAP_IO_MC                 0x20000000  /* Is input/output 
controlled by the media controller */
+
 #define V4L2_CAP_DEVICE_CAPS            0x80000000  /* sets device 
capabilities field */
 
 /*
@@ -776,7 +778,8 @@ struct v4l2_fmtdesc {
        __u32               flags;
        __u8                description[32];   /* Description string */
        __u32               pixelformat;       /* Format fourcc      */
-       __u32               reserved[4];
+       __u32               mbus_code;          /* Media bus code    */
+       __u32               reserved[3];
 };
 
 #define V4L2_FMT_FLAG_COMPRESSED               0x0001

_______________________________________________
linuxtv-commits mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to