powerhal: update new boost uclamp value

update new boost uclamp value since we update
cpu capacity

Test: None
Bug: 224649226
Signed-off-by: chungkai <chungkai@google.com>
Change-Id: I5c57242c042326907725bac0a024aed01506694b
This commit is contained in:
chungkai 2022-04-14 03:10:01 +00:00 committed by Chung-Kai (Michael) Mei
parent ed9f2b80a4
commit 9df3e194b1

View file

@ -143,9 +143,9 @@
"Path": "/proc/vendor_sched/ta_uclamp_min", "Path": "/proc/vendor_sched/ta_uclamp_min",
"Values": [ "Values": [
"553", "553",
"108", "126",
"1", "1",
"42" "55"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
@ -153,9 +153,9 @@
"Name": "SFUClampBoost", "Name": "SFUClampBoost",
"Path": "/proc/vendor_sched/sf_uclamp_min", "Path": "/proc/vendor_sched/sf_uclamp_min",
"Values": [ "Values": [
"125", "160",
"65", "85",
"30" "39"
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
@ -163,7 +163,7 @@
"Name": "MLUclampBoost", "Name": "MLUclampBoost",
"Path": "/proc/vendor_sched/nnapi_uclamp_min", "Path": "/proc/vendor_sched/nnapi_uclamp_min",
"Values": [ "Values": [
"154", "180",
"512" "512"
], ],
"DefaultIndex": 0, "DefaultIndex": 0,
@ -418,7 +418,7 @@
"PowerHint": "INTERACTION", "PowerHint": "INTERACTION",
"Node": "SFUClampBoost", "Node": "SFUClampBoost",
"Duration": 5000, "Duration": 5000,
"Value": "65" "Value": "85"
}, },
{ {
"PowerHint": "DEVICE_IDLE", "PowerHint": "DEVICE_IDLE",
@ -430,7 +430,7 @@
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
"Node": "SFUClampBoost", "Node": "SFUClampBoost",
"Duration": 5000, "Duration": 5000,
"Value": "65" "Value": "85"
}, },
{ {
"PowerHint": "LAUNCH", "PowerHint": "LAUNCH",
@ -1138,7 +1138,7 @@
"PowerHint": "REFRESH_60FPS", "PowerHint": "REFRESH_60FPS",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 0, "Duration": 0,
"Value": "42" "Value": "55"
}, },
{ {
"PowerHint": "ADPF_DISABLE_TA_BOOST", "PowerHint": "ADPF_DISABLE_TA_BOOST",
@ -1170,7 +1170,7 @@
"PowerHint": "BOOST_60HZ", "PowerHint": "BOOST_60HZ",
"Node": "TAUClampBoost", "Node": "TAUClampBoost",
"Duration": 200, "Duration": 200,
"Value": "108" "Value": "126"
}, },
{ {
"PowerHint": "DISPLAY_IDLE", "PowerHint": "DISPLAY_IDLE",