| .. | .. |
|---|
| 1 | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
|---|
| 2 | 2 | /* |
|---|
| 3 | 3 | * |
|---|
| 4 | | - * (C) COPYRIGHT 2019-2021 ARM Limited. All rights reserved. |
|---|
| 4 | + * (C) COPYRIGHT 2019-2023 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 |
|---|
| .. | .. |
|---|
| 23 | 23 | #define _KBASE_GPU_FAULT_H_ |
|---|
| 24 | 24 | |
|---|
| 25 | 25 | /** |
|---|
| 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 | + * |
|---|
| 28 | 28 | * @exception_code: exception code |
|---|
| 29 | 29 | * |
|---|
| 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. |
|---|
| 31 | 31 | * |
|---|
| 32 | | - * Return: name associated with the exception code |
|---|
| 32 | + * Return: Error string associated with the exception code |
|---|
| 33 | 33 | */ |
|---|
| 34 | 34 | const char *kbase_gpu_exception_name(u32 exception_code); |
|---|
| 35 | 35 | |
|---|