sdm660-common: power-libperfmgr: Update powerhint

* Remove unnecessary nodes
* Re-adjust scaling frequency
* Disable AUDIO Related hints
* Set both "Flipendo" freq to 1401600

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
clarencelol 2021-09-21 00:50:13 +08:00 committed by pix106
parent bbe850fc0f
commit 89470e298a

View file

@ -60,9 +60,11 @@
"Path": "/sys/class/kgsl/kgsl-3d0/devfreq/min_freq", "Path": "/sys/class/kgsl/kgsl-3d0/devfreq/min_freq",
"Values": [ "Values": [
"647000000", "647000000",
"588000000",
"465000000", "465000000",
"370000000", "370000000",
"266000000" "266000000",
"160000000"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
@ -109,7 +111,8 @@
"Path": "/dev/stune/top-app/schedtune.boost", "Path": "/dev/stune/top-app/schedtune.boost",
"Values": [ "Values": [
"10", "10",
"5" "5",
"1"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
@ -364,12 +367,6 @@
"Duration": 1000, "Duration": 1000,
"Value": "9999999" "Value": "9999999"
}, },
{
"PowerHint": "CAMERA_STREAMING_MID",
"Node": "CPUBigClusterMaxFreq",
"Duration": 0,
"Value": "1958400"
},
{ {
"PowerHint": "CAMERA_STREAMING_MID", "PowerHint": "CAMERA_STREAMING_MID",
"Node": "CPUBWSampleMs", "Node": "CPUBWSampleMs",
@ -409,13 +406,13 @@
{ {
"PowerHint": "AUDIO_LAUNCH", "PowerHint": "AUDIO_LAUNCH",
"Node": "CPUBigClusterMinFreq", "Node": "CPUBigClusterMinFreq",
"Duration": 2000, "Duration": 0,
"Value": "1401600" "Value": "1401600"
}, },
{ {
"PowerHint": "AUDIO_LAUNCH", "PowerHint": "AUDIO_LAUNCH",
"Node": "CPUBigClusterMaxFreq", "Node": "CPUBigClusterMaxFreq",
"Duration": 2000, "Duration": 0,
"Value": "9999999" "Value": "9999999"
}, },
{ {