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

Commit 6067cbd5 authored by Venu Yeshala's avatar Venu Yeshala Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: isp: Update AB and IB top up values



Update the AB and IB values used for stats. This will help
reduce the bandwidth requirements.

Change-Id: Ic4b1bd64646ab6d652c5ede9110c61111ef191f2
Signed-off-by: default avatarVenu Yeshala <vyeshala@codeaurora.org>
parent 33011188
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,8 +52,8 @@
#define VFE_CLK_INFO_MAX 16
#define STATS_COMP_BIT_MASK 0x1FF

#define MSM_ISP_MIN_AB 300000000
#define MSM_ISP_MIN_IB 450000000
#define MSM_ISP_MIN_AB 100000000
#define MSM_ISP_MIN_IB 120000000

struct vfe_device;
struct msm_vfe_axi_stream;