xref: /linux/drivers/media/platform/qcom/iris/iris_platform_qcs8300.h (revision f4b369c6fe0ceaba2da2daff8c9eb415f85926dd)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2022-2025 Qualcomm Innovation Center, Inc. All rights reserved.
4  */
5 
6 #ifndef __IRIS_PLATFORM_QCS8300_H__
7 #define __IRIS_PLATFORM_QCS8300_H__
8 
9 static struct platform_inst_caps platform_inst_cap_qcs8300 = {
10 	.min_frame_width = 96,
11 	.max_frame_width = 4096,
12 	.min_frame_height = 96,
13 	.max_frame_height = 4096,
14 	.max_mbpf = (4096 * 2176) / 256,
15 	.mb_cycles_vpp = 200,
16 	.mb_cycles_fw = 326389,
17 	.mb_cycles_fw_vpp = 44156,
18 	.num_comv = 0,
19 	.max_frame_rate = MAXIMUM_FPS,
20 	.max_operating_rate = MAXIMUM_FPS,
21 };
22 
23 #endif
24