diff --git a/powerhint-akita.json b/powerhint-akita.json index f82eb7f..9450715 100644 --- a/powerhint-akita.json +++ b/powerhint-akita.json @@ -347,6 +347,15 @@ "DefaultIndex": 0, "ResetOnInit": true }, + { + "Name": "FGCpuset", + "Path": "/dev/cpuset/foreground/cpus", + "Values": [ + "0-5", + "0-7" + ], + "ResetOnInit": true + }, { "Name": "CDCpuset", "Path": "/dev/cpuset/camera-daemon/cpus", @@ -1273,6 +1282,12 @@ "Duration": 1000, "Value": "1" }, + { + "PowerHint": "CAMERA_LAUNCH", + "Node": "FGCpuset", + "Duration": 1000, + "Value": "0-5" + }, { "PowerHint": "CAMERA_LAUNCH_EXTENDED", "Node": "CPU_BIG_TSKIN_BYPASS", @@ -1315,6 +1330,12 @@ "Duration": 2000, "Value": "0" }, + { + "PowerHint": "CAMERA_LAUNCH_EXTENDED", + "Node": "FGCpuset", + "Duration": 2000, + "Value": "0-5" + }, { "PowerHint": "CAMERA_CAPTURE_CPU_THROTTLE", "Node": "CPUBigClusterMaxFreq",