Snap for 8626663 from 69332bdb2c
to tm-release
Change-Id: Ib48e5968f54fc9c4f9f687c6d116aa8d8cb05cb6
This commit is contained in:
commit
19f2dcb5f9
1 changed files with 45 additions and 0 deletions
|
@ -149,6 +149,15 @@
|
|||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "FGUClampBoost",
|
||||
"Path": "/proc/vendor_sched/fg_uclamp_min",
|
||||
"Values": [
|
||||
"161",
|
||||
"0"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "SFUClampBoost",
|
||||
"Path": "/proc/vendor_sched/sf_uclamp_min",
|
||||
|
@ -169,6 +178,24 @@
|
|||
"DefaultIndex": 0,
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "UClampThreshold",
|
||||
"Path": "/proc/vendor_sched/uclamp_threshold",
|
||||
"Values": [
|
||||
"0",
|
||||
"8"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "ReduceRreferIdle",
|
||||
"Path": "/proc/vendor_sched/reduce_prefer_idle",
|
||||
"Values": [
|
||||
"0",
|
||||
"1"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "CDPreferIdle",
|
||||
"Path": "/proc/vendor_sched/cam_prefer_idle",
|
||||
|
@ -470,6 +497,18 @@
|
|||
"Duration": 0,
|
||||
"Value": "2"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Node": "UClampThreshold",
|
||||
"Duration": 5000,
|
||||
"Value": "0"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Node": "ReduceRreferIdle",
|
||||
"Duration": 5000,
|
||||
"Value": "0"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Node": "FGPreferIdle",
|
||||
|
@ -506,6 +545,12 @@
|
|||
"Duration": 5000,
|
||||
"Value": "553"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Node": "FGUClampBoost",
|
||||
"Duration": 5000,
|
||||
"Value": "161"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH",
|
||||
"Node": "MemFreq",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue