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>
This commit is contained in:
parent
93471e0374
commit
b63c02a618
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue