From 4e0918a63c73003f4932ebe68b8c536868a4cfbd Mon Sep 17 00:00:00 2001 From: Jimmy Shiu Date: Mon, 20 Feb 2023 16:39:20 +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: Iac5c503e6fd8f19f0252b65f9ef10ed82b3ed378 --- powerhint.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/powerhint.json b/powerhint.json index c8a9e58..95967a0 100644 --- a/powerhint.json +++ b/powerhint.json @@ -1558,6 +1558,12 @@ "Duration": 0, "Value": "572000" }, + { + "PowerHint": "ADPF_FIRST_FRAME", + "Node": "GPUMinFreq", + "Duration": 50, + "Value": "302000" + }, { "PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_LIGHT", "Node": "PMU_POLL",