]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - include/uapi/linux/ipu-isys.h
UBUNTU: SAUCE: IPU driver release WW52
[mirror_ubuntu-jammy-kernel.git] / include / uapi / linux / ipu-isys.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /* Copyright (C) 2016 - 2020 Intel Corporation */
3
4 #ifndef UAPI_LINUX_IPU_ISYS_H
5 #define UAPI_LINUX_IPU_ISYS_H
6
7 #define V4L2_CID_IPU_BASE (V4L2_CID_USER_BASE + 0x1080)
8
9 #define V4L2_CID_IPU_STORE_CSI2_HEADER (V4L2_CID_IPU_BASE + 2)
10 #define V4L2_CID_IPU_ISYS_COMPRESSION (V4L2_CID_IPU_BASE + 3)
11
12 #define VIDIOC_IPU_GET_DRIVER_VERSION \
13 _IOWR('v', BASE_VIDIOC_PRIVATE + 3, uint32_t)
14
15 #endif /* UAPI_LINUX_IPU_ISYS_H */