From da53d20798b6175e129f3b76df0d65778504078f Mon Sep 17 00:00:00 2001 From: Rick Yiu Date: Tue, 3 Sep 2024 09:07:08 +0000 Subject: [PATCH] Fix cpu mask for big core The big core mask on zuma should be 0x100. Bug: 248621289 Test: build pass Flag: NONE powerhint change does not support flags Change-Id: Id9dbd933505d3eaa2553ed1851883a3042028f16 --- perf/powerhint-husky.json | 4 ++-- perf/powerhint-ripcurrent.json | 4 ++-- perf/powerhint-shiba.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/perf/powerhint-husky.json b/perf/powerhint-husky.json index e5c67c2..f5ca2ae 100644 --- a/perf/powerhint-husky.json +++ b/perf/powerhint-husky.json @@ -278,7 +278,7 @@ "Path": "/proc/vendor_sched/cpu_skip_mask", "Values": [ "0x0", - "0x80" + "0x100" ], "ResetOnInit": true }, @@ -462,7 +462,7 @@ "Path": "/proc/vendor_sched/groups/sys/group_cfs_skip_mask", "Values": [ "0x0", - "0x80" + "0x100" ], "ResetOnInit": true }, diff --git a/perf/powerhint-ripcurrent.json b/perf/powerhint-ripcurrent.json index 4844ea3..41e06e7 100644 --- a/perf/powerhint-ripcurrent.json +++ b/perf/powerhint-ripcurrent.json @@ -273,7 +273,7 @@ "Path": "/proc/vendor_sched/cpu_skip_mask", "Values": [ "0x0", - "0x80" + "0x100" ], "ResetOnInit": true }, @@ -457,7 +457,7 @@ "Path": "/proc/vendor_sched/groups/sys/group_cfs_skip_mask", "Values": [ "0x0", - "0x80" + "0x100" ], "ResetOnInit": true }, diff --git a/perf/powerhint-shiba.json b/perf/powerhint-shiba.json index c3458e3..158f6fc 100644 --- a/perf/powerhint-shiba.json +++ b/perf/powerhint-shiba.json @@ -279,7 +279,7 @@ "Path": "/proc/vendor_sched/cpu_skip_mask", "Values": [ "0x0", - "0x80" + "0x100" ], "ResetOnInit": true }, @@ -463,7 +463,7 @@ "Path": "/proc/vendor_sched/groups/sys/group_cfs_skip_mask", "Values": [ "0x0", - "0x80" + "0x100" ], "ResetOnInit": true },