diff options
| author | Ethan Chen <intervigil@gmail.com> | 2015-11-25 21:46:13 -0800 |
|---|---|---|
| committer | eyosen <abittin@gmail.com> | 2015-11-28 14:16:03 +0200 |
| commit | 13ef2e120aa963e6c6eaa52ede05f0793f6abcae (patch) | |
| tree | a8658cd389192598b965b5c909136946d455d4c8 | |
| parent | c3a8dc749652283ae28b5e91f81bfcf69405de46 (diff) | |
hima: Tighten up thermal policylp5.1
Change-Id: Idf8d9decd4b4db3610ed92d37d206ec51ddf59cb
| -rw-r--r-- | configs/thermal-engine.conf | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/configs/thermal-engine.conf b/configs/thermal-engine.conf index 895a86c..329ed89 100644 --- a/configs/thermal-engine.conf +++ b/configs/thermal-engine.conf @@ -35,7 +35,7 @@ time_constant 0 algo_type monitor sampling 100 sensor cpu7 -thresholds 95000 +thresholds 75000 thresholds_clr 60000 actions hotplug_7 action_info 1 @@ -44,7 +44,7 @@ action_info 1 algo_type monitor sampling 100 sensor cpu6 -thresholds 95000 +thresholds 75000 thresholds_clr 60000 actions hotplug_6 action_info 1 @@ -53,7 +53,7 @@ action_info 1 algo_type monitor sampling 100 sensor cpu5 -thresholds 95000 +thresholds 75000 thresholds_clr 60000 actions hotplug_5 action_info 1 @@ -62,17 +62,26 @@ action_info 1 algo_type monitor sampling 100 sensor cpu4 -thresholds 95000 +thresholds 75000 thresholds_clr 60000 actions hotplug_4 action_info 1 +[CPU3_HOTPLUG_MONITOR] +algo_type monitor +sampling 100 +sensor cpu3 +thresholds 80000 +thresholds_clr 75000 +actions hotplug_3 +action_info 1 + [CPU2_HOTPLUG_MONITOR] algo_type monitor sampling 100 sensor cpu2 -thresholds 95000 -thresholds_clr 80000 +thresholds 80000 +thresholds_clr 75000 actions hotplug_2 action_info 1 @@ -80,8 +89,8 @@ action_info 1 algo_type monitor sampling 100 sensor cpu1 -thresholds 95000 -thresholds_clr 80000 +thresholds 80000 +thresholds_clr 75000 actions hotplug_1 action_info 1 |
