Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 140b04d8 authored by Sumalatha Malothu's avatar Sumalatha Malothu Committed by Gerrit - the friendly Code Review server
Browse files

msm:camera_v2:isp:Increasing stats ub size



HFR Zoom in Zoom out test cases,observed stats overflow.To
prevent that,doubling the stats ub size.

Change-Id: If1477f23b59d3f9abb6b3330e60456f0f11ccbef
Signed-off-by: default avatarSumalatha Malothu <smalot@codeaurora.org>
parent 5af1d288
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
#define MSM_VFE48_BUS_CLIENT_INIT 0xABAB
#define VFE48_STATS_BURST_LEN 3
#define VFE48_UB_SIZE_VFE 2048 /* 2048 * 256 bits = 64KB */
#define VFE48_UB_STATS_SIZE 288
#define VFE48_UB_STATS_SIZE 352
#define MSM_ISP48_TOTAL_IMAGE_UB_VFE (VFE48_UB_SIZE_VFE - VFE48_UB_STATS_SIZE)


@@ -321,8 +321,8 @@ void msm_vfe48_stats_cfg_ub(struct vfe_device *vfe_dev)
	int i;
	uint32_t ub_offset = 0, stats_burst_len;
	uint32_t ub_size[VFE47_NUM_STATS_TYPE] = {
		32, /* MSM_ISP_STATS_HDR_BE */
		32, /* MSM_ISP_STATS_BG */
		64, /* MSM_ISP_STATS_HDR_BE */
		64, /* MSM_ISP_STATS_BG */
		32, /* MSM_ISP_STATS_BF */
		32, /* MSM_ISP_STATS_HDR_BHIST */
		32, /* MSM_ISP_STATS_RS */