qcacmn: Add support for IPA using GSI
When IPA using GSI instead of UC different IPA TX and RX clients needs to be configured. In this change when IPA uses GSI configure appropriate TX and RX clients/pipes. Change-Id: I0302323d91f0cc4256a1b08ddbb1345d0daa2939 CRs-Fixed: 2368003
This commit is contained in:

committed by
nshrivas

parent
ab422a470b
commit
fc3c8cf330
@@ -1147,7 +1147,8 @@ struct cdp_ipa_ops {
|
||||
void *ipa_w2i_cb, void *ipa_wdi_meter_notifier_cb,
|
||||
uint32_t ipa_desc_size, void *ipa_priv, bool is_rm_enabled,
|
||||
uint32_t *tx_pipe_handle, uint32_t *rx_pipe_handle,
|
||||
bool is_smmu_enabled, qdf_ipa_sys_connect_params_t *sys_in);
|
||||
bool is_smmu_enabled, qdf_ipa_sys_connect_params_t *sys_in,
|
||||
bool over_gsi);
|
||||
#else /* CONFIG_IPA_WDI_UNIFIED_API */
|
||||
QDF_STATUS (*ipa_setup)(struct cdp_pdev *pdev, void *ipa_i2w_cb,
|
||||
void *ipa_w2i_cb, void *ipa_wdi_meter_notifier_cb,
|
||||
|
Reference in New Issue
Block a user