hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/gpu/arm/bifrost/csf/mali_kbase_csf_tiler_heap_debugfs.h
....@@ -1,7 +1,7 @@
11 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22 /*
33 *
4
- * (C) COPYRIGHT 2020-2021 ARM Limited. All rights reserved.
4
+ * (C) COPYRIGHT 2020-2022 ARM Limited. All rights reserved.
55 *
66 * This program is free software and is provided to you under the terms of the
77 * GNU General Public License version 2 as published by the Free Software
....@@ -28,10 +28,17 @@
2828 #define MALI_CSF_TILER_HEAP_DEBUGFS_VERSION 0
2929
3030 /**
31
- * kbase_csf_tiler_heap_debugfs_init() - Create a debugfs entry for per context tiler heap
31
+ * kbase_csf_tiler_heap_debugfs_init - Create a debugfs entry for per context tiler heap
3232 *
3333 * @kctx: The kbase_context for which to create the debugfs entry
3434 */
3535 void kbase_csf_tiler_heap_debugfs_init(struct kbase_context *kctx);
3636
37
+/**
38
+ * kbase_csf_tiler_heap_total_debugfs_init - Create a debugfs entry for per context tiler heap
39
+ *
40
+ * @kctx: The kbase_context for which to create the debugfs entry
41
+ */
42
+void kbase_csf_tiler_heap_total_debugfs_init(struct kbase_context *kctx);
43
+
3744 #endif /* _KBASE_CSF_TILER_HEAP_DEBUGFS_H_ */