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>
Esse commit está contido em:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Referência em uma nova issue
Block a user