Tune GPU dvfs period during app launch am: 801a67005d
am: 90a43b82d6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/19565331 Change-Id: I032c94fa7df36372d884f678b8bc0f818f1245b9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
4f0f7e24b0
1 changed files with 11 additions and 2 deletions
|
@ -123,6 +123,15 @@
|
|||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "GPUDvfsPeriod",
|
||||
"Path": "/sys/devices/platform/28000000.mali/dvfs_period",
|
||||
"Values": [
|
||||
"10",
|
||||
"20"
|
||||
],
|
||||
"ResetOnInit": true
|
||||
},
|
||||
{
|
||||
"Name": "UClampThreshold",
|
||||
"Path": "/proc/vendor_sched/uclamp_threshold",
|
||||
|
@ -548,9 +557,9 @@
|
|||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH_GPU",
|
||||
"Node": "GPUMinFreq",
|
||||
"Node": "GPUDvfsPeriod",
|
||||
"Duration": 1000,
|
||||
"Value": "848000"
|
||||
"Value": "10"
|
||||
},
|
||||
{
|
||||
"PowerHint": "LAUNCH_120FPS",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue