summaryrefslogtreecommitdiff
path: root/mali_kbase
diff options
context:
space:
mode:
authorJack Diver <diverj@google.com>2023-02-08 15:40:46 +0000
committerJack Diver <diverj@google.com>2023-03-23 12:11:40 +0000
commit399d0259f81adc479fdc8889a02297b23a2f2e54 (patch)
tree576a383a78b7149be3a60f67e0a501c629d7c1a8 /mali_kbase
parent37d40a8fccf65c9a318e73b7146d46000f80019c (diff)
downloadgpu-399d0259f81adc479fdc8889a02297b23a2f2e54.tar.gz
mali_pixel: Add entry point for resizing a memory group
Add a backdoor entry point to allow the mali_kbase platform integration to resize the GPU SLC memory group, by mutating the underlying partition. Bug: 264990406 Test: Build mali_kbase, mali_pixel Test: Boot to home Change-Id: I8f933625b040d419b9e5676976ea3cf9cde87cec Signed-off-by: Jack Diver <diverj@google.com>
Diffstat (limited to 'mali_kbase')
-rw-r--r--mali_kbase/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mali_kbase/Makefile b/mali_kbase/Makefile
index a71d57d..c82c477 100644
--- a/mali_kbase/Makefile
+++ b/mali_kbase/Makefile
@@ -254,6 +254,7 @@ EXTRA_CFLAGS += -DCONFIG_MALI_PLATFORM_NAME=$(CONFIG_MALI_PLATFORM_NAME)
#
# KBUILD_EXTRA_SYMBOLS to prevent warnings about unknown functions
#
+EXTRA_SYMBOLS += $(OUT_DIR)/../google-modules/gpu/mali_pixel/Module.symvers
# The following were added to align with W=1 in scripts/Makefile.extrawarn
# from the Linux source tree