From 08f87f769b595151be1afeff53e144f543faa614 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 06 Dec 2023 09:51:13 +0000 Subject: [PATCH] add dts config --- kernel/drivers/gpu/arm/bifrost/mali_kbase_trace_gpu_mem.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/kernel/drivers/gpu/arm/bifrost/mali_kbase_trace_gpu_mem.c b/kernel/drivers/gpu/arm/bifrost/mali_kbase_trace_gpu_mem.c index 3088c41..7df7d79 100644 --- a/kernel/drivers/gpu/arm/bifrost/mali_kbase_trace_gpu_mem.c +++ b/kernel/drivers/gpu/arm/bifrost/mali_kbase_trace_gpu_mem.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note /* * - * (C) COPYRIGHT 2020-2021 ARM Limited. All rights reserved. + * (C) COPYRIGHT 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 @@ -51,6 +51,8 @@ * rb_tree is maintained at kbase_device level and kbase_process level * by passing the root of kbase_device or kbase_process we can remove * the node from the tree. + * + * Return: true on success. */ static bool kbase_delete_dma_buf_mapping(struct kbase_context *kctx, struct dma_buf *dma_buf, @@ -100,6 +102,8 @@ * of all unique dma_buf's mapped to gpu memory. So when attach any * dma_buf add it the rb_tree's. To add the unique mapping we need * check if the mapping is not a duplicate and then add them. + * + * Return: true on success */ static bool kbase_capture_dma_buf_mapping(struct kbase_context *kctx, struct dma_buf *dma_buf, -- Gitblit v1.6.2