msm: camera: isp: Increase the maximum number of IFE

Allow probing and functioning of all IFEs in upcoming targets by
increasing the respective constants.

CRs-Fixed: 2846451
Change-Id: I187570fcbb659762587164ff93a6b9027d8f3785
Signed-off-by: Anand Ravi <ananravi@codeaurora.org>
This commit is contained in:
Anand Ravi
2021-01-26 17:07:32 -08:00
orang tua 623fd1e471
melakukan 0f8706bdb1
3 mengubah file dengan 3 tambahan dan 3 penghapusan

Melihat File

@@ -13,7 +13,7 @@
#include "cam_hw_mgr_intf.h"
/* MAX IFE instance */
#define CAM_IFE_HW_NUM_MAX 7
#define CAM_IFE_HW_NUM_MAX 8
#define CAM_SFE_HW_NUM_MAX 2
#define CAM_IFE_RDI_NUM_MAX 4
#define CAM_SFE_RDI_NUM_MAX 5

Melihat File

@@ -10,7 +10,7 @@
#include "cam_hw_intf.h"
/* MAX IFE CSID instance */
#define CAM_IFE_CSID_HW_NUM_MAX 7
#define CAM_IFE_CSID_HW_NUM_MAX 8
#define CAM_IFE_CSID_UDI_MAX 3
#define RT_BASE_IDX 2

Melihat File

@@ -11,7 +11,7 @@
#include "cam_ife_csid_hw_intf.h"
#include "cam_cpas_api.h"
#define CAM_VFE_HW_NUM_MAX 7
#define CAM_VFE_HW_NUM_MAX 8
#define VFE_CORE_BASE_IDX 0
#define RT_BASE_IDX 2