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

Commit 5fba58d7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/dp: signal notification completion after power on" into msm-4.14

parents ea34de2a 131b70ab
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -1321,14 +1321,11 @@ static int dp_display_post_enable(struct dp_display *dp_display, void *panel)
	}

end:
	if (dp_display->post_open) {
	/* clear framework event notifier */
	dp_display->post_open = NULL;
	dp->aux->state |= DP_STATE_CTRL_POWERED_ON;

	complete_all(&dp->notification_comp);
	}

	mutex_unlock(&dp->session_lock);
	return 0;
}