From c111dbd7467e911ab26279e99f55be521b35e2d7 Mon Sep 17 00:00:00 2001 From: Jeremy Kemp Date: Thu, 11 Aug 2022 10:56:50 +0100 Subject: [PATCH] Remove GPU-specific 151MHz min power hint. gChips discovered potential issues with this frequency, and has recommended its removal. This also updates thermal hard-limits to reflect the removal of one operating point. Bug: 240479599 Test: Boot to homescreen Change-Id: If16a65550b85a4a4a66cdcd3b5bd7e31d7e7dc88 Signed-off-by: Siddharth Kapoor --- powerhint-cheetah-a0.json | 2 +- powerhint-cheetah.json | 2 +- powerhint-cloudripper.json | 2 +- powerhint-panther-a0.json | 2 +- powerhint-panther.json | 2 +- powerhint-ravenclaw.json | 2 +- thermal_info_config_cheetah.json | 4 ++-- thermal_info_config_panther.json | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/powerhint-cheetah-a0.json b/powerhint-cheetah-a0.json index ec24509..b2d15f2 100644 --- a/powerhint-cheetah-a0.json +++ b/powerhint-cheetah-a0.json @@ -119,7 +119,7 @@ "572000", "471000", "302000", - "151000" + "202000" ], "ResetOnInit": true }, diff --git a/powerhint-cheetah.json b/powerhint-cheetah.json index 27ed069..e9ff9e7 100644 --- a/powerhint-cheetah.json +++ b/powerhint-cheetah.json @@ -119,7 +119,7 @@ "572000", "471000", "302000", - "151000" + "202000" ], "ResetOnInit": true }, diff --git a/powerhint-cloudripper.json b/powerhint-cloudripper.json index 6bce4f0..8991299 100644 --- a/powerhint-cloudripper.json +++ b/powerhint-cloudripper.json @@ -95,7 +95,7 @@ "572000", "471000", "302000", - "151000" + "202000" ], "ResetOnInit": true }, diff --git a/powerhint-panther-a0.json b/powerhint-panther-a0.json index f26e9be..54daabb 100644 --- a/powerhint-panther-a0.json +++ b/powerhint-panther-a0.json @@ -108,7 +108,7 @@ "572000", "471000", "302000", - "151000" + "202000" ], "ResetOnInit": true }, diff --git a/powerhint-panther.json b/powerhint-panther.json index ced76ee..4bf2209 100644 --- a/powerhint-panther.json +++ b/powerhint-panther.json @@ -108,7 +108,7 @@ "572000", "471000", "302000", - "151000" + "202000" ], "ResetOnInit": true }, diff --git a/powerhint-ravenclaw.json b/powerhint-ravenclaw.json index f49766a..0b3c4c5 100644 --- a/powerhint-ravenclaw.json +++ b/powerhint-ravenclaw.json @@ -95,7 +95,7 @@ "572000", "471000", "302000", - "151000" + "202000" ], "ResetOnInit": true }, diff --git a/thermal_info_config_cheetah.json b/thermal_info_config_cheetah.json index b848b8a..f035946 100644 --- a/thermal_info_config_cheetah.json +++ b/thermal_info_config_cheetah.json @@ -193,8 +193,8 @@ "MaxReleaseStep": 1, "MaxThrottleStep": 1, "BindedPowerRail": "S2S_VDD_G3D", - "CdevCeiling": [0, 6, 6, 6, 8, 11, 11], - "LimitInfo": [0, 0, 0, 0, 8, 11, 11] + "CdevCeiling": [0, 6, 6, 6, 8, 10, 10], + "LimitInfo": [0, 0, 0, 0, 8, 10, 10] } ] }, diff --git a/thermal_info_config_panther.json b/thermal_info_config_panther.json index 7597ae5..363bff9 100644 --- a/thermal_info_config_panther.json +++ b/thermal_info_config_panther.json @@ -193,8 +193,8 @@ "MaxReleaseStep": 1, "MaxThrottleStep": 1, "BindedPowerRail": "S2S_VDD_G3D", - "CdevCeiling": [0, 8, 8, 8, 8, 11, 11], - "LimitInfo": [0, 0, 0, 0, 8, 11, 11] + "CdevCeiling": [0, 8, 8, 8, 8, 10, 10], + "LimitInfo": [0, 0, 0, 0, 8, 10, 10] } ] },