From ebd777fc889fd903d13eab3c9f7b07dfb0eb6ee5 Mon Sep 17 00:00:00 2001 From: Ajay Dudani Date: Thu, 8 Jun 2017 11:10:51 -0700 Subject: [PATCH] Revert "Disable bus dcvs" Re-enable bus-dcvs and will continue looking for finer tunables within bus-dcvs parameters to improve jank. This reverts commit c218f2330825eb20f8391dee274f4bf5d2a4c4bc. Change-Id: I5e8dae591c13930ad18da12452a3518e8c379d7c Test: Compile, boot on target; bus-dcvs is enabled. Bug: 62358592 --- init.power.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.power.sh b/init.power.sh index 45fd2a50..805e1730 100644 --- a/init.power.sh +++ b/init.power.sh @@ -16,8 +16,7 @@ function copy() { # Enable bus-dcvs for cpubw in /sys/class/devfreq/*qcom,cpubw* do - # TODO: Validate UI perf benchmarks and re-enable this - # write $cpubw/governor "bw_hwmon" + 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"