From 1d2b4db33f730ec3b06c43d97449810c36f41285 Mon Sep 17 00:00:00 2001 From: pashalee Date: Thu, 23 May 2024 07:06:56 +0000 Subject: [PATCH] [Project11] CPU scheduling update. Bug: 341968564 Test: power and performance test are updated to b/341968564#comment38. - Use newly tuned STREAMING_STANDARD setting. Change-Id: Ida2e73b7d295bed53cff04cca0004fcaa78a696c --- powerhint-comet.json | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/powerhint-comet.json b/powerhint-comet.json index f35315c..f66f60a 100644 --- a/powerhint-comet.json +++ b/powerhint-comet.json @@ -3061,9 +3061,9 @@ }, { "PowerHint": "CAMERA_PROJECT11", - "Node": "CPUDVFSHeadroom", + "Node": "AutoPreferIdle", "Duration": 0, - "Value": "1280" + "Value": "0" }, { "PowerHint": "CAMERA_PROJECT11", @@ -3081,7 +3081,7 @@ "PowerHint": "CAMERA_PROJECT11", "Node": "PMU_LIT_SPC_THRESHOLD", "Duration": 0, - "Value": "42" + "Value": "55" }, { "PowerHint": "CAMERA_PROJECT11", @@ -3093,7 +3093,7 @@ "PowerHint": "CAMERA_PROJECT11", "Node": "PMU_MID_SPC_THRESHOLD", "Duration": 0, - "Value": "18" + "Value": "30" }, { "PowerHint": "CAMERA_PROJECT11", @@ -3125,6 +3125,18 @@ "Duration": 0, "Value": "cam2" }, + { + "PowerHint": "CAMERA_PROJECT11", + "Node": "CPUUtilThreshold", + "Duration": 0, + "Value": "1100 1024 1100" + }, + { + "PowerHint": "CAMERA_PROJECT11", + "Node": "CPUDVFSHeadroom", + "Duration": 0, + "Value": "1280 1100 1055" + }, { "PowerHint": "CAMERA_PROJECT11", "Node": "CDPreferHighCap", @@ -3133,13 +3145,13 @@ }, { "PowerHint": "CAMERA_PROJECT11", - "Node": "CDPreferIdle", + "Node": "TAPreferHighCap", "Duration": 0, "Value": "0" }, { "PowerHint": "CAMERA_PROJECT11", - "Node": "TAPreferHighCap", + "Node": "TAPreferIdle", "Duration": 0, "Value": "0" }, @@ -3171,7 +3183,7 @@ "PowerHint": "CAMERA_PROJECT11", "Node": "CDCpuset", "Duration": 0, - "Value": "0-7" + "Value": "0-6" }, { "PowerHint": "CAMERA_PROJECT11", @@ -3185,6 +3197,12 @@ "Duration": 0, "Value": "camera" }, + { + "PowerHint": "CAMERA_PROJECT11", + "Node": "CPUSkipMask", + "Duration": 0, + "Value": "0x80" + }, { "PowerHint": "CAMERA_PROJECT11", "Node": "MIFTargetLoad",