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: Kui Wang <kuiw@codeaurora.org>
This commit is contained in:
Kui Wang 2017-04-25 09:35:54 +08:00 committed by Gerrit - the friendly Code Review server
parent 6f777b2385
commit 958b9e8a1a

View file

@ -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,
};