1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 3 * Support for Intel Camera Imaging ISP subsystem. 4 * Copyright (c) 2015, Intel Corporation. 5 */ 6 7 #ifndef __IA_CSS_DVS_PARAM_H 8 #define __IA_CSS_DVS_PARAM_H 9 10 #include <type_support.h> 11 12 #if !defined(ENABLE_TPROXY) && !defined(ENABLE_CRUN_FOR_TD) && !defined(PARAMBIN_GENERATION) 13 #include "dma.h" 14 #endif /* !defined(ENABLE_TPROXY) && !defined(ENABLE_CRUN_FOR_TD) */ 15 16 #include "uds/uds_1.0/ia_css_uds_param.h" 17 18 /* dvserence frame */ 19 struct sh_css_isp_dvs_isp_config { 20 u32 num_horizontal_blocks; 21 u32 num_vertical_blocks; 22 }; 23 24 #endif /* __IA_CSS_DVS_PARAM_H */ 25