summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSkylar Chang <chiaweic@codeaurora.org>2016-07-19 11:56:25 -0700
committerSkylar Chang <chiaweic@codeaurora.org>2016-08-24 14:57:46 -0700
commita4720ff813a9ec14b63ddb88747d1184e4783a9e (patch)
treec16c5f8b48020f0b71b8630752e9ddaef75c6c39 /include/linux
parentc605e110ab18604981481a7b502da54640b620bc (diff)
msm: ipa: header change for SMMU wlan VA mapping
Wlan need to pass the VA to let the IPA-driver decide when to suspend the WDI pipe in SMMU enabled scenario. Change-Id: I00ae7f088c7411c8a6420f5e7ab12276d65fd269 Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ipa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ipa.h b/include/linux/ipa.h
index 5f85508353c9..1d9eebf7dc83 100644
--- a/include/linux/ipa.h
+++ b/include/linux/ipa.h
@@ -948,6 +948,8 @@ struct ipa_wdi_ul_params_smmu {
struct sg_table rdy_comp_ring;
phys_addr_t rdy_comp_ring_wp_pa;
u32 rdy_comp_ring_size;
+ u32 *rdy_ring_rp_va;
+ u32 *rdy_comp_ring_wp_va;
};
/**