From 9df3e194b12c96585cdf20c80e7258cf327e67bb Mon Sep 17 00:00:00 2001 From: chungkai Date: Thu, 14 Apr 2022 03:10:01 +0000 Subject: [PATCH] powerhal: update new boost uclamp value update new boost uclamp value since we update cpu capacity Test: None Bug: 224649226 Signed-off-by: chungkai Change-Id: I5c57242c042326907725bac0a024aed01506694b --- powerhint.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/powerhint.json b/powerhint.json index 2b0e445..03102b8 100644 --- a/powerhint.json +++ b/powerhint.json @@ -143,9 +143,9 @@ "Path": "/proc/vendor_sched/ta_uclamp_min", "Values": [ "553", - "108", + "126", "1", - "42" + "55" ], "ResetOnInit": true }, @@ -153,9 +153,9 @@ "Name": "SFUClampBoost", "Path": "/proc/vendor_sched/sf_uclamp_min", "Values": [ - "125", - "65", - "30" + "160", + "85", + "39" ], "ResetOnInit": true }, @@ -163,7 +163,7 @@ "Name": "MLUclampBoost", "Path": "/proc/vendor_sched/nnapi_uclamp_min", "Values": [ - "154", + "180", "512" ], "DefaultIndex": 0, @@ -418,7 +418,7 @@ "PowerHint": "INTERACTION", "Node": "SFUClampBoost", "Duration": 5000, - "Value": "65" + "Value": "85" }, { "PowerHint": "DEVICE_IDLE", @@ -430,7 +430,7 @@ "PowerHint": "LAUNCH", "Node": "SFUClampBoost", "Duration": 5000, - "Value": "65" + "Value": "85" }, { "PowerHint": "LAUNCH", @@ -1138,7 +1138,7 @@ "PowerHint": "REFRESH_60FPS", "Node": "TAUClampBoost", "Duration": 0, - "Value": "42" + "Value": "55" }, { "PowerHint": "ADPF_DISABLE_TA_BOOST", @@ -1170,7 +1170,7 @@ "PowerHint": "BOOST_60HZ", "Node": "TAUClampBoost", "Duration": 200, - "Value": "108" + "Value": "126" }, { "PowerHint": "DISPLAY_IDLE",