From a363acb4311f87b13ee69bd724e1a3b4d225ed80 Mon Sep 17 00:00:00 2001 From: Jimmy Shiu Date: Wed, 22 Feb 2023 20:27:49 +0800 Subject: [PATCH] powerhint: Boost GPU(302000) by 1st frame Take ADPF_FIRST_FRAME hint to boost the GPU freq to 302000 Bug: 243025173 Test: Manual Change-Id: I840c7f1c1c8347ba71b9139ea3615669c9294071 Merged-In: I840c7f1c1c8347ba71b9139ea3615669c9294071 --- powerhint.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/powerhint.json b/powerhint.json index 577a01d..4f20b9c 100644 --- a/powerhint.json +++ b/powerhint.json @@ -1502,6 +1502,12 @@ "Duration": 0, "Value": "572000" }, + { + "PowerHint": "ADPF_FIRST_FRAME", + "Node": "GPUMinFreq", + "Duration": 50, + "Value": "302000" + }, { "PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_LIGHT", "Node": "PMU_POLL",