From 7585632e0911be9321f392c39d266de3adc4199e Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Wed, 22 Jun 2022 16:10:12 -0700 Subject: [PATCH] powerhint: boost GPU during app launch Test: boot with tracing Bug: 236560387 Signed-off-by: Wei Wang Change-Id: I9450350eee774816174c7ff77ebb987ab9053f80 --- powerhint-cheetah.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/powerhint-cheetah.json b/powerhint-cheetah.json index bc5d41f..ee471cc 100644 --- a/powerhint-cheetah.json +++ b/powerhint-cheetah.json @@ -537,7 +537,7 @@ "Value": "0" }, { - "PowerHint": "LAUNCH_120FPS", + "PowerHint": "LAUNCH_GPU", "Node": "GPUMinFreq", "Duration": 1000, "Value": "848000" @@ -559,6 +559,11 @@ "Type": "DoHint", "Value": "LAUNCH_120FPS" }, + { + "PowerHint": "LAUNCH", + "Type": "DoHint", + "Value": "LAUNCH_GPU" + }, { "PowerHint": "LAUNCH", "Node": "SFUClampBoost",