| .. | .. |
|---|
| 1 | 1 | /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
|---|
| 2 | 2 | /* |
|---|
| 3 | 3 | * |
|---|
| 4 | | - * (C) COPYRIGHT 2012-2017, 2020-2021 ARM Limited. All rights reserved. |
|---|
| 4 | + * (C) COPYRIGHT 2012-2017, 2020-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 |
|---|
| .. | .. |
|---|
| 29 | 29 | #include "mali_kbase_defs.h" |
|---|
| 30 | 30 | |
|---|
| 31 | 31 | /** |
|---|
| 32 | | - * Tell whether a work-around should be enabled |
|---|
| 32 | + * kbase_hw_has_issue - Tell whether a work-around should be enabled |
|---|
| 33 | 33 | * @kbdev: Device pointer |
|---|
| 34 | 34 | * @issue: issue to be checked |
|---|
| 35 | 35 | */ |
|---|
| .. | .. |
|---|
| 37 | 37 | test_bit(issue, &(kbdev)->hw_issues_mask[0]) |
|---|
| 38 | 38 | |
|---|
| 39 | 39 | /** |
|---|
| 40 | | - * Tell whether a feature is supported |
|---|
| 40 | + * kbase_hw_has_feature - Tell whether a feature is supported |
|---|
| 41 | 41 | * @kbdev: Device pointer |
|---|
| 42 | 42 | * @feature: feature to be checked |
|---|
| 43 | 43 | */ |
|---|
| .. | .. |
|---|
| 63 | 63 | int kbase_hw_set_issues_mask(struct kbase_device *kbdev); |
|---|
| 64 | 64 | |
|---|
| 65 | 65 | /** |
|---|
| 66 | | - * Set the features mask depending on the GPU ID |
|---|
| 66 | + * kbase_hw_set_features_mask - Set the features mask depending on the GPU ID |
|---|
| 67 | 67 | * @kbdev: Device pointer |
|---|
| 68 | 68 | */ |
|---|
| 69 | 69 | void kbase_hw_set_features_mask(struct kbase_device *kbdev); |
|---|