From a39971faa71651a339cc17f302b063e260a05f67 Mon Sep 17 00:00:00 2001 From: Woomymy Date: Tue, 29 Aug 2023 21:26:47 +0200 Subject: [PATCH] LG8n: powerhint: Drop task_turbo and fix max bhr_opp value Change-Id: Ic19a75aa731f0b5be9f36ca273ac573f7f0eb94a Signed-off-by: Woomymy --- configs/power/powerhint.json | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/configs/power/powerhint.json b/configs/power/powerhint.json index ff983a6..c869009 100644 --- a/configs/power/powerhint.json +++ b/configs/power/powerhint.json @@ -170,14 +170,7 @@ { "Name": "FBTBHROPP", "Path": "/sys/module/mtk_fpsgo/parameters/bhr_opp", - "Values": ["1", "3", "6", "9", "12", "15"], - "ResetOnInit": true, - "DefaultIndex": 0 - }, - { - "Name": "CPUTaskTurboFeats", - "Path": "/sys/module/task_turbo/parameters/feats", - "Values": ["0", "15"], + "Values": ["1", "3", "6", "9", "12", "15", "31"], "ResetOnInit": true, "DefaultIndex": 0 }, @@ -307,13 +300,7 @@ "PowerHint": "INTERACTION", "Node": "FBTBHROPP", "Duration": 0, - "Value": "15" - }, - { - "PowerHint": "LAUNCH", - "Node": "CPUTaskTurboFeats", - "Duration": 1000, - "Value": "15" + "Value": "31" }, { "PowerHint": "LAUNCH",