diff --git a/powerhint-comet.json b/powerhint-comet.json index b17ead2..854f15a 100644 --- a/powerhint-comet.json +++ b/powerhint-comet.json @@ -311,6 +311,16 @@ "DefaultIndex": 0, "ResetOnInit": true }, + { + "Name": "SystemCpuset", + "Path": "/dev/cpuset/system/cpus", + "Values": [ + "0-7", + "0-6" + ], + "DefaultIndex": 0, + "ResetOnInit": true + }, { "Name": "FGCpuset", "Path": "/dev/cpuset/foreground/cpus", @@ -2541,6 +2551,12 @@ "Type": "EndHint", "Value": "DISPLAY_UPDATE_IMMINENT" }, + { + "PowerHint": "DISPLAY_IDLE", + "Node": "SystemCpuset", + "Duration": 0, + "Value": "0-6" + }, { "PowerHint": "DISPLAY_UPDATE_IMMINENT", "Node": "CPULittleClusterDownRateLimitUs",