msm: camera: isp: Increase number of TFE contexts

Currently the max TFE contexts supported is 4.
To support AUX session, 6 contexts are required.

This change increases max TFE contexts to 6.

CRs-Fixed: 3526893
Change-Id: Ia0b8cf4394bdfc70f4cf8d55315516daa4c991d8
Signed-off-by: Shivakumar Malke <quic_smalke@quicinc.com>
(cherry picked from commit 5395a795408973adb997a1486922800d5ace89bf)
Dieser Commit ist enthalten in:
Shivakumar Malke
2023-06-12 11:40:05 +05:30
committet von Sridhar Gujje
Ursprung e383234b62
Commit cfdde7b938

Datei anzeigen

@@ -33,7 +33,7 @@
#define CAM_TFE_BUS_COMP_NUM_MAX 18
/* maximum context numbers for TFE */
#define CAM_TFE_CTX_MAX 4
#define CAM_TFE_CTX_MAX 6
/* maximum context numbers for IFE */
#define CAM_IFE_CTX_MAX 8