| .. | .. |
|---|
| 1 | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
|---|
| 2 | 2 | /* |
|---|
| 3 | 3 | * |
|---|
| 4 | | - * (C) COPYRIGHT 2020-2021 ARM Limited. All rights reserved. |
|---|
| 4 | + * (C) COPYRIGHT 2020-2022 ARM Limited. All rights reserved. |
|---|
| 5 | 5 | * |
|---|
| 6 | 6 | * This program is free software and is provided to you under the terms of the |
|---|
| 7 | 7 | * GNU General Public License version 2 as published by the Free Software |
|---|
| .. | .. |
|---|
| 28 | 28 | #define MALI_CSF_TILER_HEAP_DEBUGFS_VERSION 0 |
|---|
| 29 | 29 | |
|---|
| 30 | 30 | /** |
|---|
| 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 |
|---|
| 32 | 32 | * |
|---|
| 33 | 33 | * @kctx: The kbase_context for which to create the debugfs entry |
|---|
| 34 | 34 | */ |
|---|
| 35 | 35 | void kbase_csf_tiler_heap_debugfs_init(struct kbase_context *kctx); |
|---|
| 36 | 36 | |
|---|
| 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 | + |
|---|
| 37 | 44 | #endif /* _KBASE_CSF_TILER_HEAP_DEBUGFS_H_ */ |
|---|