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: v4l2-tracer: add re/tracing for MAX_NUM_BUFFERS
Author:  Deborah Brouwer <deborah.brou...@collabora.com>
Date:    Thu Nov 30 16:46:31 2023 -0800

In the last sync of the kernel headers, the autogeneration script failed
to pick up the new flag V4L2_BUF_CAP_SUPPORTS_MAX_NUM_BUFFERS, so add it.

Signed-off-by: Deborah Brouwer <deborah.brou...@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 utils/v4l2-tracer/v4l2-tracer-gen.pl     | 2 +-
 utils/v4l2-tracer/v4l2-tracer-info-gen.h | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=8d20005e411b8b29cb6af9cd6e11a00e2cec0be7
diff --git a/utils/v4l2-tracer/v4l2-tracer-gen.pl 
b/utils/v4l2-tracer/v4l2-tracer-gen.pl
index 7b4f859b7177..b0ec9d6ec394 100755
--- a/utils/v4l2-tracer/v4l2-tracer-gen.pl
+++ b/utils/v4l2-tracer/v4l2-tracer-gen.pl
@@ -943,7 +943,7 @@ while (<>) {
        }
        if (grep {/^#define V4L2_BUF_CAP_SUPPORTS_MMAP\s+/} $_) {
                printf $fh_common_info_h "constexpr flag_def 
v4l2_buf_cap_flag_def[] = {\n";
-               flag_def_gen("V4L2_BUF_CAP_SUPPORTS_MMAP_CACHE_HINTS");
+               flag_def_gen("V4L2_BUF_CAP_SUPPORTS_MAX_NUM_BUFFERS");
                next;
        }
        if (grep {/^#define V4L2_STD_PAL_B\s+/} $_) {
diff --git a/utils/v4l2-tracer/v4l2-tracer-info-gen.h 
b/utils/v4l2-tracer/v4l2-tracer-info-gen.h
index 332e271f0860..b103b9bd4637 100644
--- a/utils/v4l2-tracer/v4l2-tracer-info-gen.h
+++ b/utils/v4l2-tracer/v4l2-tracer-info-gen.h
@@ -1518,6 +1518,7 @@ constexpr flag_def v4l2_buf_cap_flag_def[] = {
        { V4L2_BUF_CAP_SUPPORTS_ORPHANED_BUFS,  
"V4L2_BUF_CAP_SUPPORTS_ORPHANED_BUFS" },
        { V4L2_BUF_CAP_SUPPORTS_M2M_HOLD_CAPTURE_BUF,   
"V4L2_BUF_CAP_SUPPORTS_M2M_HOLD_CAPTURE_BUF" },
        { V4L2_BUF_CAP_SUPPORTS_MMAP_CACHE_HINTS,       
"V4L2_BUF_CAP_SUPPORTS_MMAP_CACHE_HINTS" },
+       { V4L2_BUF_CAP_SUPPORTS_MAX_NUM_BUFFERS,        
"V4L2_BUF_CAP_SUPPORTS_MAX_NUM_BUFFERS" },
        { 0, "" }
 };
 

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

Reply via email to