aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel Yin <ayin@google.com>2016-10-25 11:48:14 -0700
committerAriel Yin <ayin@google.com>2016-10-25 11:48:14 -0700
commit2211bc5c20ac99420a9227532844446dd2224c3f (patch)
treeca514f6bd467c9a43bfd6bd4565f4f2d833677e7
parentd1c75ea6ed73e613148627d070ff7023fa28120e (diff)
msm:isp: Change the VFE Burst len to 16.android-n-mr1-preview-2_r0.5android-7.1.1_r0.5
Change the VFE burst len to 16 (16 beats of 8 bytes per transaction.) Change-Id: Id7f2860ac3006673b0e69d96a47a6ffa67a9152f Signed-off-by: Alok Kediya <kediya@codeaurora.org> Bug : 32309372
-rw-r--r--drivers/media/platform/msm/camera_v2/isp/msm_isp40.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/msm/camera_v2/isp/msm_isp40.c b/drivers/media/platform/msm/camera_v2/isp/msm_isp40.c
index 2592c9d5b87a..aa2c8b9a31cd 100644
--- a/drivers/media/platform/msm/camera_v2/isp/msm_isp40.c
+++ b/drivers/media/platform/msm/camera_v2/isp/msm_isp40.c
@@ -26,7 +26,7 @@
#define CDBG(fmt, args...) pr_debug(fmt, ##args)
#define VFE40_BURST_LEN 1
-#define VFE40_BURST_LEN_8916_VERSION 2
+#define VFE40_BURST_LEN_8916_VERSION 3
#define VFE40_STATS_BURST_LEN 1
#define VFE40_STATS_BURST_LEN_8916_VERSION 2
#define VFE40_UB_SIZE 1536 /* 1536 * 128 bits = 24KB */