From 6a93fc64871e2ad0d913cffbb93f6e31ec007125 Mon Sep 17 00:00:00 2001 From: xff Date: Fri, 29 Mar 2019 16:41:43 +0800 Subject: [PATCH] [COMMON] fimc-is2: modify OV16885 setting to decrease V-blank time Change-Id: Ia9cfb584eceb51dd626245db15ee62b7644d6962 Signed-off-by: xff --- .../module_framework/cis/fimc-is-cis-16885c-setA.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/cis/fimc-is-cis-16885c-setA.h b/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/cis/fimc-is-cis-16885c-setA.h index 741ded63b664..d0a02e243e77 100755 --- a/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/cis/fimc-is-cis-16885c-setA.h +++ b/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/cis/fimc-is-cis-16885c-setA.h @@ -450,7 +450,8 @@ const u32 sensor_16885c_setfile_A_2336x1752_30fps[] = { 0x3809, 0x20, 0x01, 0x380a, 0x06, 0x01, 0x380b, 0xd8, 0x01, - 0x380d, 0x78, 0x01, + 0x380c, 0x0a, 0x01, + 0x380d, 0xf0, 0x01, 0x380e, 0x07, 0x01, 0x380f, 0x70, 0x01, 0x3811, 0x07, 0x01, @@ -481,6 +482,7 @@ const u32 sensor_16885c_setfile_A_2336x1752_60fps[] = { 0x3809, 0x20, 0x01, 0x380a, 0x06, 0x01, 0x380b, 0xd8, 0x01, + 0x380c, 0x05, 0x01, 0x380d, 0x78, 0x01, 0x380e, 0x07, 0x01, 0x380f, 0x70, 0x01, @@ -543,6 +545,7 @@ const u32 sensor_16885c_setfile_A_1920x1080_120fps[] = { 0x3809, 0x80, 0x01, 0x380a, 0x04, 0x01, 0x380b, 0x38, 0x01, + 0x380c, 0x05, 0x01, 0x380d, 0x00, 0x01, 0x380e, 0x04, 0x01, 0x380f, 0x12, 0x01, @@ -564,8 +567,8 @@ const struct sensor_pll_info_compact sensor_16885c_pllinfo_A_2336x1752_30fps = { EXT_CLK_Mhz * 1000 * 1000, /* ext_clk */ 769600000, /* mipi_datarate */ 160333333, /* pclk = VT pix CLK (this value is different by cis) */ - 0x0EE0, /* frame_length_lines (0x380e) */ - 0x0578, /* line_length_pck (0x380c) */ + 0x0770, /* frame_length_lines (0x380e) */ + 0x0AF0, /* line_length_pck (0x380c) */ }; const struct sensor_pll_info_compact sensor_16885c_pllinfo_A_2336x1752_60fps = { -- 2.20.1