From 6bcf4724bebf221e0ebe4972985f27b4a08016a5 Mon Sep 17 00:00:00 2001 From: mandyshen Date: Wed, 28 Jul 2021 22:41:10 +0800 Subject: [PATCH] thermal: Update cpu pid control loop parameters Bug: 189487625 Test: run burn8 to make sure hard_limit_request=0 by thermal SEVERE Change-Id: I610b25a0250e2b3cbe8bef41e04d0248aaf33b00 --- thermal_info_config_oriole.json | 6 +++--- thermal_info_config_raven.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/thermal_info_config_oriole.json b/thermal_info_config_oriole.json index 9d2491d..f08234d 100644 --- a/thermal_info_config_oriole.json +++ b/thermal_info_config_oriole.json @@ -316,7 +316,7 @@ "CdevRequest": "thermal-cpufreq-0", "CdevWeightForPID": [0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9], "CdevCeiling": [6, 6, 6, 7, 8, 10, 10], - "LimitInfo": [0, 0, 0, 7, 8, 10, 10], + "LimitInfo": [0, 0, 0, 0, 8, 10, 10], "BindedPowerRail": "S4M_VDD_CPUCL0", "PowerThreshold": [200, 200, 200, 200, 50, 0, 0], "ReleaseLogic": "DECREASE" @@ -325,7 +325,7 @@ "CdevRequest": "thermal-cpufreq-1", "CdevWeightForPID": [1.1, 1.1, 1.1, 1.1, 1.1, 1.1, 1.1], "CdevCeiling": [7, 7, 7, 8, 9, 11, 11], - "LimitInfo": [0, 0, 0, 8, 9, 11, 11], + "LimitInfo": [0, 0, 0, 0, 9, 11, 11], "BindedPowerRail": "S3M_VDD_CPUCL1", "PowerThreshold": [200, 200, 200, 200, 50, 0, 0], "ReleaseLogic": "DECREASE" @@ -334,7 +334,7 @@ "CdevRequest": "thermal-cpufreq-2", "CdevWeightForPID": [2.9, 2.9, 2.9, 2.9, 2.9, 2.9, 2.9], "CdevCeiling": [12, 12, 12, 13, 14, 16, 16], - "LimitInfo": [0, 0, 0, 13, 14, 16, 16], + "LimitInfo": [0, 0, 0, 0, 14, 16, 16], "BindedPowerRail": "S2M_VDD_CPUCL2", "PowerThreshold": [200, 200, 200, 200, 50, 0, 0], "ReleaseLogic": "DECREASE" diff --git a/thermal_info_config_raven.json b/thermal_info_config_raven.json index 2c16a2c..3203be9 100644 --- a/thermal_info_config_raven.json +++ b/thermal_info_config_raven.json @@ -316,7 +316,7 @@ "CdevRequest": "thermal-cpufreq-0", "CdevWeightForPID": [0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9], "CdevCeiling": [6, 6, 6, 7, 8, 10, 10], - "LimitInfo": [0, 0, 0, 7, 8, 10, 10], + "LimitInfo": [0, 0, 0, 0, 8, 10, 10], "BindedPowerRail": "S4M_VDD_CPUCL0", "PowerThreshold": [200, 200, 200, 200, 50, 0, 0], "ReleaseLogic": "DECREASE" @@ -325,7 +325,7 @@ "CdevRequest": "thermal-cpufreq-1", "CdevWeightForPID": [1.1, 1.1, 1.1, 1.1, 1.1, 1.1, 1.1], "CdevCeiling": [7, 7, 7, 8, 9, 11, 11], - "LimitInfo": [0, 0, 0, 8, 9, 11, 11], + "LimitInfo": [0, 0, 0, 0, 9, 11, 11], "BindedPowerRail": "S3M_VDD_CPUCL1", "PowerThreshold": [200, 200, 200, 200, 50, 0, 0], "ReleaseLogic": "DECREASE" @@ -334,7 +334,7 @@ "CdevRequest": "thermal-cpufreq-2", "CdevWeightForPID": [2.9, 2.9, 2.9, 2.9, 2.9, 2.9, 2.9], "CdevCeiling": [12, 12, 12, 13, 14, 16, 16], - "LimitInfo": [0, 0, 0, 13, 14, 16, 16], + "LimitInfo": [0, 0, 0, 0, 14, 16, 16], "BindedPowerRail": "S2M_VDD_CPUCL2", "PowerThreshold": [200, 200, 200, 200, 50, 0, 0], "ReleaseLogic": "DECREASE"