diff options
Diffstat (limited to 'configs')
-rw-r--r-- | configs/thermal-engine.conf | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/configs/thermal-engine.conf b/configs/thermal-engine.conf new file mode 100644 index 0000000..598ca5a --- /dev/null +++ b/configs/thermal-engine.conf @@ -0,0 +1,34 @@ +# File empty by default. +# Replace contents of this file with custom configuration. + +[SS-GPU] +#algo_type ss +disable + +[SS-POPMEM] +#algo_type ss +sampling 10 +sensor pop_mem +device cluster1 +set_point 65000 +set_point_clr 55000 +time_constant 16 + +[SS-CPUS-ALL] +#algo_type ss +sampling 10 +sensor VIRTUAL-CPUS +device cpu_voltage +set_point 65000 +set_point_clr 55000 +time_constant 0 + +[battery_monitor] +algo_type monitor +sensor tsens_tz_sensor17 +sampling 1000 +thresholds 49000 55000 +thresholds_clr 47000 53000 +actions battery battery battery +action_info 0 1 + |