taimen: 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.

Change-Id: Ie88f6bb9a6acf979c70ecfb442a8d9774d509a22
This commit is contained in:
Danny Lin
2020-09-18 11:53:38 -07:00
committed by Asriadi Rahim
parent 077b7e6286
commit d995837495

View File

@@ -520,6 +520,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"
}
]
}