Skip to content

Commit

Permalink
set GPU perf governor
Browse files Browse the repository at this point in the history
  • Loading branch information
Comma Device committed Nov 24, 2020
1 parent bd0dc5a commit b75259a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions launch_chffrplus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b75259a

Please sign in to comment.