summaryrefslogtreecommitdiff
path: root/mali_kbase/Makefile
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2021-06-15 15:57:26 -0700
committerJesse Hall <jessehall@google.com>2021-06-16 17:16:29 -0700
commit0a8647292f17bdeb957e5bb51454afa8deee622f (patch)
tree39afc851a1236639b92ac0e6595a23cfcd7592fc /mali_kbase/Makefile
parentd86a6bebc15ecb9acec71c4de6a938ac246c2d2e (diff)
downloadgpu-0a8647292f17bdeb957e5bb51454afa8deee622f.tar.gz
mali_kbase: enable GPU DVFS
This required fixing several compile-time incompatibilities between CONFIG_MALI_MIDGARD_DVFS and MALI_USE_CSF. Bug: 190752240 Signed-off-by: Jesse Hall <jessehall@google.com> Change-Id: Ie3a674ac965e765f76b6cda0c5f669ab3ec632a6
Diffstat (limited to 'mali_kbase/Makefile')
-rw-r--r--mali_kbase/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mali_kbase/Makefile b/mali_kbase/Makefile
index 37d4235..f596d30 100644
--- a/mali_kbase/Makefile
+++ b/mali_kbase/Makefile
@@ -42,7 +42,7 @@ export CONFIG_MALI_DEVFREQ?=y
endif
DEFINES += -DCONFIG_MALI_MIDGARD=$(CONFIG_MALI_MIDGARD) \
- -DCONFIF_MALI_CSF_SUPPORT=$(CONFIF_MALI_CSF_SUPPORT) \
+ -DCONFIG_MALI_CSF_SUPPORT=$(CONFIF_MALI_CSF_SUPPORT) \
-DCONFIG_MALI_KUTF=$(CONFIG_MALI_KUTF) \
-DCONFIG_MALI_REAL_HW=$(CONFIG_MALI_REAL_HW) \
-DCONFIG_MALI_GATOR_SUPPORT=$(CONFIG_MALI_GATOR_SUPPORT) \
@@ -52,7 +52,7 @@ export DEFINES
# Pixel integration exports
export CONFIG_MALI_EXPERT=y
-export CONFIG_MALI_MIDGARD_DVFS=n
+export CONFIG_MALI_MIDGARD_DVFS=y
export CONFIG_MALI_PLATFORM_NAME="pixel"
export CONFIG_MALI_PIXEL_GPU_QOS=n
export CONFIG_MALI_PIXEL_GPU_BTS=n