From c218f2330825eb20f8391dee274f4bf5d2a4c4bc Mon Sep 17 00:00:00 2001 From: Ajay Dudani Date: Fri, 2 Jun 2017 19:10:11 -0700 Subject: [PATCH] Disable bus dcvs Revisit this, once we run through additional performance tests Bug: 62039896 Test: Compile & boot Change-Id: I1624285f9d1ee4d39c98553e648a4cd4327bd6f3 --- init.power.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.power.sh b/init.power.sh index 805e1730..45fd2a50 100644 --- a/init.power.sh +++ b/init.power.sh @@ -16,7 +16,8 @@ function copy() { # Enable bus-dcvs for cpubw in /sys/class/devfreq/*qcom,cpubw* do - write $cpubw/governor "bw_hwmon" + # TODO: Validate UI perf benchmarks and re-enable this + # write $cpubw/governor "bw_hwmon" write $cpubw/polling_interval 50 write $cpubw/min_freq 1525 write $cpubw/bw_hwmon/mbps_zones "3143 5859 11863 13763"