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

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

Merge "drm/msm/dp: do a force dp_clean while dp disconnect"

parents 39183171 685f8e1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1001,7 +1001,7 @@ static int dp_display_handle_disconnect(struct dp_display_private *dp)
	}

	mutex_lock(&dp->session_lock);
	if (rc && dp->power_on)
	if (dp->power_on)
		dp_display_clean(dp);

	dp_display_host_deinit(dp);