diff --git a/perf/powerhint-husky.json b/perf/powerhint-husky.json index 7998c65..13a1997 100644 --- a/perf/powerhint-husky.json +++ b/perf/powerhint-husky.json @@ -1,5 +1,13 @@ { "Nodes": [ + { + "Name": "GPUPowerOn", + "Path": "/sys/devices/platform/1f000000.mali/hint_power_on", + "Values": [ + "1", + "0" + ] + }, { "Name": "GPUMinFreq", "Path": "/sys/devices/platform/1f000000.mali/hint_min_freq", @@ -928,6 +936,12 @@ "Duration": 3000, "Value": "0" }, + { + "PowerHint": "CPU_LOAD_RESET", + "Node": "GPUPowerOn", + "Duration": 10, + "Value": "1" + }, { "PowerHint": "CPU_LOAD_RESET", "Node": "GPUMinFreq", diff --git a/perf/powerhint-ripcurrent.json b/perf/powerhint-ripcurrent.json index 01a22b7..ccabb13 100644 --- a/perf/powerhint-ripcurrent.json +++ b/perf/powerhint-ripcurrent.json @@ -1,5 +1,13 @@ { "Nodes": [ + { + "Name": "GPUPowerOn", + "Path": "/sys/devices/platform/1f000000.mali/hint_power_on", + "Values": [ + "1", + "0" + ] + }, { "Name": "GPUMinFreq", "Path": "/sys/devices/platform/1f000000.mali/hint_min_freq", @@ -893,6 +901,12 @@ "Duration": 3000, "Value": "0" }, + { + "PowerHint": "CPU_LOAD_RESET", + "Node": "GPUPowerOn", + "Duration": 10, + "Value": "1" + }, { "PowerHint": "CPU_LOAD_RESET", "Node": "GPUMinFreq", diff --git a/perf/powerhint-shiba.json b/perf/powerhint-shiba.json index 49ef165..cb8400d 100644 --- a/perf/powerhint-shiba.json +++ b/perf/powerhint-shiba.json @@ -1,5 +1,13 @@ { "Nodes": [ + { + "Name": "GPUPowerOn", + "Path": "/sys/devices/platform/1f000000.mali/hint_power_on", + "Values": [ + "1", + "0" + ] + }, { "Name": "GPUMinFreq", "Path": "/sys/devices/platform/1f000000.mali/hint_min_freq", @@ -928,6 +936,12 @@ "Duration": 3000, "Value": "0" }, + { + "PowerHint": "CPU_LOAD_RESET", + "Node": "GPUPowerOn", + "Duration": 10, + "Value": "1" + }, { "PowerHint": "CPU_LOAD_RESET", "Node": "GPUMinFreq",