From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- kernel/drivers/gpu/arm/bifrost/mali_kbase_mem_profile_debugfs.h | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/kernel/drivers/gpu/arm/bifrost/mali_kbase_mem_profile_debugfs.h b/kernel/drivers/gpu/arm/bifrost/mali_kbase_mem_profile_debugfs.h index 093a65e..c30fca6 100644 --- a/kernel/drivers/gpu/arm/bifrost/mali_kbase_mem_profile_debugfs.h +++ b/kernel/drivers/gpu/arm/bifrost/mali_kbase_mem_profile_debugfs.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * - * (C) COPYRIGHT 2012-2016, 2020-2021 ARM Limited. All rights reserved. + * (C) COPYRIGHT 2012-2016, 2020-2022 ARM Limited. All rights reserved. * * This program is free software and is provided to you under the terms of the * GNU General Public License version 2 as published by the Free Software @@ -20,7 +20,7 @@ */ /** - * Header file for mem profiles entries in debugfs + * DOC: Header file for mem profiles entries in debugfs * */ @@ -31,13 +31,16 @@ #include <linux/seq_file.h> /** - * Remove entry from Mali memory profile debugfs + * kbasep_mem_profile_debugfs_remove - Remove entry from Mali memory profile debugfs + * * @kctx: The context whose debugfs file @p data should be removed from */ void kbasep_mem_profile_debugfs_remove(struct kbase_context *kctx); /** - * Insert @p data to the debugfs file so it can be read by userspace + * kbasep_mem_profile_debugfs_insert - Insert @p data to the debugfs file + * so it can be read by userspace + * * @kctx: The context whose debugfs file @p data should be inserted to * @data: A NULL-terminated string to be inserted to the debugfs file, * without the trailing new line character @@ -49,8 +52,8 @@ * If the debugfs entry corresponding to the @p kctx doesn't exist, * an attempt will be made to create it. * - * @return 0 if @p data inserted correctly - * -EAGAIN in case of error + * Return: 0 if @p data inserted correctly, -EAGAIN in case of error + * * @post @ref mem_profile_initialized will be set to @c true * the first time this function succeeds. */ -- Gitblit v1.6.2