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:
parent
bbe850fc0f
commit
89470e298a
1 changed files with 7 additions and 10 deletions
|
@ -60,9 +60,11 @@
|
|||
"Path": "/sys/class/kgsl/kgsl-3d0/devfreq/min_freq",
|
||||
"Values": [
|
||||
"647000000",
|
||||
"588000000",
|
||||
"465000000",
|
||||
"370000000",
|
||||
"266000000"
|
||||
"266000000",
|
||||
"160000000"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
|
@ -109,7 +111,8 @@
|
|||
"Path": "/dev/stune/top-app/schedtune.boost",
|
||||
"Values": [
|
||||
"10",
|
||||
"5"
|
||||
"5",
|
||||
"1"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
|
@ -364,12 +367,6 @@
|
|||
"Duration": 1000,
|
||||
"Value": "9999999"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_MID",
|
||||
"Node": "CPUBigClusterMaxFreq",
|
||||
"Duration": 0,
|
||||
"Value": "1958400"
|
||||
},
|
||||
{
|
||||
"PowerHint": "CAMERA_STREAMING_MID",
|
||||
"Node": "CPUBWSampleMs",
|
||||
|
@ -409,13 +406,13 @@
|
|||
{
|
||||
"PowerHint": "AUDIO_LAUNCH",
|
||||
"Node": "CPUBigClusterMinFreq",
|
||||
"Duration": 2000,
|
||||
"Duration": 0,
|
||||
"Value": "1401600"
|
||||
},
|
||||
{
|
||||
"PowerHint": "AUDIO_LAUNCH",
|
||||
"Node": "CPUBigClusterMaxFreq",
|
||||
"Duration": 2000,
|
||||
"Duration": 0,
|
||||
"Value": "9999999"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue