diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-03-01 21:22:25 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-09-30 11:15:29 +0300 |
commit | 4a23e2755c589fa0fbb952bf4fc654fd2c0ab933 (patch) | |
tree | 6f2c658b26d18c2ca089e30be0145619a760e011 | |
parent | 3ac86ff8bf7e7d0c5857990a2d0a7148b6e48a71 (diff) |
include: linux: Drop V4L2_META_FMT_SENSOR_DATA
The V4L2_META_FMT_SENSOR_DATA format was used by the Raspberry Pi VC4
pipeline handler and the downstream Unicam kernel driver. Now that they
have both moved to an upstream API, drop the format definition from the
kernel header. This brings videodev2.h closer to the mainline kernel.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r-- | include/linux/videodev2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index ba07bfd3..3b5ad204 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h @@ -823,7 +823,6 @@ struct v4l2_pix_format { #define V4L2_META_FMT_UVC v4l2_fourcc('U', 'V', 'C', 'H') /* UVC Payload Header metadata */ #define V4L2_META_FMT_D4XX v4l2_fourcc('D', '4', 'X', 'X') /* D4XX Payload Header metadata */ #define V4L2_META_FMT_VIVID v4l2_fourcc('V', 'I', 'V', 'D') /* Vivid Metadata */ -#define V4L2_META_FMT_SENSOR_DATA v4l2_fourcc('S', 'E', 'N', 'S') /* Sensor Ancillary metadata */ #define V4L2_META_FMT_BCM2835_ISP_STATS v4l2_fourcc('B', 'S', 'T', 'A') /* BCM2835 ISP image statistics output */ /* Vendor specific - used for RK_ISP1 camera sub-system */ |