Snap for 8937168 from 90a43b82d6 to tm-qpr1-release

Change-Id: I06b7b07648f02b1212566facbc8c75cd4e43d609
This commit is contained in:
Android Build Coastguard Worker 2022-08-11 23:03:24 +00:00
commit 7233c4a55d

View file

@ -123,6 +123,15 @@
], ],
"ResetOnInit": true "ResetOnInit": true
}, },
{
"Name": "GPUDvfsPeriod",
"Path": "/sys/devices/platform/28000000.mali/dvfs_period",
"Values": [
"10",
"20"
],
"ResetOnInit": true
},
{ {
"Name": "UClampThreshold", "Name": "UClampThreshold",
"Path": "/proc/vendor_sched/uclamp_threshold", "Path": "/proc/vendor_sched/uclamp_threshold",
@ -548,9 +557,9 @@
}, },
{ {
"PowerHint": "LAUNCH_GPU", "PowerHint": "LAUNCH_GPU",
"Node": "GPUMinFreq", "Node": "GPUDvfsPeriod",
"Duration": 1000, "Duration": 1000,
"Value": "848000" "Value": "10"
}, },
{ {
"PowerHint": "LAUNCH_120FPS", "PowerHint": "LAUNCH_120FPS",