summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSkylar Chang <chiaweic@codeaurora.org>2015-10-26 16:52:28 -0700
committerJeevan Shriram <jshriram@codeaurora.org>2016-04-07 15:58:23 -0700
commitb63c02a6187b85ea589fa025805c1377da1c863f (patch)
tree63533d885e5f7ce9aa037932ea1f1904154e0ef3 /include/linux
parent93471e0374e5470b20aa612dd8049e8942764fe3 (diff)
msm: ipa: header change for wlan VA mapping
wlan will pass the VA to IPA-driver to let IPA-driver access the values of rdy_ring_rp and rdy_comp_ring_wp to decive when can suspend the WDI pipe Change-Id: I73447c5557d42817ac2214532273e0de638e13d9 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 4fc2231c9842..4e14dd8a36bf 100644
--- a/include/linux/ipa.h
+++ b/include/linux/ipa.h
@@ -922,6 +922,8 @@ struct ipa_wdi_ul_params {
phys_addr_t rdy_comp_ring_base_pa;
phys_addr_t rdy_comp_ring_wp_pa;
u32 rdy_comp_ring_size;
+ u32 *rdy_ring_rp_va;
+ u32 *rdy_comp_ring_wp_va;
};
/**