summaryrefslogtreecommitdiff
path: root/mali_pixel/mali_pixel_mod.h
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2021-03-22 22:13:08 -0700
committerJesse Hall <jessehall@google.com>2021-03-23 08:20:33 -0700
commite0072f7ba56eac21aeb7cdbb7b809e57be3b9e02 (patch)
treed718c89ae3aa8ebca9c6c031d7d171dec842aead /mali_pixel/mali_pixel_mod.h
parent93bc11f6bce0fd9852b58bd0fea7ac008f2da7e5 (diff)
downloadgpu-e0072f7ba56eac21aeb7cdbb7b809e57be3b9e02.tar.gz
mali_pixel: consolidate mali_mgm and mali_pcm
Test: boot to Android home, check dmesg for mali-mcm and mali-pcm probe Signed-off-by: Jesse Hall <jessehall@google.com> Change-Id: I47a7da5fd3b4a24832e2978dcce0b99fe7b54c7c
Diffstat (limited to 'mali_pixel/mali_pixel_mod.h')
-rw-r--r--mali_pixel/mali_pixel_mod.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/mali_pixel/mali_pixel_mod.h b/mali_pixel/mali_pixel_mod.h
new file mode 100644
index 0000000..0f5f0d3
--- /dev/null
+++ b/mali_pixel/mali_pixel_mod.h
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0
+
+#include <linux/platform_device.h>
+
+#ifdef CONFIG_MALI_MEMORY_GROUP_MANAGER
+extern struct platform_driver memory_group_manager_driver;
+#endif
+
+#ifdef CONFIG_MALI_PRIORITY_CONTROL_MANAGER
+extern struct platform_driver priority_control_manager_driver;
+#endif \ No newline at end of file