]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/media/pci/intel/ipu6/ipu-platform-isys.h
8869478703877122542b253e1a6f5c415773ed3b
[mirror_ubuntu-jammy-kernel.git] / drivers / media / pci / intel / ipu6 / ipu-platform-isys.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2020 Intel Corporation */
3
4 #ifndef IPU_PLATFORM_ISYS_H
5 #define IPU_PLATFORM_ISYS_H
6
7 #define IPU_ISYS_ENTITY_PREFIX "Intel IPU6"
8
9 /*
10 * FW support max 16 streams
11 */
12 #define IPU_ISYS_MAX_STREAMS 16
13
14 #define ISYS_UNISPART_IRQS (IPU_ISYS_UNISPART_IRQ_SW | \
15 IPU_ISYS_UNISPART_IRQ_CSI0 | \
16 IPU_ISYS_UNISPART_IRQ_CSI1)
17
18 #endif