/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2023 MediaTek Inc. * Author: Ping-Hsun Wu <[email protected]> */ #ifndef __MTK_MDP3_TYPE_H__ #define __MTK_MDP3_TYPE_H__ #include <linux/types.h> #define IMG_MAX_HW_INPUTS … #define IMG_MAX_HW_OUTPUTS … #define IMG_MAX_PLANES … #define IMG_MAX_COMPONENTS … struct img_crop { … } __packed; struct img_region { … } __packed; struct img_offset { … } __packed; struct img_mux { … } __packed; struct img_mmsys_ctrl { … } __packed; #endif /* __MTK_MDP3_TYPE_H__ */