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:
parent
6f777b2385
commit
958b9e8a1a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue