| .. | .. |
|---|
| 1 | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
|---|
| 2 | 2 | /* |
|---|
| 3 | 3 | * |
|---|
| 4 | | - * (C) COPYRIGHT 2015-2021 ARM Limited. All rights reserved. |
|---|
| 4 | + * (C) COPYRIGHT 2015-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 |
|---|
| .. | .. |
|---|
| 76 | 76 | |
|---|
| 77 | 77 | /** |
|---|
| 78 | 78 | * kbase_timeline_streams_body_reset - reset timeline body streams. |
|---|
| 79 | + * @timeline: Timeline instance |
|---|
| 79 | 80 | * |
|---|
| 80 | 81 | * Function will discard pending data in all timeline body streams. |
|---|
| 81 | | - * @timeline: Timeline instance |
|---|
| 82 | 82 | */ |
|---|
| 83 | 83 | void kbase_timeline_streams_body_reset(struct kbase_timeline *timeline); |
|---|
| 84 | 84 | |
|---|
| .. | .. |
|---|
| 117 | 117 | void kbase_timeline_stats(struct kbase_timeline *timeline, u32 *bytes_collected, u32 *bytes_generated); |
|---|
| 118 | 118 | #endif /* MALI_UNIT_TEST */ |
|---|
| 119 | 119 | |
|---|
| 120 | +/** |
|---|
| 121 | + * kbase_timeline_io_debugfs_init - Add a debugfs entry for reading timeline stream data |
|---|
| 122 | + * |
|---|
| 123 | + * @kbdev: An instance of the GPU platform device, allocated from the probe |
|---|
| 124 | + * method of the driver. |
|---|
| 125 | + */ |
|---|
| 126 | +void kbase_timeline_io_debugfs_init(struct kbase_device *kbdev); |
|---|
| 127 | + |
|---|
| 120 | 128 | #endif /* _KBASE_TIMELINE_H */ |
|---|