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

Commit 3637d941 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: enable partial update for nt35597 cmd mode panel for 8996"

parents bd562dc1 bc114d2e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -410,6 +410,8 @@
	qcom,mdss-dsi-bl-max-level = <4095>;
	qcom,cont-splash-enabled;
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
	qcom,partial-update-enabled;
	qcom,panel-roi-alignment = <360 16 360 16 360 16>;
};

&dsi_nt35597_dsc_video {
+2 −0
Original line number Diff line number Diff line
@@ -395,6 +395,8 @@
	qcom,mdss-dsi-bl-max-level = <4095>;
	qcom,cont-splash-enabled;
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
	qcom,partial-update-enabled;
	qcom,panel-roi-alignment = <360 16 360 16 360 16>;
};

&dsi_nt35597_dsc_video {
+2 −2
Original line number Diff line number Diff line
@@ -1571,8 +1571,8 @@ static void mdss_dsi_parse_roi_alignment(struct device_node *np,
					__func__);
		else {
			pinfo->xstart_pix_align = value[0];
			pinfo->width_pix_align = value[1];
			pinfo->ystart_pix_align = value[2];
			pinfo->ystart_pix_align = value[1];
			pinfo->width_pix_align = value[2];
			pinfo->height_pix_align = value[3];
			pinfo->min_width = value[4];
			pinfo->min_height = value[5];