diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2025-12-31 11:00:34 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-02 13:38:49 +0000 |
| commit | 782cece6f44f32d02b85952aa53fa4a54b9d10f2 (patch) | |
| tree | 416eb038c82fde3039040f4e44915ad1dfd7e26e | |
| parent | 22968d01cc9189de5506bf05739b8715c4edae3f (diff) | |
sys/linux: fix up dev_video4linux.txt
It seems that consts for the file were generated for a single file only,
or manually written. I can't find any upstream/linux-next revision
where all consts can be regenered. On next-20251111 where we last generated
all consts, some of these MALI consts are not present yet. On newer revisions
make extract is broken.
Add manual defines so that descriptions can be at least re-generated on next-20251111.
| -rw-r--r-- | sys/linux/dev_video4linux.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/linux/dev_video4linux.txt b/sys/linux/dev_video4linux.txt index 073495d86..e52dc4ff2 100644 --- a/sys/linux/dev_video4linux.txt +++ b/sys/linux/dev_video4linux.txt @@ -991,3 +991,9 @@ v4l2_input_capabilities = V4L2_IN_CAP_DV_TIMINGS, V4L2_IN_CAP_CUSTOM_TIMINGS, V4 v4l2_output_type = V4L2_OUTPUT_TYPE_MODULATOR, V4L2_OUTPUT_TYPE_ANALOG, V4L2_OUTPUT_TYPE_ANALOGVGAOVERLAY v4l2_output_capabilities = V4L2_OUT_CAP_DV_TIMINGS, V4L2_OUT_CAP_CUSTOM_TIMINGS, V4L2_OUT_CAP_STD, V4L2_OUT_CAP_NATIVE_SIZE v4l2_query_ext_ctrl = V4L2_CTRL_FLAG_NEXT_CTRL, V4L2_CTRL_FLAG_NEXT_COMPOUND + +# These are actually defined in the newer kernel versions. +# But the newer kernel versions don't build with make extract. +# This can be removed once we can regenerate consts on at least v6.19-rc3. +define V4L2_META_FMT_MALI_C55_PARAMS 1345664323 +define V4L2_META_FMT_MALI_C55_STATS 1395995971 |
