summaryrefslogtreecommitdiff
path: root/mali_pixel/Kconfig
diff options
context:
space:
mode:
authorErik Staats <estaats@google.com>2021-10-07 12:27:10 -0700
committerErik Staats <estaats@google.com>2021-10-08 20:59:58 +0000
commitc17de739ab8e96c26c61444041585b61801163bb (patch)
treead83b71993171876248592c91b9ace54b8118ad7 /mali_pixel/Kconfig
parent66f97185a17de026db3685d872fc924ede192bcd (diff)
downloadgpu-c17de739ab8e96c26c61444041585b61801163bb.tar.gz
Add stubbed protected memory allocator driver.
Bug: 194627754 Test: Verified that device boots fully and stubbed protected memory allocated driver is not available. Test: Added protected memory allocator driver to the device tree and validated that it's probed but not ready. Test: Test: See details in testing done comment in https://partner-android-review.googlesource.com/2064216 . Change-Id: I772360bb68d3429267efa567f1958041fb0a41fe
Diffstat (limited to 'mali_pixel/Kconfig')
-rw-r--r--mali_pixel/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/mali_pixel/Kconfig b/mali_pixel/Kconfig
index 2406990..60ec64f 100644
--- a/mali_pixel/Kconfig
+++ b/mali_pixel/Kconfig
@@ -30,3 +30,10 @@ config MALI_PRIORITY_CONTROL_MANAGER
help
This option enables an implementation of a priority control manager
for determining the target GPU scheduling priority of a process.
+
+config MALI_PROTECTED_MEMORY_ALLOCATOR
+ tristate "MALI_PROTECTED_MEMORY_ALLOCATOR"
+ help
+ This option enables an implementation of a protected memory allocator
+ for allocation and release of pages of protected memory for use by
+ Mali GPU device drivers.