From 153e46e11dde1d5e4e43d11db5a423b376046d6f Mon Sep 17 00:00:00 2001 From: "Peter (YM)" Date: Wed, 12 Jul 2023 07:12:47 +0000 Subject: [PATCH] thermal: remove HotHysteresis for CPU-MID and CPU-HIGH loop We found that CPU-MID loop will cause big bouncing (~2 degC) during light loading test (burncycle with dutycycle), we can avoid such bouncing by remove stop CPU-MID loop at 39. Apply same change on CPU-HIGH to avoid similar issue. Bug: 286773651 Test: run burn8 / burncycle_wih_dutycycle / gb5 Change-Id: I11cfbb940a556793ce1fe6d08ff06fc1df55d52a Signed-off-by: Peter (YM) --- thermal/thermal_info_config_husky.json | 4 ++-- thermal/thermal_info_config_shiba.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/thermal/thermal_info_config_husky.json b/thermal/thermal_info_config_husky.json index fc4817f..86e317e 100644 --- a/thermal/thermal_info_config_husky.json +++ b/thermal/thermal_info_config_husky.json @@ -415,7 +415,7 @@ "Combination":["VIRTUAL-SKIN"], "Coefficient":[1.0], "HotThreshold":["NAN", 39.0, 41.0, "NAN", "NAN", "NAN", "NAN"], - "HotHysteresis":[0.0, 1.9, 1.9, 0.0, 0.0, 0.0, 0.0], + "HotHysteresis":[0.0, 0.0, 1.9, 0.0, 0.0, 0.0, 0.0], "Multiplier":0.001, "PollingDelay":300000, "PassiveDelay":7000, @@ -486,7 +486,7 @@ "Combination":["VIRTUAL-SKIN"], "Coefficient":[1.0], "HotThreshold":["NAN", 41.0, 43.0, 52.0, "NAN", "NAN", "NAN"], - "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 0.0, 0.0, 0.0], + "HotHysteresis":[0.0, 0.0, 1.9, 1.9, 0.0, 0.0, 0.0], "Multiplier":0.001, "PollingDelay":300000, "PassiveDelay":7000, diff --git a/thermal/thermal_info_config_shiba.json b/thermal/thermal_info_config_shiba.json index 238f192..2e37654 100644 --- a/thermal/thermal_info_config_shiba.json +++ b/thermal/thermal_info_config_shiba.json @@ -383,7 +383,7 @@ "Combination":["VIRTUAL-SKIN"], "Coefficient":[1.0], "HotThreshold":["NAN", 39.0, 41.0, "NAN", "NAN", "NAN", "NAN"], - "HotHysteresis":[0.0, 1.9, 1.9, 0.0, 0.0, 0.0, 0.0], + "HotHysteresis":[0.0, 0.0, 1.9, 0.0, 0.0, 0.0, 0.0], "Multiplier":0.001, "PollingDelay":300000, "PassiveDelay":7000, @@ -454,7 +454,7 @@ "Combination":["VIRTUAL-SKIN"], "Coefficient":[1.0], "HotThreshold":["NAN", 41.0, 43.0, 52.0, "NAN", "NAN", "NAN"], - "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 0.0, 0.0, 0.0], + "HotHysteresis":[0.0, 0.0, 1.9, 1.9, 0.0, 0.0, 0.0], "Multiplier":0.001, "PollingDelay":300000, "PassiveDelay":7000,