소스 검색

qcacmn: Increase the ring size of the IPA ring

IPA team wants to allocate more buffers and the IPA ring
should be able to hold them all since ipa doesn't have
an error path when the copy engine is full.

Change-Id: I30b8970ce59c7eb4e6a38170a56d6e00e88737fc
CRs-Fixed: 2011766
Houston Hoffman 8 년 전
부모
커밋
32f8ccfadc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hif/src/ce/ce_assignment.h

+ 1 - 1
hif/src/ce/ce_assignment.h

@@ -101,7 +101,7 @@ static struct CE_attr host_ce_config_wlan[] = {
 		CE_HTT_H2T_MSG_SRC_NENTRIES, 256, 0, NULL,},
 	/* ipa_uc->target HTC control */
 	{ /* CE5 */ (CE_ATTR_FLAGS | CE_ATTR_DISABLE_INTR), 0,
-		1024, 512, 0, NULL,},
+		CE_HTT_H2T_MSG_SRC_NENTRIES, 512, 0, NULL,},
 	/* Target autonomous HIF_memcpy */
 	{ /* CE6 */ CE_ATTR_FLAGS, 0, 0, 0, 0, NULL,},
 	/* ce_diag, the Diagnostic Window */