Quellcode durchsuchen

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 vor 4 Jahren
Ursprung
Commit
bcedf8dd86
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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