diff options
| author | Skylar Chang <chiaweic@codeaurora.org> | 2015-10-26 16:52:28 -0700 |
|---|---|---|
| committer | Jeevan Shriram <jshriram@codeaurora.org> | 2016-04-07 15:58:23 -0700 |
| commit | b63c02a6187b85ea589fa025805c1377da1c863f (patch) | |
| tree | 63533d885e5f7ce9aa037932ea1f1904154e0ef3 /include/linux | |
| parent | 93471e0374e5470b20aa612dd8049e8942764fe3 (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.h | 2 |
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; }; /** |
