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

Commit d89ef947 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "disp: drm: dp: wait for a graceful dp_mst disable"

parents 6795628a fdd562dc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -929,7 +929,8 @@ static int dp_display_process_hpd_low(struct dp_display_private *dp)

	dp_display_process_mst_hpd_low(dp);

	if (dp_display_state_is(DP_STATE_CONNECT_NOTIFIED) &&
	if ((dp_display_state_is(DP_STATE_CONNECT_NOTIFIED) ||
			dp_display_state_is(DP_STATE_ENABLED)) &&
			!dp->mst.mst_active)
		rc = dp_display_send_hpd_notification(dp);