Jelajahi Sumber

msm: camera: icp: Increase the max_in and out resource macros

Increase these macros to accommodate MFHDR use-cases involving,
more inputs/outputs.

CRs-Fixed: 2841729
Change-Id: I360f5500c6a9a8e4e0ea3b25cf281187db639b2c
Signed-off-by: Karthik Anantha Ram <[email protected]>
Karthik Anantha Ram 4 tahun lalu
induk
melakukan
bcedf8dd86
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      drivers/cam_icp/icp_hw/icp_hw_mgr/cam_icp_hw_mgr.h

+ 2 - 2
drivers/cam_icp/icp_hw/icp_hw_mgr/cam_icp_hw_mgr.h

@@ -25,8 +25,8 @@
 
 #define CAM_FRAME_CMD_MAX       40
 
-#define CAM_MAX_OUT_RES         6
-#define CAM_MAX_IN_RES          8
+#define CAM_MAX_OUT_RES         14
+#define CAM_MAX_IN_RES          16
 
 #define ICP_WORKQ_NUM_TASK      100
 #define ICP_WORKQ_TASK_CMD_TYPE 1