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

Commit 6778da38 authored by Utkarsh Saxena's avatar Utkarsh Saxena
Browse files

ARM: dts: msm: Modify IPA poll parameters for MSM8920



Throughput KPI's are impacted with the current poll parameters.
Make a change to use 2ms poll sleep and 5 empty poll iterations
which satisfies both power and performance kpi's.

Change-Id: I7f74a33d165c3ba0999b75bd1f21e03870c852e5
Acked-by: default avatarChaitanya Pratapa <cpratapa@qti.qualcomm.com>
Signed-off-by: default avatarUtkarsh Saxena <usaxena@codeaurora.org>
parent f6a9d356
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -125,8 +125,8 @@
		<90 512 100000 800000>, /* SVS (ab=100, ib=800 ~ 50MHz) */
		<90 512 100000 1200000>; /* PERF (ab=100, ib=1200 ~ 75MHz) */
		qcom,bus-vector-names = "MIN", "SVS", "PERF";
		qcom,rx-polling-sleep-ms = <3>; /* Polling sleep interval */
		qcom,ipa-polling-iteration = <15>;	/* Polling Iteration */
		qcom,rx-polling-sleep-ms = <2>; /* Polling sleep interval */
		qcom,ipa-polling-iteration = <5>;	/* Polling Iteration */
	};

	qcom,rmnet-ipa {