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

Commit 5398755a authored by Padmanabhan Komanduru's avatar Padmanabhan Komanduru
Browse files

mdss: Avoid panel ON commands during boot up for command mode



In command mode, when continuous splash is enabled, we do not
send the panel OFF commands through the SPLASH_BEGIN callback.
Avoid the SPLASH_FINISH callback also for command mode since
panel ON commands are not required to be sent. This avoids
unnecessary warnings during boot up.

Change-Id: Ifc249f259655045ecd799b57e1efb964238c504a
Signed-off-by: default avatarPadmanabhan Komanduru <pkomandu@codeaurora.org>
parent e6edf782
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -366,9 +366,6 @@ int mdss_mdp_cmd_reconfigure_splash_done(struct mdss_mdp_ctl *ctl)

	pdata->panel_info.cont_splash_enabled = 0;

	ret = mdss_mdp_ctl_intf_event(ctl, MDSS_EVENT_CONT_SPLASH_FINISH,
			NULL);

	mdss_mdp_ctl_intf_event(ctl, MDSS_EVENT_PANEL_CLK_CTRL, (void *)0);
	mdss_mdp_clk_ctrl(MDP_BLOCK_POWER_OFF, false);