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

Commit 5d1e5d2d 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: fix the non-continuous splash screen use case"

parents a83ec491 c4c68d3d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1746,14 +1746,14 @@ int mdp3_ctrl_init(struct msm_fb_data_type *mfd)
	kobject_uevent(&dev->kobj, KOBJ_ADD);
	pr_debug("vsync kobject_uevent(KOBJ_ADD)\n");

	if (mdp3_get_cont_spash_en())
		mdp3_session->clk_on = 1;

	if (splash_mismatch) {
		pr_err("splash memory mismatch, stop splash\n");
		mdp3_ctrl_off(mfd);
	}

	if (mdp3_get_cont_spash_en())
		mdp3_session->clk_on = 1;

	mdp3_session->vsync_before_commit = true;
init_done:
	if (IS_ERR_VALUE(rc))