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

Commit a81797ad authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: isp: Correct UB size for RDI"

parents 3c272a16 699c2024
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1859,10 +1859,10 @@ void msm_vfe47_cfg_axi_ub_equal_default(
					axi_data->free_wm[i])
					break;

			rdi_ub_offset = ((SRC_TO_INTF(
			rdi_ub_offset = (SRC_TO_INTF(
					HANDLE_TO_IDX(axi_data->free_wm[i])) -
					VFE_RAW_0 * 2) + plane) *
					axi_data->hw_info->min_wm_ub;
					VFE_RAW_0) *
					axi_data->hw_info->min_wm_ub * 2;
			wm_ub_size = axi_data->hw_info->min_wm_ub * 2;
			msm_camera_io_w(rdi_ub_offset << 16 | (wm_ub_size - 1),
				vfe_dev->vfe_base +