]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/s3a_stat_ls/ia_css_s3a_stat_ls_param.h
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[mirror_ubuntu-jammy-kernel.git] / drivers / staging / media / atomisp / pci / atomisp2 / css2400 / isp / kernels / s3a_stat_ls / ia_css_s3a_stat_ls_param.h
1 /*
2 * Support for Intel Camera Imaging ISP subsystem.
3 * Copyright (c) 2015, Intel Corporation.
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License,
7 * version 2, as published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
13 */
14
15 #ifndef __IA_CSS_S3A_STAT_LS_PARAM_H
16 #define __IA_CSS_S3A_STAT_LS_PARAM_H
17
18 #include "type_support.h"
19 #ifdef ISP2401
20 #include "../../io_ls/common/ia_css_common_io_types.h"
21 #endif
22
23 #define NUM_S3A_LS 1
24
25 /* s3a statistics store */
26 #ifdef ISP2401
27 struct ia_css_s3a_stat_ls_configuration {
28 uint32_t s3a_grid_size_log2;
29 };
30
31 #endif
32 struct sh_css_isp_s3a_stat_ls_isp_config {
33 #ifndef ISP2401
34 uint32_t base_address[NUM_S3A_LS];
35 uint32_t width[NUM_S3A_LS];
36 uint32_t height[NUM_S3A_LS];
37 uint32_t stride[NUM_S3A_LS];
38 #endif
39 uint32_t s3a_grid_size_log2[NUM_S3A_LS];
40 };
41
42 #ifndef ISP2401
43
44 #endif
45 #endif /* __IA_CSS_S3A_STAT_LS_PARAM_H */