浏览代码

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 */