hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/gpu/arm/bifrost/mali_kbase_hw.h
....@@ -1,7 +1,7 @@
11 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22 /*
33 *
4
- * (C) COPYRIGHT 2012-2017, 2020-2021 ARM Limited. All rights reserved.
4
+ * (C) COPYRIGHT 2012-2017, 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
....@@ -29,7 +29,7 @@
2929 #include "mali_kbase_defs.h"
3030
3131 /**
32
- * Tell whether a work-around should be enabled
32
+ * kbase_hw_has_issue - Tell whether a work-around should be enabled
3333 * @kbdev: Device pointer
3434 * @issue: issue to be checked
3535 */
....@@ -37,7 +37,7 @@
3737 test_bit(issue, &(kbdev)->hw_issues_mask[0])
3838
3939 /**
40
- * Tell whether a feature is supported
40
+ * kbase_hw_has_feature - Tell whether a feature is supported
4141 * @kbdev: Device pointer
4242 * @feature: feature to be checked
4343 */
....@@ -63,7 +63,7 @@
6363 int kbase_hw_set_issues_mask(struct kbase_device *kbdev);
6464
6565 /**
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
6767 * @kbdev: Device pointer
6868 */
6969 void kbase_hw_set_features_mask(struct kbase_device *kbdev);