From 2f23a1f7210581f89c61be237c35a27a35bd451c Mon Sep 17 00:00:00 2001 From: "Peter (YM)" Date: Tue, 6 Feb 2024 06:39:19 +0000 Subject: [PATCH] thermal: update gpu cdev ceiling To Align with latest GPU available frquencies Bug: 318313844 Test: run gpu stress test Change-Id: I5260ee09877f9e4167535baa09ebc8d091587007 Signed-off-by: Peter (YM) --- 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 3c73ac7..6ce0082 100644 --- a/thermal/thermal_info_config_comet.json +++ b/thermal/thermal_info_config_comet.json @@ -480,8 +480,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] } ] }, @@ -514,7 +514,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] } ] },