powerhint: boost GPU during app launch
Test: boot with tracing Bug: 236560387 Signed-off-by: Wei Wang <wvw@google.com> Change-Id: I9450350eee774816174c7ff77ebb987ab9053f80
This commit is contained in:
parent
d4e403ffe9
commit
7585632e09
1 changed files with 6 additions and 1 deletions
|
@ -537,7 +537,7 @@
|
||||||
"Value": "0"
|
"Value": "0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "LAUNCH_120FPS",
|
"PowerHint": "LAUNCH_GPU",
|
||||||
"Node": "GPUMinFreq",
|
"Node": "GPUMinFreq",
|
||||||
"Duration": 1000,
|
"Duration": 1000,
|
||||||
"Value": "848000"
|
"Value": "848000"
|
||||||
|
@ -559,6 +559,11 @@
|
||||||
"Type": "DoHint",
|
"Type": "DoHint",
|
||||||
"Value": "LAUNCH_120FPS"
|
"Value": "LAUNCH_120FPS"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "LAUNCH",
|
||||||
|
"Type": "DoHint",
|
||||||
|
"Value": "LAUNCH_GPU"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "LAUNCH",
|
"PowerHint": "LAUNCH",
|
||||||
"Node": "SFUClampBoost",
|
"Node": "SFUClampBoost",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue