qcacmn: Add WBM2SW4 support

To support IPA TX two pipes, WBM2SW4 is added as second WBM2IPA TX
transfer ring.

Change-Id: Id0762003c1d91e3614b15df2bc51f90e27add43c
CRs-Fixed: 2750073
此提交包含在:
Jia Ding
2020-04-21 16:20:58 +08:00
提交者 snandini
父節點 09f1f1fe46
當前提交 ebe1849453
共有 3 個檔案被更改,包括 12 行新增1 行删除

查看文件

@@ -1491,7 +1491,11 @@ struct hal_hw_srng_config hw_srng_table_6390[] = {
},
{ /* WBM2SW_RELEASE */
.start_ring_id = HAL_SRNG_WBM2SW0_RELEASE,
#ifdef IPA_WDI3_TX_TWO_PIPES
.max_rings = 5,
#else
.max_rings = 4,
#endif
.entry_size = sizeof(struct wbm_release_ring) >> 2,
.lmac_ring = FALSE,
.ring_dir = HAL_SRNG_DST_RING,