From 131cf4b76bd39c695d05cc2d2f27dc9b475cd84a Mon Sep 17 00:00:00 2001 From: Jimmy Shiu Date: Wed, 15 Sep 2021 21:16:57 +0800 Subject: [PATCH] powerhint: fine tune non-ADPF boost For 120FPS, lower the uclmap.min from 185 to 157 For 90FPS, lower the uclmap.min from 123 to 107 For 60FPS, lower the uclmap.min from 62 to 42 Bug: 198723106 Test: Running PtsUiBench with disabling ADPF. http://sheets/1UbUVo0pxg1Bz0MKPIkv5d1XO1iVppU0P3YVQjivoP8Q#gid=1963167952 Change-Id: I311acbcf352ed0f5bb8fe2d176c48edd003eaf31 --- powerhint.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/powerhint.json b/powerhint.json index 406154eb..7abc7ccf 100644 --- a/powerhint.json +++ b/powerhint.json @@ -122,9 +122,9 @@ "553", "1", "246", - "185", - "123", - "62" + "157", + "107", + "42" ], "DefaultIndex": 1, "ResetOnInit": true @@ -973,19 +973,19 @@ "PowerHint": "REFRESH_120FPS", "Node": "TAUClampBoost", "Duration": 0, - "Value": "185" + "Value": "157" }, { "PowerHint": "REFRESH_90FPS", "Node": "TAUClampBoost", "Duration": 0, - "Value": "123" + "Value": "107" }, { "PowerHint": "REFRESH_60FPS", "Node": "TAUClampBoost", "Duration": 0, - "Value": "62" + "Value": "42" }, { "PowerHint": "ADPF_DISABLE_TA_BOOST",