From 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 16 May 2024 03:11:33 +0000 Subject: [PATCH] AX88772C_eeprom and ax8872c build together --- kernel/drivers/gpu/arm/bifrost/csf/mali_kbase_csf_heap_context_alloc.h | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kernel/drivers/gpu/arm/bifrost/csf/mali_kbase_csf_heap_context_alloc.h b/kernel/drivers/gpu/arm/bifrost/csf/mali_kbase_csf_heap_context_alloc.h index 993db63..9aab7ab 100644 --- a/kernel/drivers/gpu/arm/bifrost/csf/mali_kbase_csf_heap_context_alloc.h +++ b/kernel/drivers/gpu/arm/bifrost/csf/mali_kbase_csf_heap_context_alloc.h @@ -47,10 +47,10 @@ /** * kbase_csf_heap_context_allocator_alloc - Allocate a heap context structure * + * @ctx_alloc: Pointer to the heap context allocator. + * * If this function is successful then it returns the address of a * zero-initialized heap context structure for use by the firmware. - * - * @ctx_alloc: Pointer to the heap context allocator. * * Return: GPU virtual address of the allocated heap context or 0 on failure. */ @@ -60,13 +60,13 @@ /** * kbase_csf_heap_context_allocator_free - Free a heap context structure * - * This function returns a heap context structure to the free pool of unused - * contexts for possible reuse by a future call to - * @kbase_csf_heap_context_allocator_alloc. - * * @ctx_alloc: Pointer to the heap context allocator. * @heap_gpu_va: The GPU virtual address of a heap context structure that * was allocated for the firmware. + * + * This function returns a heap context structure to the free pool of unused + * contexts for possible reuse by a future call to + * @kbase_csf_heap_context_allocator_alloc. */ void kbase_csf_heap_context_allocator_free( struct kbase_csf_heap_context_allocator *const ctx_alloc, -- Gitblit v1.6.2