diff --git a/powerhint-cheetah.json b/powerhint-cheetah.json index 5a84ba8..646c108 100644 --- a/powerhint-cheetah.json +++ b/powerhint-cheetah.json @@ -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", @@ -549,9 +558,9 @@ }, { "PowerHint": "LAUNCH_GPU", - "Node": "GPUMinFreq", + "Node": "GPUDvfsPeriod", "Duration": 1000, - "Value": "848000" + "Value": "10" }, { "PowerHint": "LAUNCH_120FPS",