From 38f717943a2b297fcb37d46a7c3bf1cf5cee92b1 Mon Sep 17 00:00:00 2001 From: TeYuan Wang Date: Fri, 17 Feb 2023 13:02:57 +0800 Subject: [PATCH] thermal: increase the throttling speed for BIG cluster Bug: 267841021 Test: Run burn8 and check the CDEV state Change-Id: I50f9014d09fdf64dac97f66541056d05cad269cf --- thermal_info_config_felix.json | 4 ++-- thermal_info_config_proactive_skin_felix.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/thermal_info_config_felix.json b/thermal_info_config_felix.json index 382f5c2..733df89 100644 --- a/thermal_info_config_felix.json +++ b/thermal_info_config_felix.json @@ -357,7 +357,7 @@ "CdevRequest": "thermal-cpufreq-2", "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "MaxReleaseStep": 1, - "MaxThrottleStep": 1, + "MaxThrottleStep": 2, "BindedPowerRail": "S2M_VDD_CPUCL2", "CdevCeiling": [0, 15, 15, 15, 15, 17, 17], "LimitInfo": [0, 0, 0, 0, 15, 17, 17] @@ -412,7 +412,7 @@ "CdevRequest": "thermal-cpufreq-2", "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "MaxReleaseStep": 1, - "MaxThrottleStep": 1, + "MaxThrottleStep": 2, "BindedPowerRail": "S2M_VDD_CPUCL2", "CdevCeiling": [0, 15, 15, 15, 15, 17, 17], "LimitInfo": [0, 0, 0, 0, 15, 17, 17] diff --git a/thermal_info_config_proactive_skin_felix.json b/thermal_info_config_proactive_skin_felix.json index bad7e72..c719af2 100644 --- a/thermal_info_config_proactive_skin_felix.json +++ b/thermal_info_config_proactive_skin_felix.json @@ -357,7 +357,7 @@ "CdevRequest": "thermal-cpufreq-2", "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "MaxReleaseStep": 1, - "MaxThrottleStep": 1, + "MaxThrottleStep": 2, "BindedPowerRail": "S2M_VDD_CPUCL2", "CdevCeiling": [0, 15, 15, 15, 15, 17, 17], "LimitInfo": [0, 0, 0, 0, 15, 17, 17] @@ -412,7 +412,7 @@ "CdevRequest": "thermal-cpufreq-2", "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], "MaxReleaseStep": 1, - "MaxThrottleStep": 1, + "MaxThrottleStep": 2, "BindedPowerRail": "S2M_VDD_CPUCL2", "CdevCeiling": [0, 15, 15, 15, 15, 17, 17], "LimitInfo": [0, 0, 0, 0, 15, 17, 17]