powerhint: add game mode tuning nodes
Add down_rate_limit_us nodes, tapered_dvfs_headroom nodes. Test: build Bug: 295636226 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:cdf834206df344a704f7f6f21e503f0e3abd4bbb) Merged-In: Iae9629e0f69d437f7444022d81a478d0c12f2bbe Change-Id: Iae9629e0f69d437f7444022d81a478d0c12f2bbe Change-Id: I0491f1e956686025cd4903b4356f36c0682baf6f
This commit is contained in:
parent
fb1b5ec6b5
commit
cabd89d913
1 changed files with 41 additions and 1 deletions
|
@ -59,6 +59,16 @@
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "CPULittleClusterDownRateLimitUs",
|
||||||
|
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/sched_pixel/down_rate_limit_us",
|
||||||
|
"Values": [
|
||||||
|
"5000",
|
||||||
|
"500"
|
||||||
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "CPUMidClusterMaxFreq",
|
"Name": "CPUMidClusterMaxFreq",
|
||||||
"Path": "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq",
|
"Path": "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq",
|
||||||
|
@ -87,6 +97,16 @@
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "CPUMidClusterDownRateLimitUs",
|
||||||
|
"Path": "/sys/devices/system/cpu/cpu4/cpufreq/sched_pixel/down_rate_limit_us",
|
||||||
|
"Values": [
|
||||||
|
"20000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "CPUBigClusterMaxFreq",
|
"Name": "CPUBigClusterMaxFreq",
|
||||||
"Path": "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq",
|
"Path": "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq",
|
||||||
|
@ -115,6 +135,16 @@
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "CPUBigClusterDownRateLimitUs",
|
||||||
|
"Path": "/sys/devices/system/cpu/cpu6/cpufreq/sched_pixel/down_rate_limit_us",
|
||||||
|
"Values": [
|
||||||
|
"20000",
|
||||||
|
"3000"
|
||||||
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "ReducePreferIdle",
|
"Name": "ReducePreferIdle",
|
||||||
"Path": "/proc/vendor_sched/reduce_prefer_idle",
|
"Path": "/proc/vendor_sched/reduce_prefer_idle",
|
||||||
|
@ -144,6 +174,16 @@
|
||||||
"DefaultIndex": 0,
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "CPUTaperedDVFSHeadroomEnable",
|
||||||
|
"Path": "/proc/vendor_sched/tapered_dvfs_headroom_enable",
|
||||||
|
"Values": [
|
||||||
|
"0",
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "MIFTargetLoad",
|
"Name": "MIFTargetLoad",
|
||||||
"Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load",
|
"Path": "/sys/class/devfreq/17000010.devfreq_mif/interactive/target_load",
|
||||||
|
@ -298,7 +338,7 @@
|
||||||
"Values": [
|
"Values": [
|
||||||
"0",
|
"0",
|
||||||
"1"
|
"1"
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "DisplayWakeup",
|
"Name": "DisplayWakeup",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue