msm: ipa3: remove ul_dl sync from IPA MHI
Remove the usage of ul_dl_sync field in IPA MHI driver as this is no longer in use. CRs-Fixed: 990233 Change-Id: I7295da05664e72aa1b9120f7bc475f92addc095b Acked-by: Ady Abraham <adya@qti.qualcomm.com> Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
This commit is contained in:
parent
083fdefb71
commit
b699b4e106
1 changed files with 0 additions and 4 deletions
|
@ -1589,8 +1589,6 @@ static int ipa_mhi_start_gsi_channel(struct ipa3_mhi_channel_ctx *channel,
|
||||||
channel->ep->gsi_evt_ring_hdl;
|
channel->ep->gsi_evt_ring_hdl;
|
||||||
|
|
||||||
memset(&ev_scratch, 0, sizeof(ev_scratch));
|
memset(&ev_scratch, 0, sizeof(ev_scratch));
|
||||||
ev_scratch.mhi.ul_dl_sync_en =
|
|
||||||
ipa3_cached_dl_ul_sync_info.params.isDlUlSyncEnabled;
|
|
||||||
res = gsi_write_evt_ring_scratch(channel->ep->gsi_evt_ring_hdl,
|
res = gsi_write_evt_ring_scratch(channel->ep->gsi_evt_ring_hdl,
|
||||||
ev_scratch);
|
ev_scratch);
|
||||||
if (res) {
|
if (res) {
|
||||||
|
@ -1627,8 +1625,6 @@ static int ipa_mhi_start_gsi_channel(struct ipa3_mhi_channel_ctx *channel,
|
||||||
ch_scratch.mhi.mhi_host_wp_addr = IPA_MHI_HOST_ADDR_COND(
|
ch_scratch.mhi.mhi_host_wp_addr = IPA_MHI_HOST_ADDR_COND(
|
||||||
channel->channel_context_addr +
|
channel->channel_context_addr +
|
||||||
offsetof(struct ipa3_mhi_ch_ctx, wp));
|
offsetof(struct ipa3_mhi_ch_ctx, wp));
|
||||||
ch_scratch.mhi.ul_dl_sync_en = ipa3_cached_dl_ul_sync_info.
|
|
||||||
params.isDlUlSyncEnabled;
|
|
||||||
ch_scratch.mhi.assert_bit40 = ipa3_mhi_ctx->assert_bit40;
|
ch_scratch.mhi.assert_bit40 = ipa3_mhi_ctx->assert_bit40;
|
||||||
ch_scratch.mhi.max_outstanding_tre = ep_cfg->ipa_if_aos *
|
ch_scratch.mhi.max_outstanding_tre = ep_cfg->ipa_if_aos *
|
||||||
GSI_CHAN_RE_SIZE_16B;
|
GSI_CHAN_RE_SIZE_16B;
|
||||||
|
|
Loading…
Add table
Reference in a new issue