From b75259ad07ff8c8467f2921766fc3d89cf8c3c82 Mon Sep 17 00:00:00 2001 From: Comma Device Date: Tue, 24 Nov 2020 04:09:08 +0000 Subject: [PATCH] set GPU perf governor --- launch_chffrplus.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/launch_chffrplus.sh b/launch_chffrplus.sh index 9afdc6f53a..482cff9cb6 100755 --- a/launch_chffrplus.sh +++ b/launch_chffrplus.sh @@ -34,6 +34,9 @@ function two_init { echo "performance" > /sys/class/devfreq/soc:qcom,memlat-cpu0/governor echo "performance" > /sys/class/devfreq/soc:qcom,memlat-cpu2/governor + # GPU + echo "performance" > /sys/class/devfreq/b00000.qcom,kgsl-3d0/governor + # /sys/class/devfreq/soc:qcom,mincpubw is the only one left at "powersave" # it seems to gain nothing but a wasted 500mW