From 6b82c37c4cd36aeb3b2afea3fa0f96254a59a23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Wed, 8 Sep 2021 18:39:11 -0700 Subject: [PATCH] Use the correct GPU device path for gs201. gs201 uses 28000000.mali instead of 1c500000.mali. Bug: 196866904 Test: verified that libperfmgr logspam is gone on dev board. Change-Id: I7e00bb67f06960bcedc29d4e98422676a651bd05 --- powerhint.json | 2 +- powerhint_a0.json | 2 +- powerhint_a1.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/powerhint.json b/powerhint.json index e8e13004..caad4b47 100644 --- a/powerhint.json +++ b/powerhint.json @@ -73,7 +73,7 @@ }, { "Name": "GPUMinFreq", - "Path": "/sys/devices/platform/1c500000.mali/scaling_min_freq", + "Path": "/sys/devices/platform/28000000.mali/scaling_min_freq", "Values": [ "762000", "471000", diff --git a/powerhint_a0.json b/powerhint_a0.json index 60f6e04d..bdd33726 100644 --- a/powerhint_a0.json +++ b/powerhint_a0.json @@ -42,7 +42,7 @@ }, { "Name": "GPUMinFreq", - "Path": "/sys/devices/platform/1c500000.mali/scaling_min_freq", + "Path": "/sys/devices/platform/28000000.mali/scaling_min_freq", "Values": [ "151000", "302000", diff --git a/powerhint_a1.json b/powerhint_a1.json index 96f42680..7700961b 100644 --- a/powerhint_a1.json +++ b/powerhint_a1.json @@ -62,7 +62,7 @@ }, { "Name": "GPUMinFreq", - "Path": "/sys/devices/platform/1c500000.mali/scaling_min_freq", + "Path": "/sys/devices/platform/28000000.mali/scaling_min_freq", "Values": [ "151000", "302000",