Snap for 8937168 from 90a43b82d6
to tm-qpr1-release
Change-Id: I06b7b07648f02b1212566facbc8c75cd4e43d609
This commit is contained in:
commit
7233c4a55d
1 changed files with 11 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue