Procházet zdrojové kódy

msm: camera: isp: Only RDI path can access RDI resource

Only RDI path can access RDI resource.

CRs-Fixed: 2721399
Change-Id: Iad15b72a12cf825f150605f110bee04880a65852
Signed-off-by: Depeng Shao <[email protected]>
Depeng Shao před 5 roky
rodič
revize
006e454f56

+ 2 - 1
drivers/cam_isp/isp_hw_mgr/isp_hw/ife_csid_hw/cam_ife_csid_core.c

@@ -3398,7 +3398,8 @@ int cam_ife_csid_release(void *hw_priv,
 			csid_hw->ipp_path_config.measure_enabled = 0;
 			csid_hw->ipp_path_config.measure_enabled = 0;
 		else if (res->res_id == CAM_IFE_PIX_PATH_RES_PPP)
 		else if (res->res_id == CAM_IFE_PIX_PATH_RES_PPP)
 			csid_hw->ppp_path_config.measure_enabled = 0;
 			csid_hw->ppp_path_config.measure_enabled = 0;
-		else
+		else if (res->res_id >= CAM_IFE_PIX_PATH_RES_RDI_0 &&
+			res->res_id <= CAM_IFE_PIX_PATH_RES_RDI_3)
 			csid_hw->rdi_path_config[res->res_id].measure_enabled
 			csid_hw->rdi_path_config[res->res_id].measure_enabled
 				= 0;
 				= 0;
 		break;
 		break;