From ad0c3a209b97f126b4097bda24ace50f684ea758 Mon Sep 17 00:00:00 2001 From: Vivekachooz Date: Wed, 4 Dec 2024 19:11:53 +0530 Subject: [PATCH] dre: powerhint: Sanitize powerhint Change-Id: I2b30a4f01eeaee9eb38b193965f476693e01c1bd --- configs/powerhint.json | 44 ------------------------------------------ 1 file changed, 44 deletions(-) diff --git a/configs/powerhint.json b/configs/powerhint.json index bf9d708..fb13f59 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -326,11 +326,6 @@ "Duration": 0, "Value": "1" }, - { - "PowerHint": "INTERACTION", - "Type": "EndHint", - "Value": "DISABLE_TA_BOOST" - }, { "PowerHint": "INTERACTION", "Node": "CPUBigClusterMinFreq", @@ -451,11 +446,6 @@ "Duration": 0, "Value": "20000" }, - { - "PowerHint": "LAUNCH", - "Type": "EndHint", - "Value": "DISABLE_TA_BOOST" - }, { "PowerHint": "LAUNCH", "Node": "CPUBigClusterMaxFreq", @@ -635,40 +625,6 @@ "Node": "DoubleTapToWake", "Duration": 0, "Value": "1" - }, - { - "PowerHint": "DISABLE_TA_BOOST", - "Node": "UclampTAMin", - "Duration": 0, - "Value": "0" - }, - { - "PowerHint": "DISPLAY_IDLE", - "Node": "CPULittleClusterMinFreq", - "Duration": 0, - "Value": "300000" - }, - { - "PowerHint": "DISPLAY_IDLE", - "Node": "CPUBigClusterMinFreq", - "Duration": 0, - "Value": "0" - }, - { - "PowerHint": "DISPLAY_IDLE", - "Type": "DoHint", - "Value": "DISABLE_TA_BOOST" - }, - { - "PowerHint": "DISPLAY_IDLE", - "Type": "EndHint", - "Value": "INTERACTION" - }, - { - "PowerHint": "DISPLAY_INACTIVE", - "Node": "CPULittleClusterMinFreq", - "Duration": 0, - "Value": "300000" } ] }