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

Commit f7a4777b authored by Srikanth Uyyala's avatar Srikanth Uyyala
Browse files

msm: camera: isp: process RDI regupdate from each ISP



with dual_isp_sync enabled pix path regupdate can be processed
with interrupt from dual_isp_sync irq. however RDI dual only
one ISP. So regupdate irq need to be processed from each ISP.

Change-Id: Iff0c397ee8e21784b1bf994482bb575c0482b8cb
Signed-off-by: default avatarSrikanth Uyyala <suyyala@codeaurora.org>
parent 53a55fb7
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -2304,8 +2304,13 @@ void msm_isp_do_tasklet(unsigned long data)
		if (vfe_dev->dual_vfe_sync_mode) {
			irq_ops->process_camif_irq(vfe_dev,
				dual_irq_status, irq_status1, &ts);
			/*
			 * process the reg_update for pix from dual_irq_status
			 * and RDI redupdate from individual VFEs
			 */
			irq_ops->process_reg_update(vfe_dev,
				(irq_status0 | dual_irq_status),
				((irq_status0 & 0xE0) |
				dual_irq_status),
				irq_status1, &ts);
			irq_ops->process_epoch_irq(vfe_dev,
				dual_irq_status, irq_status1, &ts);