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

Commit 28b7e1f2 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: do not init phy and controller with cont splash enabled"

parents a206d164 2e364e5d
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -1086,8 +1086,15 @@ static int mdss_dsi_core_power_ctrl(struct mdss_dsi_ctrl_pdata *ctrl,
		 */
		if (pdata->panel_info.blank_state == MDSS_PANEL_BLANK_BLANK)
			mdss_dsi_phy_sw_reset(ctrl->ctrl_base);

		/*
		 * Phy and controller setup need not be done during bootup
		 * when continuous splash screen is enabled.
		 */
		if (!pdata->panel_info.cont_splash_enabled) {
			mdss_dsi_phy_init(ctrl);
			mdss_dsi_ctrl_setup(ctrl);
		}

		if (ctrl->ulps) {
			/*