msm: camera: isp: Add support for PDAF HW
This change add support for: - PDAF HW support handling in CSID and TFE driver - CSID PPP halt mode handling - Add support for new TFE PD ports (LCR, PD_PREPROCESSED PD_PARSED). CRs-Fixed: 3387396 Change-Id: I56dc109138607fe7b342760a5c977e4126fe1676 Signed-off-by: Alok Chauhan <quic_alokc@quicinc.com>
This commit is contained in:
@@ -1324,6 +1324,9 @@ static const char *__cam_isp_tfe_resource_handle_id_to_type(
|
||||
case CAM_ISP_TFE_OUT_RES_DS4: return "TFE_DS_4";
|
||||
case CAM_ISP_TFE_OUT_RES_DS16: return "TFE_DS_16";
|
||||
case CAM_ISP_TFE_OUT_RES_AI: return "TFE_AI";
|
||||
case CAM_ISP_TFE_OUT_RES_PD_LCR_STATS: return "TFE_LCR_STATS";
|
||||
case CAM_ISP_TFE_OUT_RES_PD_PREPROCESSED: return "TFE_PD_PREPROCESSED";
|
||||
case CAM_ISP_TFE_OUT_RES_PD_PARSED: return "TFE_PD_PARSED";
|
||||
/* Handle invalid type */
|
||||
default: return "Invalid_Resource_Type";
|
||||
}
|
||||
|
Reference in New Issue
Block a user