summaryrefslogtreecommitdiff
path: root/mali_pixel/mali_pixel_mod.h
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2021-06-07 21:57:32 -0700
committerJesse Hall <jessehall@google.com>2021-06-07 21:57:32 -0700
commitb4f227d1905ae5b96e7af36a6145765204d3d19a (patch)
tree76519bfb3e20a6f9035943abb3b163794931f66e /mali_pixel/mali_pixel_mod.h
parent2a59ad85558be15c11a7c076c373031272c53433 (diff)
downloadgpu-b4f227d1905ae5b96e7af36a6145765204d3d19a.tar.gz
mali_pixel: allow building without pixel stats
Bug: 190389925 Signed-off-by: Jesse Hall <jessehall@google.com> Change-Id: I212815b4170900d62cd06ac517777ba36e01ae43
Diffstat (limited to 'mali_pixel/mali_pixel_mod.h')
-rw-r--r--mali_pixel/mali_pixel_mod.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/mali_pixel/mali_pixel_mod.h b/mali_pixel/mali_pixel_mod.h
index 0f5f0d3..163fd99 100644
--- a/mali_pixel/mali_pixel_mod.h
+++ b/mali_pixel/mali_pixel_mod.h
@@ -8,4 +8,8 @@ extern struct platform_driver memory_group_manager_driver;
#ifdef CONFIG_MALI_PRIORITY_CONTROL_MANAGER
extern struct platform_driver priority_control_manager_driver;
-#endif \ No newline at end of file
+#endif
+
+#ifdef CONFIG_MALI_PIXEL_STATS
+extern int mali_pixel_init_pixel_stats(void);
+#endif