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

Commit 56b4a5d4 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: update correct default OT settings for mdss"

parents 82dd855c 55a50d1f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -62,8 +62,8 @@
		qcom,max-bandwidth-per-pipe-kbps = <1 3200000>, /* Default */
						   <2 2400000>; /* Camera */
		qcom,max-clk-rate = <412500000>;
		qcom,mdss-default-ot-rd-limit = <32>;
		qcom,mdss-default-ot-wr-limit = <40>;
		qcom,mdss-default-ot-rd-limit = <40>;
		qcom,mdss-default-ot-wr-limit = <32>;
		qcom,mdss-dram-channels = <2>;

		/* Bandwidth limit settings */
@@ -480,8 +480,8 @@
		qcom,mdss-rot-vbif-qos-setting = <1 1 1 1>;
		qcom,mdss-rot-xin-id = <14 15>;

		qcom,mdss-default-ot-rd-limit = <32>;
		qcom,mdss-default-ot-wr-limit = <40>;
		qcom,mdss-default-ot-rd-limit = <40>;
		qcom,mdss-default-ot-wr-limit = <32>;
	};
};

+4 −4
Original line number Diff line number Diff line
@@ -61,8 +61,8 @@
		qcom,max-bandwidth-high-kbps = <6600000>;
		qcom,max-bandwidth-per-pipe-kbps = <3100000>;
		qcom,max-clk-rate = <412500000>;
		qcom,mdss-default-ot-rd-limit = <32>;
		qcom,mdss-default-ot-wr-limit = <40>;
		qcom,mdss-default-ot-rd-limit = <40>;
		qcom,mdss-default-ot-wr-limit = <32>;
		qcom,mdss-dram-channels = <2>;

		/* Bandwidth limit settings */
@@ -577,8 +577,8 @@
		qcom,mdss-rot-vbif-qos-setting = <1 1 1 1>;
		qcom,mdss-rot-xin-id = <14 15>;

		qcom,mdss-default-ot-rd-limit = <32>;
		qcom,mdss-default-ot-wr-limit = <40>;
		qcom,mdss-default-ot-rd-limit = <40>;
		qcom,mdss-default-ot-wr-limit = <32>;
	};

};