From 0f5d64170fa7c181f4836729bd044edf260c9739 Mon Sep 17 00:00:00 2001 From: "Ali K. Zadeh" Date: Tue, 28 Mar 2023 15:43:44 +0000 Subject: [PATCH] Restrict Lyric to use only Mid Cores This CL restricts LyricHAL to use only CPU cores 4-7. Bug: 274670597 Test: Kibbles measurement Change-Id: I85373639ecd469faa81736c1f8e45c3107044df0 --- powerhint-husky.json | 9 +++++---- powerhint-ripcurrent.json | 9 +++++---- powerhint-shiba.json | 9 +++++---- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/powerhint-husky.json b/powerhint-husky.json index 6d6cdad..f104ddb 100644 --- a/powerhint-husky.json +++ b/powerhint-husky.json @@ -219,6 +219,7 @@ "Values": [ "0-3", "4-8", + "4-7", "0-7", "0-8" ], @@ -1112,7 +1113,7 @@ "PowerHint": "CAMERA_STREAMING_EXTREME", "Node": "CDCpuset", "Duration": 0, - "Value": "0-7" + "Value": "4-7" }, { "PowerHint": "CAMERA_STREAMING_EXTREME", @@ -1244,7 +1245,7 @@ "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "CDCpuset", "Duration": 0, - "Value": "0-7" + "Value": "4-7" }, { "PowerHint": "CAMERA_STREAMING_HIGH", @@ -1376,7 +1377,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CDCpuset", "Duration": 0, - "Value": "0-7" + "Value": "4-7" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", @@ -1436,7 +1437,7 @@ "PowerHint": "CAMERA_STREAMING_LOW", "Node": "CDCpuset", "Duration": 0, - "Value": "0-7" + "Value": "4-7" }, { "PowerHint": "CAMERA_STREAMING_LOW", diff --git a/powerhint-ripcurrent.json b/powerhint-ripcurrent.json index 18198d6..a3e8842 100644 --- a/powerhint-ripcurrent.json +++ b/powerhint-ripcurrent.json @@ -219,6 +219,7 @@ "Values": [ "0-3", "4-8", + "4-7", "0-7", "0-8" ], @@ -1112,7 +1113,7 @@ "PowerHint": "CAMERA_STREAMING_EXTREME", "Node": "CDCpuset", "Duration": 0, - "Value": "0-7" + "Value": "4-7" }, { "PowerHint": "CAMERA_STREAMING_EXTREME", @@ -1250,7 +1251,7 @@ "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "CDCpuset", "Duration": 0, - "Value": "0-7" + "Value": "4-7" }, { "PowerHint": "CAMERA_STREAMING_HIGH", @@ -1358,7 +1359,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CDCpuset", "Duration": 0, - "Value": "0-7" + "Value": "4-7" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", @@ -1436,7 +1437,7 @@ "PowerHint": "CAMERA_STREAMING_LOW", "Node": "CDCpuset", "Duration": 0, - "Value": "0-7" + "Value": "4-7" }, { "PowerHint": "CAMERA_STREAMING_LOW", diff --git a/powerhint-shiba.json b/powerhint-shiba.json index 689e2fc..6f186a3 100644 --- a/powerhint-shiba.json +++ b/powerhint-shiba.json @@ -219,6 +219,7 @@ "Values": [ "0-3", "4-8", + "4-7", "0-7", "0-8" ], @@ -1112,7 +1113,7 @@ "PowerHint": "CAMERA_STREAMING_EXTREME", "Node": "CDCpuset", "Duration": 0, - "Value": "0-7" + "Value": "4-7" }, { "PowerHint": "CAMERA_STREAMING_EXTREME", @@ -1250,7 +1251,7 @@ "PowerHint": "CAMERA_STREAMING_HIGH", "Node": "CDCpuset", "Duration": 0, - "Value": "0-7" + "Value": "4-7" }, { "PowerHint": "CAMERA_STREAMING_HIGH", @@ -1376,7 +1377,7 @@ "PowerHint": "CAMERA_STREAMING_STANDARD", "Node": "CDCpuset", "Duration": 0, - "Value": "0-7" + "Value": "4-7" }, { "PowerHint": "CAMERA_STREAMING_STANDARD", @@ -1436,7 +1437,7 @@ "PowerHint": "CAMERA_STREAMING_LOW", "Node": "CDCpuset", "Duration": 0, - "Value": "0-7" + "Value": "4-7" }, { "PowerHint": "CAMERA_STREAMING_LOW",