From 5dc861f704aa1d88f6b35e2edf202840f36e52ce Mon Sep 17 00:00:00 2001 From: matteo0026 Date: Thu, 10 Sep 2020 23:55:55 +0200 Subject: [PATCH] matisse-common: split all cores in thermal engine to be readable by the system * E ThermalEngine: parse_sensor_field: Unknown sensor cpu0-1 * E ThermalEngine: parse_sensor_field: Unknown sensor cpu2-3 --- configs/thermal-engine-8226.conf | 50 +++++++++++++++++++++++++++----- 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/configs/thermal-engine-8226.conf b/configs/thermal-engine-8226.conf index a09e5c0..3dbab5f 100644 --- a/configs/thermal-engine-8226.conf +++ b/configs/thermal-engine-8226.conf @@ -1,34 +1,68 @@ sampling 5000 -[CPU0-1_MONITOR] +[CPU0_MONITOR] algo_type monitor -sensor cpu0-1 +sensor cpu0 sampling 1000 thresholds 120000 thresholds_clr 115000 actions shutdown action_info 5000 -[CPU2-3_MONITOR] +[CPU1_MONITOR] algo_type monitor -sensor cpu2-3 +sensor cpu1 sampling 1000 thresholds 120000 thresholds_clr 115000 actions shutdown action_info 5000 -[CPU0-1_SS] +[CPU2_MONITOR] +algo_type monitor +sensor cpu2 +sampling 1000 +thresholds 120000 +thresholds_clr 115000 +actions shutdown +action_info 5000 + +[CPU3_MONITOR] +algo_type monitor +sensor cpu3 +sampling 1000 +thresholds 120000 +thresholds_clr 115000 +actions shutdown +action_info 5000 + +[CPU0_SS] algo_type ss -sensor cpu0-1 +sensor cpu0 device cpu sampling 65 set_point 85000 set_point_clr 65000 -[CPU2-3_SS] +[CPU1_SS] algo_type ss -sensor cpu2-3 +sensor cpu1 +device cpu +sampling 65 +set_point 85000 +set_point_clr 65000 + +[CPU2_SS] +algo_type ss +sensor cpu2 +device cpu +sampling 65 +set_point 85000 +set_point_clr 65000 + +[CPU3_SS] +algo_type ss +sensor cpu3 device cpu sampling 65 set_point 85000