mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
gpu-aml: Do not use Mali Utilization
This settings turns off any scaling for Mali cores/frequency. The effect of this is smooth Kodi GUI operation without a need to set turbo mode in driver parameter or device tree. Users reported smoother GUI with UTILIZATION = 0 and Mali operating at 500MHz than with UTILIZATION = 1 and Mali at 666MHz.
This commit is contained in:
parent
655727eef2
commit
76c339e73e
@ -0,0 +1,13 @@
|
||||
diff --git a/mali/Kbuild.orig b/mali/Kbuild
|
||||
index 7cc2225..4813c2f 100755
|
||||
--- a/mali/Kbuild.orig
|
||||
+++ b/mali/Kbuild
|
||||
@@ -56,7 +56,7 @@ ifeq ($(CONFIG_MALI_DVFS),y)
|
||||
USING_GPU_UTILIZATION=0
|
||||
USING_DVFS=1
|
||||
else
|
||||
- USING_GPU_UTILIZATION=1
|
||||
+ USING_GPU_UTILIZATION=0
|
||||
USING_DVFS=0
|
||||
endif
|
||||
PROFILING_SKIP_PP_JOBS ?= 0
|
Loading…
x
Reference in New Issue
Block a user