From 782cece6f44f32d02b85952aa53fa4a54b9d10f2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 31 Dec 2025 11:00:34 +0100 Subject: 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. --- sys/linux/dev_video4linux.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys') 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 -- cgit mrf-deployment