sdm660-common: power-libperfmgr: Update powerhint
* Add more nodes * Increase interaction value to reduce janks Signed-off-by: clarencelol <clarencekuiek@icloud.com> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
87f3924989
commit
7bd77bc00a
1 changed files with 28 additions and 3 deletions
|
@ -5,8 +5,12 @@
|
||||||
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
|
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
|
||||||
"Values": [
|
"Values": [
|
||||||
"9999999",
|
"9999999",
|
||||||
|
"1747200",
|
||||||
"1401600",
|
"1401600",
|
||||||
"1113600"
|
"902400",
|
||||||
|
"1113600",
|
||||||
|
"1536000",
|
||||||
|
"1843200"
|
||||||
],
|
],
|
||||||
"DefaultIndex": 0,
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
|
@ -16,7 +20,9 @@
|
||||||
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
|
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
|
||||||
"Values": [
|
"Values": [
|
||||||
"9999999",
|
"9999999",
|
||||||
|
"1536000",
|
||||||
"1401600",
|
"1401600",
|
||||||
|
"902400",
|
||||||
"1113600",
|
"1113600",
|
||||||
"633600"
|
"633600"
|
||||||
],
|
],
|
||||||
|
@ -27,7 +33,12 @@
|
||||||
"Path": "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq",
|
"Path": "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq",
|
||||||
"Values": [
|
"Values": [
|
||||||
"9999999",
|
"9999999",
|
||||||
"1401600"
|
"1747200",
|
||||||
|
"1113600",
|
||||||
|
"1401600",
|
||||||
|
"1958400",
|
||||||
|
"2150400",
|
||||||
|
"2208000"
|
||||||
],
|
],
|
||||||
"DefaultIndex": 0,
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
|
@ -37,7 +48,9 @@
|
||||||
"Path": "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq",
|
"Path": "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq",
|
||||||
"Values": [
|
"Values": [
|
||||||
"9999999",
|
"9999999",
|
||||||
|
"1747200",
|
||||||
"1401600",
|
"1401600",
|
||||||
|
"0",
|
||||||
"1113600"
|
"1113600"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
|
@ -255,11 +268,17 @@
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "3"
|
"Value": "3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "INTERACTION",
|
||||||
|
"Node": "CPUBigClusterMinFreq",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "1401600"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "INTERACTION",
|
"PowerHint": "INTERACTION",
|
||||||
"Node": "CPULittleClusterMinFreq",
|
"Node": "CPULittleClusterMinFreq",
|
||||||
"Duration": 0,
|
"Duration": 0,
|
||||||
"Value": "1113600"
|
"Value": "1401600"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "INTERACTION",
|
"PowerHint": "INTERACTION",
|
||||||
|
@ -381,6 +400,12 @@
|
||||||
"Duration": 1000,
|
"Duration": 1000,
|
||||||
"Value": "9999999"
|
"Value": "9999999"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "CAMERA_STREAMING_MID",
|
||||||
|
"Node": "CPUBigClusterMaxFreq",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "1401600"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "CAMERA_STREAMING_MID",
|
"PowerHint": "CAMERA_STREAMING_MID",
|
||||||
"Node": "CPUBWSampleMs",
|
"Node": "CPUBWSampleMs",
|
||||||
|
|
Loading…
Reference in a new issue