dre: powerhint: Use uclamp values as percentage
Change-Id: I0b3bd7714cfd234e6901c1e10fac87475dbc614c
This commit is contained in:
parent
c1e4b8ba34
commit
f33e67cb7a
1 changed files with 5 additions and 8 deletions
|
|
@ -94,11 +94,8 @@
|
|||
"Path": "/dev/cpuctl/top-app/cpu.uclamp.min",
|
||||
"Values": [
|
||||
"0",
|
||||
"692",
|
||||
"308",
|
||||
"232",
|
||||
"154",
|
||||
"78"
|
||||
"78",
|
||||
"100"
|
||||
],
|
||||
"DefaultIndex": 0,
|
||||
"ResetOnInit": true
|
||||
|
|
@ -108,7 +105,7 @@
|
|||
"Path": "/dev/cpuctl/foreground/cpu.uclamp.min",
|
||||
"Values": [
|
||||
"0",
|
||||
"159"
|
||||
"100"
|
||||
],
|
||||
"DefaultIndex": 0,
|
||||
"ResetOnInit": true
|
||||
|
|
@ -453,13 +450,13 @@
|
|||
"PowerHint": "LAUNCH",
|
||||
"Node": "UclampTAMin",
|
||||
"Duration": 5000,
|
||||
"Value": "692"
|
||||
"Value": "100"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Node": "UclampFgMin",
|
||||
"Duration": 5000,
|
||||
"Value": "159"
|
||||
"Value": "100"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
|
|
|
|||
Loading…
Reference in a new issue