hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/drivers/gpu/arm/bifrost/backend/gpu/mali_kbase_pm_always_on.c
....@@ -1,7 +1,7 @@
11 // SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
22 /*
33 *
4
- * (C) COPYRIGHT 2010-2015, 2018-2021 ARM Limited. All rights reserved.
4
+ * (C) COPYRIGHT 2010-2015, 2018-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
....@@ -41,6 +41,11 @@
4141 CSTD_UNUSED(kbdev);
4242 }
4343
44
+/**
45
+ * always_on_term - Term callback function for always-on power policy
46
+ *
47
+ * @kbdev: kbase device
48
+ */
4449 static void always_on_term(struct kbase_device *kbdev)
4550 {
4651 CSTD_UNUSED(kbdev);