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

Commit 4e8d66eb 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: Increase commit count for first kickoff"

parents b7833c75 3314d147
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3141,8 +3141,10 @@ static int mdss_mdp_overlay_on(struct msm_fb_data_type *mfd)
		rc = mdss_mdp_overlay_start(mfd);
		if (rc)
			goto error_pm;
		if (mfd->panel_info->type != WRITEBACK_PANEL)
		if (mfd->panel_info->type != WRITEBACK_PANEL) {
			atomic_inc(&mfd->mdp_sync_pt_data.commit_cnt);
			rc = mdss_mdp_overlay_kickoff(mfd, NULL);
		}
	} else {
		rc = mdss_mdp_ctl_setup(mdp5_data->ctl);
		if (rc)