浏览代码

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 年之前
父节点
当前提交
bcedf8dd86
共有 1 个文件被更改,包括 2 次插入2 次删除
  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