From 33e139655fbb9c9eec454cffcbbb98430b3a2fe7 Mon Sep 17 00:00:00 2001 From: Ramya Subramanian Date: Fri, 15 Mar 2024 20:53:03 +0000 Subject: [PATCH] thermal: update cdev ceiling for LITTLE cores Inefficient OPPs were removed for the LITTLE cores from em table. This change is to update the cdev ceilings in thermal policy to reflect the EM changes Bug: 329876112 Test: Build and boot on device. Change-Id: I8b9ce12fc22dce0374d2a68a947bd598fd26f936 Signed-off-by: Ramya Subramanian --- thermal/thermal_info_config_caiman.json | 6 +++--- thermal/thermal_info_config_komodo.json | 6 +++--- thermal/thermal_info_config_tokay.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/thermal/thermal_info_config_caiman.json b/thermal/thermal_info_config_caiman.json index 44cde33e..5fd0fb52 100644 --- a/thermal/thermal_info_config_caiman.json +++ b/thermal/thermal_info_config_caiman.json @@ -481,7 +481,7 @@ "CdevWeightForPID": [0.156, 0.156, 0.156, 0.156, 0.156, 0.156, 0.156], "MaxReleaseStep": 1, "MaxThrottleStep": 1, - "CdevCeiling": [0, 10, 10, 10, 10, 10, 10] + "CdevCeiling": [0, 9, 9, 9, 9, 9, 9] }, { "CdevRequest": "thermal-cpufreq-1", @@ -579,8 +579,8 @@ "MaxReleaseStep": 1, "MaxThrottleStep": 1, "BindedPowerRail": "S4M_VDD_CPUCL0", - "CdevCeiling": [0, 10, 10, 10, 10, 11, 11], - "LimitInfo": [0, 0, 0, 0, 0, 11, 11] + "CdevCeiling": [0, 9, 9, 9, 9, 9, 9], + "LimitInfo": [0, 0, 0, 0, 0, 9, 9] }, { "CdevRequest": "thermal-cpufreq-1", diff --git a/thermal/thermal_info_config_komodo.json b/thermal/thermal_info_config_komodo.json index 64b81829..fefc759a 100644 --- a/thermal/thermal_info_config_komodo.json +++ b/thermal/thermal_info_config_komodo.json @@ -530,7 +530,7 @@ "CdevWeightForPID": [0.156, 0.156, 0.156, 0.156, 0.156, 0.156, 0.156], "MaxReleaseStep": 1, "MaxThrottleStep": 1, - "CdevCeiling": [0, 10, 10, 10, 10, 10, 10] + "CdevCeiling": [0, 9, 9, 9, 9, 9, 9] }, { "CdevRequest": "thermal-cpufreq-1", @@ -628,8 +628,8 @@ "MaxReleaseStep": 1, "MaxThrottleStep": 1, "BindedPowerRail": "S4M_VDD_CPUCL0", - "CdevCeiling": [0, 10, 10, 10, 10, 11, 11], - "LimitInfo": [0, 0, 0, 0, 0, 11, 11] + "CdevCeiling": [0, 9, 9, 9, 9, 9, 9], + "LimitInfo": [0, 0, 0, 0, 0, 9, 9] }, { "CdevRequest": "thermal-cpufreq-1", diff --git a/thermal/thermal_info_config_tokay.json b/thermal/thermal_info_config_tokay.json index e670d745..c350a69e 100644 --- a/thermal/thermal_info_config_tokay.json +++ b/thermal/thermal_info_config_tokay.json @@ -462,7 +462,7 @@ "CdevWeightForPID": [0.156, 0.156, 0.156, 0.156, 0.156, 0.156, 0.156], "MaxReleaseStep": 1, "MaxThrottleStep": 1, - "CdevCeiling": [0, 10, 10, 10, 10, 10, 10] + "CdevCeiling": [0, 9, 9, 9, 9, 9, 9] }, { "CdevRequest": "thermal-cpufreq-1", @@ -560,8 +560,8 @@ "MaxReleaseStep": 1, "MaxThrottleStep": 1, "BindedPowerRail": "S4M_VDD_CPUCL0", - "CdevCeiling": [0, 10, 10, 10, 10, 11, 11], - "LimitInfo": [0, 0, 0, 0, 0, 11, 11] + "CdevCeiling": [0, 9, 9, 9, 9, 9, 9], + "LimitInfo": [0, 0, 0, 0, 0, 9, 9] }, { "CdevRequest": "thermal-cpufreq-1",