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

Commit f4d641c4 authored by Jeykumar Sankaran's avatar Jeykumar Sankaran
Browse files

msm: mdss: Initialize right mixer ROI for split control



This change initializes ROI of the right mixer on dual DSI panels
to its complete resolution. This will ensure that the right mixer
composes to its full resolution when partial update feature is not
enabled / applicable.

CRs-Fixed: 556185
Change-Id: I3c2f2b9a220dc223ef66475d6f6cbfc18c4a67db
Signed-off-by: default avatarJeykumar Sankaran <jsanka@codeaurora.org>
parent 13d2d953
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -969,6 +969,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);