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

Commit 958b9e8a authored by Kui Wang's avatar Kui Wang Committed by Gerrit - the friendly Code Review server
Browse files

msm: isp: increase UB size for isp40



The current UB size may cause axi bus overflow
when do stability test. Increase it from 64 to
96 to fix this issue.

Change-Id: Ia506ca49546383ffee2aa363a4de33e824e91b92
Signed-off-by: default avatarKui Wang <kuiw@codeaurora.org>
parent 6f777b23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2188,7 +2188,7 @@ static struct msm_vfe_axi_hardware_info msm_vfe40_axi_hw_info = {
	.num_comp_mask = 3,
	.num_rdi = 3,
	.num_rdi_master = 3,
	.min_wm_ub = 64,
	.min_wm_ub = 96,
	.scratch_buf_range = SZ_32M + SZ_4M,
};