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

Commit 0be473cf 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/sde: Set the rotator dev state to active on resume" into dev/msm-4.14-display

parents 78e1ec79 397ac326
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3342,6 +3342,7 @@ int sde_rotator_pm_resume(struct device *dev)
	 */
	pm_runtime_disable(dev);
	pm_runtime_set_suspended(dev);
	pm_runtime_set_active(dev);
	pm_runtime_enable(dev);

	sde_rot_mgr_lock(mgr);