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)
此提交包含在:
Shivakumar Malke
2023-06-12 11:40:05 +05:30
提交者 Sridhar Gujje
父節點 e383234b62
當前提交 cfdde7b938

查看文件

@@ -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