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

Commit b0e3a3b7 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: adjust mdp ot limits for msmcobalt"

parents 7aad1c15 59938aac
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -44,7 +44,8 @@

		/* VBIF QoS remapper settings*/
		qcom,mdss-vbif-qos-rt-setting = <1 2 2 2>;
		qcom,vbif-settings = <0x00ac 0x00000040>;
		qcom,vbif-settings = <0x00ac 0x00000040>,
				     <0x00d0 0x00001010>; /* v1 only */

		qcom,mdss-has-panic-ctrl;
		qcom,mdss-per-pipe-panic-luts = <0x000f>,
@@ -57,9 +58,8 @@
		qcom,max-bandwidth-high-kbps = <6700000>;
		qcom,max-bandwidth-per-pipe-kbps = <2400000>;
		qcom,max-clk-rate = <412500000>;
		/* OT settings and bw for v1, revisit for v2 */
		qcom,mdss-default-ot-rd-limit = <16>;
		qcom,mdss-default-ot-wr-limit = <16>;
		qcom,mdss-default-ot-rd-limit = <32>;
		qcom,mdss-default-ot-wr-limit = <32>;
		qcom,mdss-dram-channels = <2>;

		qcom,mdss-pipe-vig-off = <0x00005000 0x00007000
+4 −0
Original line number Diff line number Diff line
@@ -58,3 +58,7 @@
		< 670000000 RPM_SMD_REGULATOR_LEVEL_TURBO >,
		< 710000000 RPM_SMD_REGULATOR_LEVEL_TURBO >;
};

&mdss_mdp {
	qcom,vbif-settings = <0x00d0 0x00002020>;
};