summaryrefslogtreecommitdiff
path: root/rootdir/system
diff options
context:
space:
mode:
authorSteven Lay <arbiter1000@gmail.com>2017-07-03 04:33:58 +0000
committerSteven Lay <arbiter1000@gmail.com>2017-07-07 02:42:07 +0000
commit22d1715635268f7cbeb9702594c2ea4280041a57 (patch)
tree402428b082e137c4fff27ddc0786c5565154e164 /rootdir/system
parentcea382b9724df46622c4d6a79171c9ae325e3902 (diff)
shinano-common: revert CPUQuiet infrastructure
As we are returning to MPDecision. * Restore MPDecision service * Remove CPUQuiet related ueventd rules * Remove RQBalance configuration file * Interactive CPUFreq settings based on Bacon Change-Id: If6cf04841083be2f3ded50c4f20d600f0c74d339
Diffstat (limited to 'rootdir/system')
-rw-r--r--rootdir/system/etc/rqbalance_config.xml54
1 files changed, 0 insertions, 54 deletions
diff --git a/rootdir/system/etc/rqbalance_config.xml b/rootdir/system/etc/rqbalance_config.xml
deleted file mode 100644
index ce43a99..0000000
--- a/rootdir/system/etc/rqbalance_config.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- Copyright (C) 2017 AngeloGioacchino Del Regno <kholk11@gmail.com> -->
-<!-- -->
-<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
-<!-- you may not use this file except in compliance with the License. -->
-<!-- You may obtain a copy of the License at -->
-<!-- -->
-<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
-<!-- -->
-<!-- Unless required by applicable law or agreed to in writing, software -->
-<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
-<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -->
-<!-- See the License for the specific language governing permissions and -->
-<!-- limitations under the License. -->
-
-<rqbalance_config>
-
- <batterysave>
- <cpuquiet min_cpus="1" max_cpus="2"/>
- <rqbalance balance_level="80"/>
- <rqbalance down_thresholds="0 100 300 500 4294967295 4294967295 4294967295 4294967295"/>
- <rqbalance up_thresholds="200 400 600 4294967295 4294967295 4294967295 4294967295 4294967295"/>
- </batterysave>
-
- <balanced>
- <cpuquiet min_cpus="2" max_cpus="4"/>
- <rqbalance balance_level="40"/>
- <rqbalance down_thresholds="0 130 220 300 4294967295 4294967295 4294967295 4294967295"/>
- <rqbalance up_thresholds="65 145 300 4294967295 4294967295 4294967295 4294967295 4294967295"/>
- </balanced>
-
- <performance>
- <cpuquiet min_cpus="4" max_cpus="4"/>
- <rqbalance balance_level="40"/>
- <rqbalance down_thresholds="0 130 220 300 4294967295 4294967295 4294967295 4294967295"/>
- <rqbalance up_thresholds="65 145 300 4294967295 4294967295 4294967295 4294967295 4294967295"/>
- </performance>
-
- <video_decoding>
- <cpuquiet min_cpus="1" max_cpus="4"/>
- <rqbalance balance_level="40"/>
- <rqbalance down_thresholds="0 90 220 300 4294967295 4294967295 4294967295 4294967295"/>
- <rqbalance up_thresholds="65 115 300 4294967295 4294967295 4294967295 4294967295 4294967295"/>
- </video_decoding>
-
- <video_encoding>
- <cpuquiet min_cpus="3" max_cpus="4"/>
- <rqbalance balance_level="60"/>
- <rqbalance down_thresholds="0 130 220 300 4294967295 4294967295 4294967295 4294967295"/>
- <rqbalance up_thresholds="65 145 300 4294967295 4294967295 4294967295 4294967295 4294967295"/>
- </video_encoding>
-
-</rqbalance_config>
-