msm: mdss: dp: ignore PHY AUX stop error

Ignore the PHY AUX stop error if we receive this error
during an AUX transaction. We can safely ignore this
error and proceed to read the buffered data from the
hardware since this error happens after the data has
been received by the AUX controller hardware.

CRs-Fixed: 2006096
Change-Id: Idb3f0e59b572be565e7572db500699471665f287
Signed-off-by: Aravind Venkateswaran <aravindh@codeaurora.org>
Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org>
This commit is contained in:
Aravind Venkateswaran 2017-03-02 14:29:39 -08:00 committed by Gerrit - the friendly Code Review server
parent 2104f5f66e
commit 853e762bd3

View file

@ -929,7 +929,7 @@ void mdss_dp_phy_aux_setup(struct mdss_dp_drv_pdata *dp)
writel_relaxed(cfg->lut[cfg->current_index],
dp->phy_io.base + cfg->offset);
};
writel_relaxed(0x1f, adjusted_phy_io_base + DP_PHY_AUX_INTERRUPT_MASK);
writel_relaxed(0x1e, adjusted_phy_io_base + DP_PHY_AUX_INTERRUPT_MASK);
}
int mdss_dp_irq_setup(struct mdss_dp_drv_pdata *dp_drv)