Unverified Commit 5e292ab4 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!11146 drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer

parents 13d74d32 6316b629
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -423,6 +423,10 @@ void dp_aux_isr(struct drm_dp_aux *dp_aux)

	aux->isr = dp_catalog_aux_get_irq(aux->catalog);

	/* no interrupts pending, return immediately */
	if (!aux->isr)
		return;

	if (!aux->cmd_busy)
		return;