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

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

Merge "msm: mdss: fix pp timeout during transition from LP1 to power on"

parents e0f2bd05 821af856
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -4110,9 +4110,11 @@ int mdss_mdp_ctl_start(struct mdss_mdp_ctl *ctl, bool handoff)
		return 0;
	}

	if (mdss_mdp_ctl_is_power_off(ctl)) {
		ret = mdss_mdp_ctl_setup(ctl);
		if (ret)
			return ret;
	}

	sctl = mdss_mdp_get_split_ctl(ctl);