qcacmn: Map IPA tx buffers as part of IPA ready callback
Register IPA ready callback with IPA driver. The callback sets ipa_is_ready flag in the host driver and kick starts the ipa init sequence as part of which the Tx buffers are mapped to IPA. None of the IPA APIs are invoked until IPA ready registration is complete. Change-Id: I6570b2b347052164a274fbc22358ebf0719dcabf CRs-Fixed: 2735107
此提交包含在:
@@ -11119,7 +11119,8 @@ static struct cdp_ipa_ops dp_ops_ipa = {
|
||||
.ipa_enable_pipes = dp_ipa_enable_pipes,
|
||||
.ipa_disable_pipes = dp_ipa_disable_pipes,
|
||||
.ipa_set_perf_level = dp_ipa_set_perf_level,
|
||||
.ipa_rx_intrabss_fwd = dp_ipa_rx_intrabss_fwd
|
||||
.ipa_rx_intrabss_fwd = dp_ipa_rx_intrabss_fwd,
|
||||
.ipa_tx_buf_smmu_mapping = dp_ipa_tx_buf_smmu_mapping
|
||||
};
|
||||
#endif
|
||||
|
||||
|
新增問題並參考
封鎖使用者