浏览代码

Merge "msm: camera: isp: Check for CAMIF SOF as secondary event" into camera-kernel.lnx.5.0

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

+ 1 - 1
drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_hw_ver2.c

@@ -1580,7 +1580,7 @@ static int cam_ife_csid_ver2_rdi_bottom_half(
 
 	/* Check for secondary evt */
 	if ((path_cfg->en_secondary_evt) &&
-		(irq_status_rdi & IFE_CSID_VER2_PATH_INFO_INPUT_SOF)) {
+		(irq_status_rdi & IFE_CSID_VER2_PATH_CAMIF_SOF)) {
 		evt_info.is_secondary_evt = true;
 		CAM_DBG(CAM_ISP,
 			"CSID[%u] RDI:%u notify CAMIF SOF as secondary evt",