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

Commit e9cde9c9 authored by Vineet Bajaj's avatar Vineet Bajaj Committed by Gerrit - the friendly Code Review server
Browse files

msm: mdss: fix suspend resume for sharp 2k panel with dst_split



Continuous splash flag for the second dsi interface is not set
to 0 which leads to host init for the second dsi interface not
getting called.

Change-Id: Icba4820922714e3f096e93914f0d3c718c81ae62
Signed-off-by: default avatarVineet Bajaj <vbajaj@codeaurora.org>
parent f9c7cd5e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -895,6 +895,8 @@ int mdss_mdp_video_reconfigure_splash_done(struct mdss_mdp_ctl *ctl,
	pdata->panel_info.cont_splash_enabled = 0;
	if (sctl)
		sctl->panel_data->panel_info.cont_splash_enabled = 0;
	else if (ctl->panel_data->next && is_split_dst(ctl->mfd))
		ctl->panel_data->next->panel_info.cont_splash_enabled = 0;

	if (!handoff) {
		ret = mdss_mdp_ctl_intf_event(ctl, MDSS_EVENT_CONT_SPLASH_BEGIN,