summaryrefslogtreecommitdiff
path: root/mali_pixel/Makefile
diff options
context:
space:
mode:
authorJack Diver <diverj@google.com>2023-01-11 15:33:12 +0000
committerJack Diver <diverj@google.com>2023-03-23 12:11:40 +0000
commitc1bfc7dd8cc50224da90f2532be9102eeb3739a9 (patch)
tree57e0034fb3edb0bb84fd6ee48b4e636d29291844 /mali_pixel/Makefile
parentf2d35cdfa9820257f8b6655c79d30f2d0802a275 (diff)
downloadgpu-c1bfc7dd8cc50224da90f2532be9102eeb3739a9.tar.gz
mali_kbase: Implement buffer liveness ioctl
Add SLC platform integration, and plumb custom ioctl through. Bug: 264990406 Test: Boot to home Test: Manual ioctl call Change-Id: I0009cec83f54cfed8e12477c5ebd7aa01cf50cc8 Signed-off-by: Jack Diver <diverj@google.com>
Diffstat (limited to 'mali_pixel/Makefile')
-rw-r--r--mali_pixel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mali_pixel/Makefile b/mali_pixel/Makefile
index 39d491e..24a1890 100644
--- a/mali_pixel/Makefile
+++ b/mali_pixel/Makefile
@@ -10,6 +10,7 @@ KBUILD_OPTIONS += CONFIG_MALI_MEMORY_GROUP_MANAGER=m
KBUILD_OPTIONS += CONFIG_MALI_PRIORITY_CONTROL_MANAGER=m
KBUILD_OPTIONS += CONFIG_MALI_PROTECTED_MEMORY_ALLOCATOR=m
KBUILD_OPTIONS += CONFIG_MALI_PIXEL_STATS=m
+KBUILD_OPTIONS += CONFIG_MALI_PIXEL_GPU_SLC=y
KBUILD_OPTIONS += $(KBUILD_EXTRA) # Extra config if any