From 9419013949fec0befc59616dde2ed6058ddb26ac Mon Sep 17 00:00:00 2001 From: Jimmy Shiu Date: Tue, 8 Mar 2022 18:49:00 +0800 Subject: [PATCH] powerhint: updating uclamp_min for little cores Update uclamp_min to keep the little cores boost running on the same frequenices. Bug: 220975075 Test: build and boot to home Change-Id: Idfc12229ec372288c29b61e2d965e13e480476e5 --- powerhint-cheetah.json | 11 +++++------ powerhint-panther.json | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/powerhint-cheetah.json b/powerhint-cheetah.json index cd14126..5df7f81 100644 --- a/powerhint-cheetah.json +++ b/powerhint-cheetah.json @@ -137,10 +137,9 @@ "553", "158", "108", - "43", "1", "157", - "42" + "53" ], "ResetOnInit": true }, @@ -149,7 +148,7 @@ "Path": "/sys/kernel/vendor_sched/sf_uclamp_min", "Values": [ "125", - "65", + "78", "30" ], "ResetOnInit": true @@ -403,7 +402,7 @@ "PowerHint": "INTERACTION", "Node": "SFUClampBoost", "Duration": 5000, - "Value": "65" + "Value": "78" }, { "PowerHint": "LAUNCH_120FPS", @@ -420,7 +419,7 @@ "PowerHint": "LAUNCH", "Node": "SFUClampBoost", "Duration": 5000, - "Value": "65" + "Value": "78" }, { "PowerHint": "LAUNCH", @@ -1122,7 +1121,7 @@ "PowerHint": "REFRESH_60FPS", "Node": "TAUClampBoost", "Duration": 0, - "Value": "42" + "Value": "53" }, { "PowerHint": "REFRESH_60FPS", diff --git a/powerhint-panther.json b/powerhint-panther.json index f284917..765a7fe 100644 --- a/powerhint-panther.json +++ b/powerhint-panther.json @@ -136,10 +136,9 @@ "Values": [ "553", "108", - "43", "1", "107", - "42" + "53" ], "ResetOnInit": true }, @@ -148,7 +147,7 @@ "Path": "/sys/kernel/vendor_sched/sf_uclamp_min", "Values": [ "125", - "65", + "78", "30" ], "ResetOnInit": true @@ -402,13 +401,13 @@ "PowerHint": "INTERACTION", "Node": "SFUClampBoost", "Duration": 5000, - "Value": "65" + "Value": "78" }, { "PowerHint": "LAUNCH", "Node": "SFUClampBoost", "Duration": 5000, - "Value": "65" + "Value": "78" }, { "PowerHint": "LAUNCH", @@ -1110,7 +1109,7 @@ "PowerHint": "REFRESH_60FPS", "Node": "TAUClampBoost", "Duration": 0, - "Value": "42" + "Value": "53" }, { "PowerHint": "ADPF_DISABLE_TA_BOOST",