From 4e553671854e9b617d7e704b68d04fa75f867873 Mon Sep 17 00:00:00 2001 From: Sunmi Lee Date: Fri, 6 Jul 2018 10:58:29 +0900 Subject: [PATCH] [COMMON] fimc-is2: Added new data in shot_ext UVSP in MCSC needs the value of LSC_CENTER from CGRAS in 3AA and RADIAL_BIQUAD value in 3AA. Driver calls the get_cal_info function to DDK, DDK fills the values in cal_info. These values are need to be sync with frame. So the new data was added in shot_ext. PR JIRA ID: CPR-39 Change-Id: I44e57317a30865733349f037298e49c69dd81fcd Signed-off-by: Sunmi Lee --- .../exynos/fimc-is2/include/fimc-is-metadata.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/media/platform/exynos/fimc-is2/include/fimc-is-metadata.h b/drivers/media/platform/exynos/fimc-is2/include/fimc-is-metadata.h index e0da3a86c9f8..14befeeddbf9 100644 --- a/drivers/media/platform/exynos/fimc-is2/include/fimc-is-metadata.h +++ b/drivers/media/platform/exynos/fimc-is2/include/fimc-is-metadata.h @@ -2121,8 +2121,16 @@ struct camera2_shot_ext { uint32_t invalid; struct hfd_meta hfd; + + uint16_t binning_ratio_x; + uint16_t binning_ratio_y; + uint32_t crop_taa_x; + uint32_t crop_taa_y; + uint32_t bds_ratio_x; + uint32_t bds_ratio_y; + /* reserved for future */ - uint32_t reserved[13]; + uint32_t reserved[8]; /** \brief processing time debugging -- 2.20.1