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)
此提交包含在:
@@ -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
|
||||
|
新增問題並參考
封鎖使用者