From e1a6516a8836d3e6802a44cbe3b3a1f7737573b5 Mon Sep 17 00:00:00 2001 From: sashwinbalaji Date: Wed, 27 Mar 2024 00:03:09 +0800 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: 331397497 Test: Build and boot on device. Change-Id: I770b4495715a8da8e90248c0df043d2aa489c8d4 --- thermal/thermal_info_config_comet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thermal/thermal_info_config_comet.json b/thermal/thermal_info_config_comet.json index 7906120..3c8a8d8 100644 --- a/thermal/thermal_info_config_comet.json +++ b/thermal/thermal_info_config_comet.json @@ -349,7 +349,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", @@ -453,8 +453,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",