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

Commit 9689415e 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: configure SMART_PANEL_ALIGN_MODE for split display"

parents 6b7fb076 ef1b6dbf
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -4090,6 +4090,13 @@ static void mdss_mdp_ctl_split_display_enable(int enable,
			if (is_pingpong_split(main_ctl->mfd))
				lower |= BIT(2);
			upper = lower;

			/*
			 * align command mode stream0 output for
			 * intferace 1 and 2 to start of frame.
			 */
			if (main_ctl->mdata->mdp_rev >= MDSS_MDP_HW_REV_320)
				lower |= BIT(12);
		} else {
			/* interface controlling sw trigger (video mode) */
			if (main_ctl->intf_num == MDSS_MDP_INTF2) {