diff options
| author | Subhajeet Muhuri <kenny3fcb@gmail.com> | 2019-06-03 18:33:58 +0530 |
|---|---|---|
| committer | Faiz Authar <faizauthar@gmail.com> | 2019-07-14 18:26:33 +0700 |
| commit | 80dd24eb63704384e8e0bbee4722fb085037f2e5 (patch) | |
| tree | 625295621d95b68343a0ee6884fe1566fec875c9 | |
| parent | 7dbab94b6f843a6f347bbf7c6e6ada4dc4abd5eb (diff) | |
msm8996-common: thermal-engine: Rip-off cpu freq. throttling values from SODP Tone Thermanager configHEADp9.0
Change-Id: I1bf14663dc776f1581ed9ff2f3852568debcc4de
| -rw-r--r-- | configs/thermal-engine.conf | 73 |
1 files changed, 21 insertions, 52 deletions
diff --git a/configs/thermal-engine.conf b/configs/thermal-engine.conf index a5da1a64..9aef753e 100644 --- a/configs/thermal-engine.conf +++ b/configs/thermal-engine.conf @@ -1,45 +1,14 @@ # File empty by default. # Replace contents of this file with custom configuration. -[SS-TEMP-CLUSTER1-0] -algo_type ss -sampling 10 -sensor pop_mem -device cluster1 -set_point 50000 -set_point_clr 45000 -device_max_limit 1708800 -time_constant 16 - -[SS-TEMP-CLUSTER1-1] -algo_type ss -sampling 10 -sensor pop_mem -device cluster1 -set_point 55000 -set_point_clr 50000 -device_max_limit 1478400 -time_constant 16 - -[SS-TEMP-CLUSTER1-2] -algo_type ss -sampling 10 -sensor pop_mem -device cluster1 -set_point 60000 -set_point_clr 55000 -device_max_limit 1190400 -time_constant 16 - -[SS-TEMP-CLUSTER1-3] -algo_type ss -sampling 10 -sensor pop_mem -device cluster1 -set_point 65000 -set_point_clr 60000 -device_max_limit 806400 -time_constant 16 +[SKIN-MONITOR] +algo_type monitor +sampling 1000 +sensor emmc_therm +thresholds 42500 45000 47700 48900 50200 51400 52500 53500 54700 55700 74000 +thresholds_clr 40500 42500 45000 47700 48900 50200 51400 52500 53500 54700 63000 +actions cluster0+cluster1 cluster0+cluster1 cluster0+cluster1 cluster0+cluster1 cluster0+cluster1 cluster0+cluster1 cluster0+cluster1 cluster0+cluster1 cluster0+cluster1 cluster0+cluster1 shutdown +action_info 1593600+1708800 1593600+1555200 1478400+1478400 1324800+1324800 1113600+1113600 1036800+1036800 844800+883200 729600+729600 422400+403200 307200+307200 1 [SS-POPMEM] disable @@ -48,18 +17,18 @@ disable disable [SS-GPU] -algo_type ss -sampling 250 -sensor gpu -device gpu -set_point 75000 -set_point_clr 65000 +algo_type ss +sampling 250 +sensor gpu +device gpu +set_point 75000 +set_point_clr 65000 [battery_monitor] -algo_type monitor -sensor bms -sampling 1000 -thresholds 43000 49000 -thresholds_clr 41000 47000 -actions battery battery battery -action_info 0 1 +algo_type monitor +sensor bms +sampling 1000 +thresholds 43000 49000 +thresholds_clr 41000 47000 +actions battery battery battery +action_info 0 1
\ No newline at end of file |
