From f8ee9754656b8e8d193207e29c7c6c99b9e4a89c Mon Sep 17 00:00:00 2001 From: David Chao Date: Tue, 4 Oct 2022 17:28:03 +0800 Subject: [PATCH] thermal: more aggressive CPU/GPU thermal throttling policy - Spower change from 1100 to 800 Bug: 248392264 Test: boot to home and thermal throttling worked properly Change-Id: I760072cdec8523deb6075280912b0c264db2e36a --- thermal_info_config_lynx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thermal_info_config_lynx.json b/thermal_info_config_lynx.json index 52020f0..0aaf0d8 100644 --- a/thermal_info_config_lynx.json +++ b/thermal_info_config_lynx.json @@ -153,12 +153,12 @@ "PollingDelay":300000, "PassiveDelay":7000, "PIDInfo": { - "K_Po":["NAN", "NAN", 400, 500, "NAN", "NAN", "NAN"], - "K_Pu":["NAN", "NAN", 400, 500, "NAN", "NAN", "NAN"], + "K_Po":["NAN", "NAN", 600, 500, "NAN", "NAN", "NAN"], + "K_Pu":["NAN", "NAN", 600, 500, "NAN", "NAN", "NAN"], "K_I":["NAN", "NAN", 0, 5, "NAN", "NAN", "NAN"], "K_D":["NAN", "NAN", 0, 0, "NAN", "NAN", "NAN"], "I_Max":["NAN", "NAN", 0, 300, "NAN", "NAN", "NAN"], - "S_Power":["NAN", "NAN", 2000, 1100, "NAN", "NAN", "NAN"], + "S_Power":["NAN", "NAN", 2000, 800, "NAN", "NAN", "NAN"], "MinAllocPower":["NAN", "NAN", 1200, 800, "NAN", "NAN", "NAN"], "MaxAllocPower":["NAN", "NAN", 10000, 10000, "NAN", "NAN", "NAN"], "I_Cutoff":["NAN", "NAN", 0, 2, "NAN", "NAN", "NAN"],