msm: camera: isp: Add support to handle pix for lite

If there is a use-case where lite can be used to support PIX resources,
as a part of acquire, a hint will be sent to indicate that lite can
be acquired. This hint is used to acquire the lite csid based on the
use-case.

CRs-Fixed: 2830502
Change-Id: Ib0a005ed64cd7ffec579195948f0fcb8b24ea837
Signed-off-by: Gaurav Jindal <gjindal@codeaurora.org>
This commit is contained in:
Gaurav Jindal
2020-11-19 15:48:49 +05:30
committed by Gerrit - the friendly Code Review server
szülő f97ec2b211
commit a3c040b4d0
8 fájl változott, egészen pontosan 130 új sor hozzáadva és 66 régi sor törölve

Fájl megtekintése

@@ -580,10 +580,10 @@ static const char *__cam_isp_resource_handle_id_to_type(
return "LTM_STATS";
case CAM_ISP_IFE_OUT_RES_STATS_GTM_BHIST:
return "STATS_GTM_BHIST";
case CAM_ISP_IFE_LITE_OUT_RES_STATS_BE:
return "STATS_BE";
case CAM_ISP_IFE_LITE_OUT_RES_GAMMA:
return "GAMMA";
case CAM_ISP_IFE_LITE_OUT_RES_STATS_BG:
return "STATS_BG";
case CAM_ISP_IFE_LITE_OUT_RES_PREPROCESS_RAW:
return "PREPROCESS_RAW";
default:
return "CAM_ISP_Invalid_Resource_Type";
}