Loading drivers/media/platform/msm/camera_v2/isp/msm_isp_util.c +4 −0 Original line number Diff line number Diff line Loading @@ -1342,6 +1342,10 @@ static void msm_isp_process_overflow_irq( { uint32_t overflow_mask; /* if there are no active streams - do not start recovery */ if (!vfe_dev->axi_data.num_active_stream) return; /*Mask out all other irqs if recovery is started*/ if (atomic_read(&vfe_dev->error_info.overflow_state) != NO_OVERFLOW) { uint32_t halt_restart_mask0, halt_restart_mask1; Loading Loading
drivers/media/platform/msm/camera_v2/isp/msm_isp_util.c +4 −0 Original line number Diff line number Diff line Loading @@ -1342,6 +1342,10 @@ static void msm_isp_process_overflow_irq( { uint32_t overflow_mask; /* if there are no active streams - do not start recovery */ if (!vfe_dev->axi_data.num_active_stream) return; /*Mask out all other irqs if recovery is started*/ if (atomic_read(&vfe_dev->error_info.overflow_state) != NO_OVERFLOW) { uint32_t halt_restart_mask0, halt_restart_mask1; Loading