소스 검색

msm: camera: icp: Increase MAX_PKT_SIZE_MSGQ for ICP

Increase ICP_HFI_MAX_PKT_SIZE_MSGQ_IN_WORDS to improve workqueue
delay tolerance.

CRs-Fixed: 2564981
Change-Id: Ic61e79588a834e651e7b2f5e44acd3fcbc9d8f77
Signed-off-by: Trishansh Bhardwaj <[email protected]>
Trishansh Bhardwaj 5 년 전
부모
커밋
09c9b6c054
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/cam_icp/fw_inc/hfi_reg.h

+ 1 - 1
drivers/cam_icp/fw_inc/hfi_reg.h

@@ -74,7 +74,7 @@
 #define ICP_SHARED_MEM_IN_BYTES                 (1024 * 1024)
 #define ICP_UNCACHED_HEAP_SIZE_IN_BYTES         (2 * 1024 * 1024)
 #define ICP_HFI_MAX_PKT_SIZE_IN_WORDS           25600
-#define ICP_HFI_MAX_PKT_SIZE_MSGQ_IN_WORDS      256
+#define ICP_HFI_MAX_PKT_SIZE_MSGQ_IN_WORDS      1024
 
 #define ICP_HFI_QTBL_HOSTID1                    0x01000000
 #define ICP_HFI_QTBL_STATUS_ENABLED             0x00000001