forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/gpu/arm/bifrost/mali_kbase_ccswe.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
....@@ -51,7 +51,6 @@
5151 */
5252 void kbase_ccswe_init(struct kbase_ccswe *self);
5353
54
-
5554 /**
5655 * kbase_ccswe_cycle_at() - Estimate cycle count at given timestamp.
5756 *
....@@ -68,7 +67,7 @@
6867 * u64 ts = ktime_get_raw_ns();
6968 * u64 cycle = kbase_ccswe_cycle_at(&ccswe, ts)
7069 *
71
- * Returns: estimated value of cycle count at a given time.
70
+ * Return: estimated value of cycle count at a given time.
7271 */
7372 u64 kbase_ccswe_cycle_at(struct kbase_ccswe *self, u64 timestamp_ns);
7473