浏览代码

Merge "msm: camera: isp: Reset csid error irq count on flush" into camera-kernel.lnx.5.0

Camera Software Integration 4 年之前
父节点
当前提交
3fdabd928f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_hw_ver1.c

+ 2 - 0
drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_hw_ver1.c

@@ -3252,6 +3252,8 @@ int cam_ife_csid_ver1_stop(void *hw_priv,
 		res->res_state = CAM_ISP_RESOURCE_STATE_INIT_HW;
 	}
 
+	csid_hw->counters.error_irq_count = 0;
+
 	return rc;
 }