powerhal: update new boost uclamp value
To avoid task being placed into little cluster, and keep same freq for middle cluster, increase the uclamp min to 129, Bug: 224649226 Test: freq is same as before Signed-off-by: chungkai <chungkai@google.com> Change-Id: I0e0c7617e4a50968ec18df164ee9388d7f0a4b66
This commit is contained in:
parent
a4a2df4813
commit
b0e9848db4
1 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@
|
|||
"Path": "/proc/vendor_sched/ta_uclamp_min",
|
||||
"Values": [
|
||||
"553",
|
||||
"126",
|
||||
"129",
|
||||
"1",
|
||||
"55"
|
||||
],
|
||||
|
@ -1194,7 +1194,7 @@
|
|||
"PowerHint": "BOOST_60HZ",
|
||||
"Node": "TAUClampBoost",
|
||||
"Duration": 200,
|
||||
"Value": "126"
|
||||
"Value": "129"
|
||||
},
|
||||
{
|
||||
"PowerHint": "DISPLAY_IDLE",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue