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

Commit b26abf21 authored by Jayant Shekhar's avatar Jayant Shekhar
Browse files

ARM: dts: msm: Update MDSS max mixer/pipe width for sdm630



On sdm630, as per HW design, maximum mixer and pipe width
has been changed to 2048. Update the same in MDSS MDP node.

Change-Id: I21eb3fc77fd0fe08827d85777c39b24ed30911af
Signed-off-by: default avatarJayant Shekhar <jshekhar@codeaurora.org>
parent 630218f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -38,8 +38,8 @@
		qcom,mdss-ib-factor = <1 1>;		/* 1 time  */
		qcom,mdss-ib-factor = <1 1>;		/* 1 time  */
		qcom,mdss-clk-factor = <105 100>;	/* 1.05 times */
		qcom,mdss-clk-factor = <105 100>;	/* 1.05 times */


		qcom,max-mixer-width = <2560>;
		qcom,max-mixer-width = <2048>;
		qcom,max-pipe-width = <2560>;
		qcom,max-pipe-width = <2048>;


		qcom,max-dest-scaler-input-width = <2048>;
		qcom,max-dest-scaler-input-width = <2048>;
		qcom,max-dest-scaler-output-width = <2560>;
		qcom,max-dest-scaler-output-width = <2560>;