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

Commit c494c2f4 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: Allow writeback panel to start overlay during handoff"

parents 0220ed2c b479ec36
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2643,10 +2643,10 @@ static int mdss_mdp_overlay_on(struct msm_fb_data_type *mfd)
	}

	if (!mfd->panel_info->cont_splash_enabled &&
		(mfd->panel_info->type != DTV_PANEL) &&
		(mfd->panel_info->type != WRITEBACK_PANEL)) {
		(mfd->panel_info->type != DTV_PANEL)) {
		rc = mdss_mdp_overlay_start(mfd);
		if (!IS_ERR_VALUE(rc))
		if (!IS_ERR_VALUE(rc) &&
			(mfd->panel_info->type != WRITEBACK_PANEL))
			rc = mdss_mdp_overlay_kickoff(mfd, NULL);
	} else {
		rc = mdss_mdp_ctl_setup(mdp5_data->ctl);