@@ -864,6 +864,10 @@ struct v4l2_pix_format {
#define V4L2_META_FMT_MALI_C55_PARAMS v4l2_fourcc('C', '5', '5', 'P') /* ARM Mali-C55 Parameters */
#define V4L2_META_FMT_MALI_C55_STATS v4l2_fourcc('C', '5', '5', 'S') /* ARM Mali-C55 3A Statistics */
+/* Vendor specific - used for Dreamchip RPP-X1 ISP */
+#define V4L2_META_FMT_RPP_X1_PARAMS v4l2_fourcc('D', 'R', '1', 'P') /* Dreamchip RPP-X1 Parameters */
+#define V4L2_META_FMT_RPP_X1_STATS v4l2_fourcc('D', 'R', '1', 'S') /* Dreamchip RPP-X1 Statistics */
+
/*
* Line-based metadata formats. Remember to update v4l_fill_fmtdesc() when
* adding new ones!
Add parameters and statistics meta formats for the RPP-X1 ISP to videodev2.h. The patch that adds the two format to the Linux kernel is not merged upstream yet but is available at: https://patchwork.linuxtv.org/project/linux-media/list/?series=26362 Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> --- include/linux/videodev2.h | 4 ++++ 1 file changed, 4 insertions(+)