From 8887ea09d1de6bd96b103d0431db2eaf89eb95c9 Mon Sep 17 00:00:00 2001 From: "Peter (YM)" Date: Tue, 6 Feb 2024 06:36:55 +0000 Subject: [PATCH] thermal: update gpu cdev ceiling Align with new GPU available frequency Bug: 318313844 Test: Run gpu stress test Change-Id: Iac169739bc72c047afa2564edb540468f48fd3ea Signed-off-by: Peter (YM) --- 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 8e0ec843..bd30f638 100644 --- a/thermal/thermal_info_config_caiman.json +++ b/thermal/thermal_info_config_caiman.json @@ -665,8 +665,8 @@ "MaxReleaseStep": 1, "MaxThrottleStep": 1, "BindedPowerRail": "S2S_VDD_G3D", - "CdevCeiling": [0, 8, 8, 8, 9, 11, 11], - "LimitInfo": [0, 0, 0, 0, 0, 11, 11] + "CdevCeiling": [0, 9, 9, 9, 10, 12, 12], + "LimitInfo": [0, 0, 0, 0, 0, 12, 12] } ] }, @@ -699,7 +699,7 @@ { "CdevRequest": "thermal-gpufreq-0", "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], - "CdevCeiling": [0, 8, 8, 9, 11, 11, 11] + "CdevCeiling": [0, 9, 9, 10, 12, 12, 12] } ] }, diff --git a/thermal/thermal_info_config_komodo.json b/thermal/thermal_info_config_komodo.json index a8ae0d80..2622add2 100644 --- a/thermal/thermal_info_config_komodo.json +++ b/thermal/thermal_info_config_komodo.json @@ -642,8 +642,8 @@ "MaxReleaseStep": 1, "MaxThrottleStep": 1, "BindedPowerRail": "S2S_VDD_G3D", - "CdevCeiling": [0, 8, 8, 8, 9, 11, 11], - "LimitInfo": [0, 0, 0, 0, 0, 11, 11] + "CdevCeiling": [0, 9, 9, 9, 10, 12, 12], + "LimitInfo": [0, 0, 0, 0, 0, 12, 12] } ] }, @@ -676,7 +676,7 @@ { "CdevRequest": "thermal-gpufreq-0", "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], - "CdevCeiling": [0, 8, 8, 9, 11, 11, 11] + "CdevCeiling": [0, 9, 9, 10, 12, 12, 12] } ] }, diff --git a/thermal/thermal_info_config_tokay.json b/thermal/thermal_info_config_tokay.json index bce8c545..9a514e3f 100644 --- a/thermal/thermal_info_config_tokay.json +++ b/thermal/thermal_info_config_tokay.json @@ -618,8 +618,8 @@ "MaxReleaseStep": 1, "MaxThrottleStep": 1, "BindedPowerRail": "S2S_VDD_G3D", - "CdevCeiling": [0, 8, 8, 8, 9, 11, 11], - "LimitInfo": [0, 0, 0, 0, 0, 11, 11] + "CdevCeiling": [0, 9, 9, 9, 10, 12, 12], + "LimitInfo": [0, 0, 0, 0, 0, 12, 12] } ] }, @@ -652,7 +652,7 @@ { "CdevRequest": "thermal-gpufreq-0", "CdevWeightForPID": [1, 1, 1, 1, 1, 1, 1], - "CdevCeiling": [0, 8, 8, 9, 11, 11, 11] + "CdevCeiling": [0, 9, 9, 10, 12, 12, 12] } ] },