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

Commit 59938aac authored by Ingrid Gallardo's avatar Ingrid Gallardo
Browse files

ARM: dts: msm: adjust mdp ot limits for msmcobalt



This change adjusts the ot limits in the mdp vbif
for msmcobalt by removing the xin ot limits and
adding the axi ot limits to the mdp vbif.

CRs-Fixed: 1040746
Change-Id: I365976021dcf02fbc3687091371d7d72cb711605
Signed-off-by: default avatarIngrid Gallardo <ingridg@codeaurora.org>
parent 0fdb8c8e
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>;
};