From 2211bc5c20ac99420a9227532844446dd2224c3f Mon Sep 17 00:00:00 2001 From: Ariel Yin <ayin@google.com> Date: Tue, 25 Oct 2016 11:48:14 -0700 Subject: [PATCH] msm:isp: Change the VFE Burst len to 16. 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 --- drivers/media/platform/msm/camera_v2/isp/msm_isp40.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- GitLab