msm: camera: isp: Add new v4l2 tfe subdev

This change registers tfe on v980 as an mc_tfe device
for userspace to enumerate.

CRs-Fixed: 3321317
Change-Id: Ic7810dc198aece0d1d0fa50e547f69c72218d49a
Signed-off-by: Li Sha Lim <quic_lishlim@quicinc.com>
This commit is contained in:
Li Sha Lim
2022-11-10 17:57:32 -08:00
committed by Camera Software Integration
parent c75f28c84d
commit f9c48bc48b
6 changed files with 29 additions and 8 deletions

View File

@@ -1183,6 +1183,7 @@ static const char *__cam_isp_resource_handle_id_to_type(
{
switch (device_type) {
case CAM_IFE_DEVICE_TYPE:
case CAM_TFE_MC_DEVICE_TYPE:
return __cam_isp_ife_sfe_resource_handle_id_to_type(resource_handle);
case CAM_TFE_DEVICE_TYPE:
return __cam_isp_tfe_resource_handle_id_to_type(resource_handle);