From af0111f5ef6016e408599d1ff9d3c695b7c0fb97 Mon Sep 17 00:00:00 2001
From: Wei Wang <wvw@google.com>
Date: Sun, 8 May 2022 23:29:34 -0700
Subject: [PATCH] Remove FPS based hints for TA boost

Bug: 205369368
Test: Build
Change-Id: I063f8aa6d77b966d50d11c0135880ff787870e07
Signed-off-by: Wei Wang <wvw@google.com>
---
 powerhint-cheetah-a0.json | 5 +----
 powerhint-cheetah.json    | 4 +---
 powerhint-panther-a0.json | 4 +---
 powerhint-panther.json    | 3 +--
 4 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/powerhint-cheetah-a0.json b/powerhint-cheetah-a0.json
index dd4b56e5..f82ce3ff 100644
--- a/powerhint-cheetah-a0.json
+++ b/powerhint-cheetah-a0.json
@@ -138,10 +138,7 @@
       "Values": [
         "553",
         "185",
-        "127",
-        "64",
         "1",
-        "183",
         "63"
       ],
       "ResetOnInit": true
@@ -1282,7 +1279,7 @@
       "PowerHint": "REFRESH_120FPS",
       "Node": "TAUClampBoost",
       "Duration": 0,
-      "Value": "183"
+      "Value": "63"
     },
     {
       "PowerHint": "REFRESH_60FPS",
diff --git a/powerhint-cheetah.json b/powerhint-cheetah.json
index 0b2d102d..20ee9dcd 100644
--- a/powerhint-cheetah.json
+++ b/powerhint-cheetah.json
@@ -138,9 +138,7 @@
       "Values": [
         "553",
         "185",
-        "127",
         "1",
-        "183",
         "63"
       ],
       "ResetOnInit": true
@@ -1281,7 +1279,7 @@
       "PowerHint": "REFRESH_120FPS",
       "Node": "TAUClampBoost",
       "Duration": 0,
-      "Value": "183"
+      "Value": "63"
     },
     {
       "PowerHint": "REFRESH_60FPS",
diff --git a/powerhint-panther-a0.json b/powerhint-panther-a0.json
index 67ac687f..e6dc622a 100644
--- a/powerhint-panther-a0.json
+++ b/powerhint-panther-a0.json
@@ -138,9 +138,7 @@
       "Values": [
         "553",
         "185",
-        "64",
         "1",
-        "125",
         "63"
       ],
       "ResetOnInit": true
@@ -1270,7 +1268,7 @@
       "PowerHint": "REFRESH_90FPS",
       "Node": "TAUClampBoost",
       "Duration": 0,
-      "Value": "125"
+      "Value": "63"
     },
     {
       "PowerHint": "REFRESH_60FPS",
diff --git a/powerhint-panther.json b/powerhint-panther.json
index 0da9a566..dd136155 100644
--- a/powerhint-panther.json
+++ b/powerhint-panther.json
@@ -139,7 +139,6 @@
         "553",
         "185",
         "1",
-        "125",
         "63"
       ],
       "ResetOnInit": true
@@ -1269,7 +1268,7 @@
       "PowerHint": "REFRESH_90FPS",
       "Node": "TAUClampBoost",
       "Duration": 0,
-      "Value": "125"
+      "Value": "63"
     },
     {
       "PowerHint": "REFRESH_60FPS",
-- 
GitLab