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:
chungkai 2022-04-22 16:08:56 +00:00
parent a4a2df4813
commit b0e9848db4

View file

@ -143,7 +143,7 @@
"Path": "/proc/vendor_sched/ta_uclamp_min", "Path": "/proc/vendor_sched/ta_uclamp_min",
"Values": [ "Values": [
"553", "553",
"126", "129",
"1", "1",
"55" "55"
], ],
@ -1194,7 +1194,7 @@
"PowerHint": "BOOST_60HZ", "PowerHint": "BOOST_60HZ",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 200, "Duration": 200,
"Value": "126" "Value": "129"
}, },
{ {
"PowerHint": "DISPLAY_IDLE", "PowerHint": "DISPLAY_IDLE",