From b63c02a6187b85ea589fa025805c1377da1c863f Mon Sep 17 00:00:00 2001 From: Skylar Chang Date: Mon, 26 Oct 2015 16:52:28 -0700 Subject: 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 --- include/linux/ipa.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/linux') 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; }; /** -- cgit v1.2.3