From 9bda8734782469a545ad9bc76bcccaa23a2bb69f Mon Sep 17 00:00:00 2001 From: Richard Chang Date: Fri, 16 Sep 2022 07:52:47 +0000 Subject: [PATCH] powerhint: clean up unused hints in F10 INTERACTION and LAUNCH_120FPS are removed but some actions still use them. Bug: 246738037 Test: pts-tradefed run commandAndExit pts -m PtsPerformanceTestCases -t com.google.android.perf.pts.PowerHintJsonVerifyTest Change-Id: I089e3e151973e1828e80e0da13f9816aaa9c2871 --- powerhint.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/powerhint.json b/powerhint.json index bf0b0f4..234b4b0 100644 --- a/powerhint.json +++ b/powerhint.json @@ -543,11 +543,6 @@ "Duration": 5000, "Value": "1" }, - { - "PowerHint": "LAUNCH", - "Type": "DoHint", - "Value": "LAUNCH_120FPS" - }, { "PowerHint": "LAUNCH", "Type": "DoHint", @@ -1309,11 +1304,6 @@ "Duration": 0, "Value": "1" }, - { - "PowerHint": "REFRESH_60FPS", - "Type": "MaskHint", - "Value": "LAUNCH_120FPS" - }, { "PowerHint": "ADPF_DISABLE_TA_BOOST", "Node": "TAUClampBoost", @@ -1332,11 +1322,6 @@ "Duration": 0, "Value": "1" }, - { - "PowerHint": "DISPLAY_IDLE", - "Type": "EndHint", - "Value": "INTERACTION" - }, { "PowerHint": "DISPLAY_IDLE", "Type": "EndHint",