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

Commit 14abdbee 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 synchronous split flush"

parents f8b641d9 290e1d01
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1157,8 +1157,7 @@ static inline int mdss_mdp_set_split_ctl(struct mdss_mdp_ctl *ctl,
	 * original ctl can work the same way as dual pipe solution */
	ctl->mixer_right = split_ctl->mixer_left;

	if ((mdata->mdp_rev >= MDSS_MDP_HW_REV_103) &&
		(ctl->opmode == MDSS_MDP_CTL_OP_VIDEO_MODE))
	if ((mdata->mdp_rev >= MDSS_MDP_HW_REV_103) && ctl->is_video_mode)
		ctl->split_flush_en = true;

	return 0;