hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/gpu/arm/bifrost/gpu/mali_kbase_gpu_fault.h
....@@ -1,7 +1,7 @@
11 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22 /*
33 *
4
- * (C) COPYRIGHT 2019-2021 ARM Limited. All rights reserved.
4
+ * (C) COPYRIGHT 2019-2023 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
....@@ -23,13 +23,13 @@
2323 #define _KBASE_GPU_FAULT_H_
2424
2525 /**
26
- * kbase_gpu_exception_name() -
27
- * Returns the name associated with a Mali exception code
26
+ * kbase_gpu_exception_name() - Returns associated string of the exception code
27
+ *
2828 * @exception_code: exception code
2929 *
30
- * This function is called from the interrupt handler when a GPU fault occurs.
30
+ * This function is called by error handlers when GPU reports an error.
3131 *
32
- * Return: name associated with the exception code
32
+ * Return: Error string associated with the exception code
3333 */
3434 const char *kbase_gpu_exception_name(u32 exception_code);
3535