[COMMON] fimc-is2: modify OV16885 setting to decrease V-blank time
authorxff <fangfang.xu@samsung.com>
Fri, 29 Mar 2019 08:41:43 +0000 (16:41 +0800)
committerKim Gunho <gunho.kim@samsung.com>
Wed, 7 Aug 2019 13:00:38 +0000 (22:00 +0900)
Change-Id: Ia9cfb584eceb51dd626245db15ee62b7644d6962
Signed-off-by: xff <fangfang.xu@samsung.com>
drivers/media/platform/exynos/fimc-is2/sensor/module_framework/cis/fimc-is-cis-16885c-setA.h

index 741ded63b66451b4a65e910333b07b60c76936bb..d0a02e243e77b6c27151273910f94fae4cb91af5 100755 (executable)
@@ -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 = {