summaryrefslogtreecommitdiff
path: root/mali_pixel/Kconfig
diff options
context:
space:
mode:
authorJack Diver <diverj@google.com>2023-08-09 09:29:04 +0000
committerJack Diver <diverj@google.com>2023-08-22 09:52:21 +0000
commit82e138310f702a6990caf382573c24bad49e9b54 (patch)
tree0e82891c918e7261a80a7890d31a7023d4aedcc2 /mali_pixel/Kconfig
parent82d34e97fc1f1e425ee5447e5c33e2febebef6ce (diff)
downloadgpu-82e138310f702a6990caf382573c24bad49e9b54.tar.gz
mali_pixel: Disable mgm debugfs by default
Implicit SLC caching results in a high volume of PTE updates. Tracking the number of updates shows up when profiling. Disable these nodes and the associated tracking by default. Bug: 294167925 Test: gfxbench sweep, genshin (cherry picked from https://partner-android-review.googlesource.com/q/commit:82d0547845919e91b27196dccc0202fe7e7e40de) Merged-In: I551b8f58f633ba6cfb74b0651bbbe30a6909eeb2 Change-Id: I551b8f58f633ba6cfb74b0651bbbe30a6909eeb2 Signed-off-by: Jack Diver <diverj@google.com>
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 60ec64f..10ab093 100644
--- a/mali_pixel/Kconfig
+++ b/mali_pixel/Kconfig
@@ -25,6 +25,13 @@ config MALI_MEMORY_GROUP_MANAGER
for allocation and release of pages for memory pools managed by Mali GPU
device drivers.
+config MALI_MEMORY_GROUP_MANAGER_DEBUG_FS
+ depends on MALI_MEMORY_GROUP_MANAGER && DEBUG_FS
+ bool "Enable Mali memory group manager debugfs nodes"
+ default n
+ help
+ Enables support for memory group manager debugfs nodes
+
config MALI_PRIORITY_CONTROL_MANAGER
tristate "MALI_PRIORITY_CONTROL_MANAGER"
help