From d2d2c3628c7bedf4013af9b9463a8fadb5674df3 Mon Sep 17 00:00:00 2001 From: Taeju Park Date: Fri, 14 Jul 2023 01:25:59 +0000 Subject: [PATCH] powerhint: Add default PMU limit frequency for the reset Bug: 290295565 Change-Id: Ied704dfe1c0beb756f8e26eea0d82820bc0e9e2e Signed-off-by: Taeju Park --- perf/powerhint-husky.json | 2 ++ perf/powerhint-ripcurrent.json | 2 ++ perf/powerhint-shiba.json | 2 ++ 3 files changed, 6 insertions(+) diff --git a/perf/powerhint-husky.json b/perf/powerhint-husky.json index 13a1997..a410552 100644 --- a/perf/powerhint-husky.json +++ b/perf/powerhint-husky.json @@ -665,6 +665,7 @@ "Name": "PMU_MID_LIMIT_FREQ", "Path": "/sys/devices/system/cpu/cpufreq/policy4/sched_pixel/limit_frequency", "Values": [ + "1836000", "1328000" ], "DefaultIndex": 0, @@ -693,6 +694,7 @@ "Name": "PMU_BIG_LIMIT_FREQ", "Path": "/sys/devices/system/cpu/cpufreq/policy8/sched_pixel/limit_frequency", "Values": [ + "2363000", "1852000", "1298000" ], diff --git a/perf/powerhint-ripcurrent.json b/perf/powerhint-ripcurrent.json index ccabb13..c35817f 100644 --- a/perf/powerhint-ripcurrent.json +++ b/perf/powerhint-ripcurrent.json @@ -648,6 +648,7 @@ "Name": "PMU_MID_LIMIT_FREQ", "Path": "/sys/devices/system/cpu/cpufreq/policy4/sched_pixel/limit_frequency", "Values": [ + "1836000", "1328000" ], "DefaultIndex": 0, @@ -676,6 +677,7 @@ "Name": "PMU_BIG_LIMIT_FREQ", "Path": "/sys/devices/system/cpu/cpufreq/policy8/sched_pixel/limit_frequency", "Values": [ + "2363000", "1852000", "1298000" ], diff --git a/perf/powerhint-shiba.json b/perf/powerhint-shiba.json index cb8400d..209d846 100644 --- a/perf/powerhint-shiba.json +++ b/perf/powerhint-shiba.json @@ -665,6 +665,7 @@ "Name": "PMU_MID_LIMIT_FREQ", "Path": "/sys/devices/system/cpu/cpufreq/policy4/sched_pixel/limit_frequency", "Values": [ + "1836000", "1328000" ], "DefaultIndex": 0, @@ -693,6 +694,7 @@ "Name": "PMU_BIG_LIMIT_FREQ", "Path": "/sys/devices/system/cpu/cpufreq/policy8/sched_pixel/limit_frequency", "Values": [ + "2363000", "1852000", "1298000" ],