From a6b9d4d243e898a0320525e342150155df65a44a Mon Sep 17 00:00:00 2001 From: Jimmy Shiu Date: Fri, 12 Jan 2024 17:23:43 +0800 Subject: [PATCH] [ADPF] PID tuning for DVFS headroom change Reduce the uclamp_min decline rate by setting Pu from 1 to 0.6 Test: scroll_gm_list_120hz, scroll_youtube_120hz, uibench Bug: 319786989 Change-Id: I3e4726aff878b788439dbbccfb578bbc3df4d100 --- powerhint-akita.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerhint-akita.json b/powerhint-akita.json index 71c744e..c1e8626 100644 --- a/powerhint-akita.json +++ b/powerhint-akita.json @@ -2800,7 +2800,7 @@ "Name": "REFRESH_120FPS", "PID_On": true, "PID_Po": 2.0, - "PID_Pu": 1.0, + "PID_Pu": 0.6, "PID_I": 0.0, "PID_I_Init": 200, "PID_I_High": 512,