From a7a2126955d0cb2da7806f5710e3a7f7d69afb14 Mon Sep 17 00:00:00 2001 From: Siddharth Kapoor Date: Wed, 5 Oct 2022 14:56:35 -0700 Subject: [PATCH] powerhint: Add GPUMinFreq 150000 Bug: 251015742 Signed-off-by: Siddharth Kapoor Change-Id: I51e6b0a716d673852067691e0d7c20bdfa4088ae --- powerhint-husky.json | 3 ++- powerhint-ripcurrent.json | 3 ++- powerhint-shiba.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/powerhint-husky.json b/powerhint-husky.json index 243a28d..41a7822 100644 --- a/powerhint-husky.json +++ b/powerhint-husky.json @@ -135,7 +135,8 @@ "521000", "467000", "376000", - "302000" + "302000", + "150000" ], "ResetOnInit": true }, diff --git a/powerhint-ripcurrent.json b/powerhint-ripcurrent.json index a35163c..2c5419f 100644 --- a/powerhint-ripcurrent.json +++ b/powerhint-ripcurrent.json @@ -135,7 +135,8 @@ "521000", "467000", "376000", - "302000" + "302000", + "150000" ], "ResetOnInit": true }, diff --git a/powerhint-shiba.json b/powerhint-shiba.json index 4f3ff43..ce8d5d4 100644 --- a/powerhint-shiba.json +++ b/powerhint-shiba.json @@ -135,7 +135,8 @@ "521000", "467000", "376000", - "302000" + "302000", + "150000" ], "ResetOnInit": true },