From f9bbceb79628eba890907b3d4ae076f9b4194a45 Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Mon, 9 Jan 2023 17:09:12 -0800 Subject: [PATCH] thermal: floor GPU frequencies at higher thermals Bug: 264942104 Test: Build and boot on device Change-Id: Ica02ed9e56f4a83c2e2e9d02962b874baa8ee726 Signed-off-by: Sayanna Chandula --- thermal_info_config_husky.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thermal_info_config_husky.json b/thermal_info_config_husky.json index 5b07f42..205b20c 100644 --- a/thermal_info_config_husky.json +++ b/thermal_info_config_husky.json @@ -239,8 +239,8 @@ "MaxReleaseStep": 1, "MaxThrottleStep": 1, "BindedPowerRail": "S2S_VDD_G3D", - "CdevCeiling": [0, 6, 6, 6, 8, 10, 10], - "LimitInfo": [0, 0, 0, 0, 8, 10, 10] + "CdevCeiling": [0, 7, 7, 7, 9, 11, 11], + "LimitInfo": [0, 0, 0, 0, 9, 11, 11] } ] },