Merge "msm: camera: isp: Fix config of vfe out ports" into camera-kernel.lnx.5.0

此提交包含在:
Haritha Chintalapati
2021-04-07 16:29:07 -07:00
提交者 Gerrit - the friendly Code Review server
當前提交 1a11831377
共有 4 個檔案被更改,包括 38 行新增7 行删除

查看文件

@@ -584,6 +584,8 @@ static const char *__cam_isp_resource_handle_id_to_type(
return "STATS_BG";
case CAM_ISP_IFE_LITE_OUT_RES_PREPROCESS_RAW:
return "PREPROCESS_RAW";
case CAM_ISP_IFE_OUT_RES_SPARSE_PD:
return "SPARSE_PD";
default:
return "CAM_ISP_Invalid_Resource_Type";
}