Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b230d98 authored by Skylar Chang's avatar Skylar Chang
Browse files

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: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 241c08df
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
};

/**