From e4cd0539393b9b9ffea2ae68d2d6763eeefc502e Mon Sep 17 00:00:00 2001 From: kamikaonashi Date: Fri, 2 Aug 2024 22:12:53 +0200 Subject: [PATCH] stone: configs: drop UclampTAMin and UclampFgMin log spam goes brrrt W libperfmgr: Failed to write to node: /dev/cpuctl/foreground/cpu.uclamp.min with value: 159, fd: 8 W libperfmgr: Failed to write to node: /dev/cpuctl/top-app/cpu.uclamp.min with value: 692, fd: 9 Signed-off-by: Arijit78 --- configs/powerhint.json | 48 ------------------------------------------ 1 file changed, 48 deletions(-) diff --git a/configs/powerhint.json b/configs/powerhint.json index 1bb681a..d14a56c 100644 --- a/configs/powerhint.json +++ b/configs/powerhint.json @@ -89,30 +89,6 @@ ], "ResetOnInit": true }, - { - "Name": "UclampTAMin", - "Path": "/dev/cpuctl/top-app/cpu.uclamp.min", - "Values": [ - "0", - "692", - "308", - "232", - "154", - "78" - ], - "DefaultIndex": 0, - "ResetOnInit": true - }, - { - "Name": "UclampFgMin", - "Path": "/dev/cpuctl/foreground/cpu.uclamp.min", - "Values": [ - "0", - "159" - ], - "DefaultIndex": 0, - "ResetOnInit": true - }, { "Name": "GPUMaxFreq", "Path": "/sys/class/kgsl/kgsl-3d0/devfreq/max_freq", @@ -328,12 +304,6 @@ "Duration": 0, "Value": "1708800" }, - { - "PowerHint": "INTERACTION", - "Node": "UclampTAMin", - "Duration": 0, - "Value": "78" - }, { "PowerHint": "INTERACTION", "Node": "CPUBWHystTriggerCount", @@ -441,18 +411,6 @@ "Duration": 5000, "Value": "9999999" }, - { - "PowerHint": "LAUNCH", - "Node": "UclampTAMin", - "Duration": 5000, - "Value": "692" - }, - { - "PowerHint": "LAUNCH", - "Node": "UclampFgMin", - "Duration": 5000, - "Value": "159" - }, { "PowerHint": "LAUNCH", "Node": "CPUBWHystTriggerCount", @@ -585,12 +543,6 @@ "Duration": 0, "Value": "840000000" }, - { - "PowerHint": "DISABLE_TA_BOOST", - "Node": "UclampTAMin", - "Duration": 0, - "Value": "0" - }, { "PowerHint": "DISPLAY_IDLE", "Node": "CPULittleClusterMinFreq",