include: linux: Update headers for Dw100 dewarper engine

Include the DW100 dewarper header as part of linux headers.
It will be used to set the V4L2_CID_DW100_DEWARPING_16x16_VERTEX_MAP
control by ConverterDW100

Signed-off-by: Xavier Roumegue <xavier.roumegue@oss.nxp.com>
Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Acked-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Acked-by: Paul Elder <paul.elder@ideasonboard.com>
Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
This commit is contained in:
Xavier Roumegue
2025-11-25 17:28:20 +01:00
committed by Stefan Klug
parent 0b0f32e736
commit ae4cd6e427
2 changed files with 15 additions and 0 deletions

14
include/linux/dw100.h Normal file
View File

@@ -0,0 +1,14 @@
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
/* Copyright 2022 NXP */
#ifndef __UAPI_DW100_H__
#define __UAPI_DW100_H__
#include <linux/v4l2-controls.h>
/*
* Check Documentation/userspace-api/media/drivers/dw100.rst for control details.
*/
#define V4L2_CID_DW100_DEWARPING_16x16_VERTEX_MAP (V4L2_CID_USER_DW100_BASE + 1)
#endif

View File

@@ -49,6 +49,7 @@ headers="
drm/drm_fourcc.h
linux/dma-buf.h
linux/dma-heap.h
linux/dw100.h
linux/media-bus-format.h
linux/media.h
linux/rkisp1-config.h