Disable bus dcvs

Revisit this, once we run through additional performance tests

Bug: 62039896
Test: Compile & boot
Change-Id: I1624285f9d1ee4d39c98553e648a4cd4327bd6f3
This commit is contained in:
Ajay Dudani
2017-06-02 19:10:11 -07:00
parent 459298d237
commit c218f23308

View File

@@ -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"