Merge "msm: isp: increase UB size for isp40"

This commit is contained in:
Linux Build Service Account 2017-10-23 05:47:55 -07:00 committed by Gerrit - the friendly Code Review server
commit 5de1a28a4b

View file

@ -2193,7 +2193,7 @@ static struct msm_vfe_axi_hardware_info msm_vfe40_axi_hw_info = {
.num_comp_mask = 3, .num_comp_mask = 3,
.num_rdi = 3, .num_rdi = 3,
.num_rdi_master = 3, .num_rdi_master = 3,
.min_wm_ub = 64, .min_wm_ub = 96,
.scratch_buf_range = SZ_32M + SZ_4M, .scratch_buf_range = SZ_32M + SZ_4M,
}; };