diff --git a/powerhint-oriole.json b/powerhint-oriole.json index 1186a22..61c3b63 100644 --- a/powerhint-oriole.json +++ b/powerhint-oriole.json @@ -423,6 +423,22 @@ ], "DefaultIndex": 0 }, + { + "Name": "TRUSTY_VIRTIO_HIGH", + "Path": "/sys/module/trusty_virtio/parameters/use_high_wq", + "Values": [ + "1", + "0" + ] + }, + { + "Name": "TRUSTY_HIGH", + "Path": "/sys/module/trusty_core/parameters/use_high_wq", + "Values": [ + "1", + "0" + ] + }, { "Name": "PMU_POLL", "Path": "/proc/vendor_sched/pmu_poll_enable", @@ -1411,6 +1427,18 @@ "Duration": 1000, "Value": "1" }, + { + "PowerHint": "FP_BOOST", + "Node": "TRUSTY_VIRTIO_HIGH", + "Duration": 1000, + "Value": "1" + }, + { + "PowerHint": "FP_BOOST", + "Node": "TRUSTY_HIGH", + "Duration": 1000, + "Value": "1" + }, { "PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY", "Node": "PMU_POLL", diff --git a/powerhint-raven.json b/powerhint-raven.json index 38a475e..586e9f7 100644 --- a/powerhint-raven.json +++ b/powerhint-raven.json @@ -424,6 +424,22 @@ ], "DefaultIndex": 0 }, + { + "Name": "TRUSTY_VIRTIO_HIGH", + "Path": "/sys/module/trusty_virtio/parameters/use_high_wq", + "Values": [ + "1", + "0" + ] + }, + { + "Name": "TRUSTY_HIGH", + "Path": "/sys/module/trusty_core/parameters/use_high_wq", + "Values": [ + "1", + "0" + ] + }, { "Name": "PMU_POLL", "Path": "/proc/vendor_sched/pmu_poll_enable", @@ -1428,6 +1444,18 @@ "Duration": 1000, "Value": "1" }, + { + "PowerHint": "FP_BOOST", + "Node": "TRUSTY_VIRTIO_HIGH", + "Duration": 1000, + "Value": "1" + }, + { + "PowerHint": "FP_BOOST", + "Node": "TRUSTY_HIGH", + "Duration": 1000, + "Value": "1" + }, { "PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY", "Node": "PMU_POLL",