From 43ad58996b2590c341db7b4a030fb3d77fd8a6c2 Mon Sep 17 00:00:00 2001 From: George Lee Date: Mon, 11 Apr 2022 13:04:20 -0700 Subject: [PATCH] thermal: Remove 80% SOC monitoring Bug: 228808192 Test: Local test to verify no polling Signed-off-by: George Lee Change-Id: I6a0a0fa240e199a3ccf47138b3204679fd3f6eed --- thermal_info_config_cheetah.json | 4 +--- thermal_info_config_cloudripper.json | 16 ++++------------ thermal_info_config_panther.json | 4 +--- thermal_info_config_ravenclaw.json | 4 +--- 4 files changed, 7 insertions(+), 21 deletions(-) diff --git a/thermal_info_config_cheetah.json b/thermal_info_config_cheetah.json index c2df4a9..04530fa 100644 --- a/thermal_info_config_cheetah.json +++ b/thermal_info_config_cheetah.json @@ -598,7 +598,7 @@ "Type":"BCL_PERCENTAGE", "HotThreshold":[ "NAN", - 20, + "NAN", 80, "NAN", "NAN", @@ -607,8 +607,6 @@ ], "VrThreshold":"NAN", "Multiplier":1, - "PollingDelay":60000, - "PassiveDelay":7000, "Monitor":true }, { diff --git a/thermal_info_config_cloudripper.json b/thermal_info_config_cloudripper.json index c75ce64..cf069aa 100644 --- a/thermal_info_config_cloudripper.json +++ b/thermal_info_config_cloudripper.json @@ -142,22 +142,14 @@ "NAN", 80, "NAN", - 90, - 93, - 96, + "NAN", + "NAN", + "NAN", "NAN" ], "VrThreshold":"NAN", "Multiplier":1, - "Monitor":true, - "PollingDelay":300000, - "PassiveDelay":5000, - "BindedCdevInfo": [ - { - "CdevRequest": "thermal-cpufreq-2", - "LimitInfo": [0, 0, 0, 7, 7, 10, 10] - } - ] + "Monitor":true }, { "Name":"batoilo", diff --git a/thermal_info_config_panther.json b/thermal_info_config_panther.json index b64e11f..f698199 100644 --- a/thermal_info_config_panther.json +++ b/thermal_info_config_panther.json @@ -598,7 +598,7 @@ "Type":"BCL_PERCENTAGE", "HotThreshold":[ "NAN", - 20, + "NAN", 80, "NAN", "NAN", @@ -607,8 +607,6 @@ ], "VrThreshold":"NAN", "Multiplier":1, - "PollingDelay":60000, - "PassiveDelay":7000, "Monitor":true }, { diff --git a/thermal_info_config_ravenclaw.json b/thermal_info_config_ravenclaw.json index ba85ef8..85d91b7 100644 --- a/thermal_info_config_ravenclaw.json +++ b/thermal_info_config_ravenclaw.json @@ -140,7 +140,7 @@ "Type":"BCL_PERCENTAGE", "HotThreshold":[ "NAN", - 20, + "NAN", 80, "NAN", "NAN", @@ -149,8 +149,6 @@ ], "VrThreshold":"NAN", "Multiplier":1, - "PollingDelay":60000, - "PassiveDelay":7000, "Monitor":true }, {