walleye: Boost GPU on EXPENSIVE_RENDERING power hint

We're using this hint for GPU-intensive blur, so it should boost the GPU
to a frequency high enough for that.
This commit is contained in:
Danny Lin
2021-06-06 14:56:01 +05:30
committed by Asriadi Rahim
parent b5f2ade27c
commit 0805986cd9

View File

@@ -505,6 +505,18 @@
"Node": "CPULittleClusterMinFreq",
"Duration": 0,
"Value": "0"
},
{
"PowerHint": "EXPENSIVE_RENDERING",
"Node": "GPUMinFreq",
"Duration": 0,
"Value": "414000000"
},
{
"PowerHint": "EXPENSIVE_RENDERING",
"Node": "GPUMaxFreq",
"Duration": 0,
"Value": "710000000"
}
]
}