Selaa lähdekoodia

msm: camera: isp: Update the value of macro CAM_ISP_BW_CONFIG_V3

The value of macro CAM_ISP_BW_CONFIG_V3 should be 3,
but the current value is 2, we need to update it.

CRs-Fixed: 3558398
Change-Id: Iab07cc08434e31c22890f5f1311e9010ecd460d6
Signed-off-by: mingpan <[email protected]>
Ming Pan 1 vuosi sitten
vanhempi
sitoutus
032cd5a542
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      drivers/cam_isp/isp_hw_mgr/include/cam_isp_hw_mgr_intf.h

+ 1 - 1
drivers/cam_isp/isp_hw_mgr/include/cam_isp_hw_mgr_intf.h

@@ -23,7 +23,7 @@
 #define CAM_SFE_FE_RDI_NUM_MAX           3
 #define CAM_ISP_BW_CONFIG_V1             1
 #define CAM_ISP_BW_CONFIG_V2             2
-#define CAM_ISP_BW_CONFIG_V3             2
+#define CAM_ISP_BW_CONFIG_V3             3
 #define CAM_TFE_HW_NUM_MAX               3
 #define CAM_TFE_RDI_NUM_MAX              3
 #define CAM_IFE_SCRATCH_NUM_MAX          2