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

Commit 19861dca 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: Initialize right mixer ROI for split control"

parents 95c76106 f4d641c4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -974,6 +974,8 @@ int mdss_mdp_ctl_split_display_setup(struct mdss_mdp_ctl *ctl,

	mixer->width = sctl->width;
	mixer->height = sctl->height;
	mixer->roi = (struct mdss_mdp_img_rect)
				{0, 0, mixer->width, mixer->height};
	sctl->mixer_left = mixer;

	return mdss_mdp_set_split_ctl(ctl, sctl);