reorder the powerhint.json
since exynos driver take a longer time during access MEM/INT/DSU/BCI file nodes, change the order of powerhint and do other boost first Bug: 329209796 Change-Id: I63a709d0607f5999cd30c8fe12de0699934b4c53 Signed-off-by: Chungkai Mei <chungkai@google.com>
This commit is contained in:
parent
f0f4fd5d88
commit
eb2e4813b1
1 changed files with 83 additions and 83 deletions
|
@ -24,59 +24,6 @@
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"Name": "MemFreq",
|
|
||||||
"Path": "/sys/devices/platform/17000010.devfreq_mif/devfreq/17000010.devfreq_mif/min_freq",
|
|
||||||
"Values": [
|
|
||||||
"9999999",
|
|
||||||
"1539000",
|
|
||||||
"1352000",
|
|
||||||
"1014000",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"ResetOnInit": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Name": "IntFreq",
|
|
||||||
"Path": "/sys/devices/platform/17000020.devfreq_int/devfreq/17000020.devfreq_int/min_freq",
|
|
||||||
"Values": [
|
|
||||||
"9999999",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"ResetOnInit": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Name": "DsuMinFreq",
|
|
||||||
"Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/min_freq",
|
|
||||||
"Values": [
|
|
||||||
"9999999",
|
|
||||||
"1800000",
|
|
||||||
"1548000",
|
|
||||||
"820000",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"ResetOnInit": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Name": "DsuMaxFreq",
|
|
||||||
"Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/max_freq",
|
|
||||||
"Values": [
|
|
||||||
"9999999"
|
|
||||||
],
|
|
||||||
"DefaultIndex": 0,
|
|
||||||
"ResetOnInit": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Name": "BCIMinFreq",
|
|
||||||
"Path": "/sys/devices/platform/170000a0.devfreq_bci/devfreq/170000a0.devfreq_bci/min_freq",
|
|
||||||
"Values": [
|
|
||||||
"9999999",
|
|
||||||
"1401000",
|
|
||||||
"700000",
|
|
||||||
"0"
|
|
||||||
],
|
|
||||||
"ResetOnInit": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"Name": "CPULittleClusterMaxFreq",
|
"Name": "CPULittleClusterMaxFreq",
|
||||||
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
|
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
|
||||||
|
@ -502,36 +449,6 @@
|
||||||
"Type": "Property",
|
"Type": "Property",
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"Name": "INTCAMFreq",
|
|
||||||
"Path": "/sys/devices/platform/17000030.devfreq_intcam/devfreq/17000030.devfreq_intcam/min_freq",
|
|
||||||
"Values": [
|
|
||||||
"664000",
|
|
||||||
"233000",
|
|
||||||
"67000"
|
|
||||||
],
|
|
||||||
"ResetOnInit": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Name": "TNRMaxFreq",
|
|
||||||
"Path": "/sys/devices/platform/17000060.devfreq_tnr/devfreq/17000060.devfreq_tnr/max_freq",
|
|
||||||
"Values": [
|
|
||||||
"664000",
|
|
||||||
"111000"
|
|
||||||
],
|
|
||||||
"DefaultIndex": 0,
|
|
||||||
"ResetOnInit": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"Name": "TNRFreq",
|
|
||||||
"Path": "/sys/devices/platform/17000060.devfreq_tnr/devfreq/17000060.devfreq_tnr/min_freq",
|
|
||||||
"Values": [
|
|
||||||
"664000",
|
|
||||||
"233000",
|
|
||||||
"67000"
|
|
||||||
],
|
|
||||||
"ResetOnInit": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"Name": "BigTjOffset",
|
"Name": "BigTjOffset",
|
||||||
"Path": "/sys/devices/platform/100a0000.BIG/offset_enabled",
|
"Path": "/sys/devices/platform/100a0000.BIG/offset_enabled",
|
||||||
|
@ -819,6 +736,89 @@
|
||||||
"20 40"
|
"20 40"
|
||||||
],
|
],
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "MemFreq",
|
||||||
|
"Path": "/sys/devices/platform/17000010.devfreq_mif/devfreq/17000010.devfreq_mif/min_freq",
|
||||||
|
"Values": [
|
||||||
|
"9999999",
|
||||||
|
"1539000",
|
||||||
|
"1352000",
|
||||||
|
"1014000",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "IntFreq",
|
||||||
|
"Path": "/sys/devices/platform/17000020.devfreq_int/devfreq/17000020.devfreq_int/min_freq",
|
||||||
|
"Values": [
|
||||||
|
"9999999",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "DsuMinFreq",
|
||||||
|
"Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/min_freq",
|
||||||
|
"Values": [
|
||||||
|
"9999999",
|
||||||
|
"1800000",
|
||||||
|
"1548000",
|
||||||
|
"820000",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "DsuMaxFreq",
|
||||||
|
"Path": "/sys/devices/platform/17000090.devfreq_dsu/devfreq/17000090.devfreq_dsu/max_freq",
|
||||||
|
"Values": [
|
||||||
|
"9999999"
|
||||||
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "BCIMinFreq",
|
||||||
|
"Path": "/sys/devices/platform/170000a0.devfreq_bci/devfreq/170000a0.devfreq_bci/min_freq",
|
||||||
|
"Values": [
|
||||||
|
"9999999",
|
||||||
|
"1401000",
|
||||||
|
"700000",
|
||||||
|
"0"
|
||||||
|
],
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "INTCAMFreq",
|
||||||
|
"Path": "/sys/devices/platform/17000030.devfreq_intcam/devfreq/17000030.devfreq_intcam/min_freq",
|
||||||
|
"Values": [
|
||||||
|
"664000",
|
||||||
|
"233000",
|
||||||
|
"67000"
|
||||||
|
],
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "TNRMaxFreq",
|
||||||
|
"Path": "/sys/devices/platform/17000060.devfreq_tnr/devfreq/17000060.devfreq_tnr/max_freq",
|
||||||
|
"Values": [
|
||||||
|
"664000",
|
||||||
|
"111000"
|
||||||
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "TNRFreq",
|
||||||
|
"Path": "/sys/devices/platform/17000060.devfreq_tnr/devfreq/17000060.devfreq_tnr/min_freq",
|
||||||
|
"Values": [
|
||||||
|
"664000",
|
||||||
|
"233000",
|
||||||
|
"67000"
|
||||||
|
],
|
||||||
|
"ResetOnInit": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Actions": [
|
"Actions": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue