From cbad87a3370a6ca6e855d4cb896aa3c5d0db6b30 Mon Sep 17 00:00:00 2001 From: Jimmy Shiu Date: Thu, 12 Dec 2024 01:02:18 -0800 Subject: [PATCH] powerhint: Remove hints associated with the default TAUClampBoost value Since the default value 1 is the lowest priority, it only takes effect while all other values are disabled. Therefore, the hints associated to value 1 are unnecessary. Bug: 357445276 Change-Id: I1e4c68681f9db9f30092451053c8e439979eb89c Flag: EXEMPT not supported by this component yet Test: Boot to home and check the trace and ADPF profile Test: adb shell dumpsys android.hardware.power.IPower/default --- powerhint-comet.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/powerhint-comet.json b/powerhint-comet.json index 101b655..df04723 100644 --- a/powerhint-comet.json +++ b/powerhint-comet.json @@ -3203,24 +3203,6 @@ "Duration": 0, "Value": "1" }, - { - "PowerHint": "REFRESH_120FPS", - "Node": "TAUClampBoost", - "Duration": 0, - "Value": "1" - }, - { - "PowerHint": "REFRESH_60FPS", - "Node": "TAUClampBoost", - "Duration": 0, - "Value": "1" - }, - { - "PowerHint": "ADPF_DISABLE_TA_BOOST", - "Node": "TAUClampBoost", - "Duration": 0, - "Value": "1" - }, { "PowerHint": "DISPLAY_IDLE", "Node": "FGPreferIdle",