Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +3 −1 Original line number Diff line number Diff line Loading @@ -1640,7 +1640,9 @@ void msm_isp_halt_send_error(struct vfe_device *vfe_dev, uint32_t event) NO_OVERFLOW) /* Recovery is already in Progress */ return; /* if there are no active streams - do not start recovery */ if (!vfe_dev->axi_data.num_active_stream) return; if (ISP_EVENT_PING_PONG_MISMATCH == event && vfe_dev->axi_data.recovery_count < MAX_RECOVERY_THRESHOLD) { vfe_dev->hw_info->vfe_ops.irq_ops. Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_axi_util.c +3 −1 Original line number Diff line number Diff line Loading @@ -1640,7 +1640,9 @@ void msm_isp_halt_send_error(struct vfe_device *vfe_dev, uint32_t event) NO_OVERFLOW) /* Recovery is already in Progress */ return; /* if there are no active streams - do not start recovery */ if (!vfe_dev->axi_data.num_active_stream) return; if (ISP_EVENT_PING_PONG_MISMATCH == event && vfe_dev->axi_data.recovery_count < MAX_RECOVERY_THRESHOLD) { vfe_dev->hw_info->vfe_ops.irq_ops. Loading