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

Commit acbfabae authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: tfe: Process the rdi interrupts for rdi only resource"...

Merge "msm: camera: tfe: Process the rdi interrupts for rdi only resource" into camera-kernel.lnx.3.1
parents ad4a8914 ced0ab90
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -671,7 +671,8 @@ static int cam_tfe_irq_bottom_half(void *handler_priv,
			(top_priv->in_rsrc[i].res_id <=
			CAM_ISP_HW_TFE_IN_RDI2) &&
			(top_priv->in_rsrc[i].res_state ==
			CAM_ISP_RESOURCE_STATE_STREAMING)) {
			CAM_ISP_RESOURCE_STATE_STREAMING) &&
			top_priv->in_rsrc[i].rdi_only_ctx) {
			rdi_priv = (struct cam_tfe_rdi_data *)
				top_priv->in_rsrc[i].res_priv;
			event_cb = rdi_priv->event_cb;