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:
Skylar Chang 2016-03-15 09:00:12 -07:00 committed by David Keitel
parent 083fdefb71
commit b699b4e106

View file

@ -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;