summaryrefslogtreecommitdiff
path: root/mali_kbase/mali_kbase_hwaccess_instr.h
diff options
context:
space:
mode:
Diffstat (limited to 'mali_kbase/mali_kbase_hwaccess_instr.h')
-rw-r--r--mali_kbase/mali_kbase_hwaccess_instr.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/mali_kbase/mali_kbase_hwaccess_instr.h b/mali_kbase/mali_kbase_hwaccess_instr.h
index 3766310..198a79e 100644
--- a/mali_kbase/mali_kbase_hwaccess_instr.h
+++ b/mali_kbase/mali_kbase_hwaccess_instr.h
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
*
- * (C) COPYRIGHT 2014-2015, 2017-2018, 2020-2021 ARM Limited. All rights reserved.
+ * (C) COPYRIGHT 2014-2023 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the
* GNU General Public License version 2 as published by the Free Software
@@ -58,9 +58,8 @@ struct kbase_instr_hwcnt_enable {
*
* Return: 0 on success
*/
-int kbase_instr_hwcnt_enable_internal(struct kbase_device *kbdev,
- struct kbase_context *kctx,
- struct kbase_instr_hwcnt_enable *enable);
+int kbase_instr_hwcnt_enable_internal(struct kbase_device *kbdev, struct kbase_context *kctx,
+ struct kbase_instr_hwcnt_enable *enable);
/**
* kbase_instr_hwcnt_disable_internal() - Disable HW counters collection
@@ -104,8 +103,7 @@ int kbase_instr_hwcnt_wait_for_dump(struct kbase_context *kctx);
*
* Return: true if the dump is complete
*/
-bool kbase_instr_hwcnt_dump_complete(struct kbase_context *kctx,
- bool * const success);
+bool kbase_instr_hwcnt_dump_complete(struct kbase_context *kctx, bool *const success);
/**
* kbase_instr_hwcnt_clear() - Clear HW counters