Home
last modified time | relevance | path

Searched refs:heap_gpu_va (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_heap.h33 u64 heap_gpu_va,
38 u64 heap_gpu_va,
H A Dpanthor_heap.c362 * @heap_gpu_va: The GPU address of the heap context.
370 u64 heap_gpu_va, in panthor_heap_return_chunk() argument
373 u64 offset = heap_gpu_va - panthor_kernel_bo_gpuva(pool->gpu_contexts); in panthor_heap_return_chunk()
419 * @heap_gpu_va: The GPU address of the heap context.
432 u64 heap_gpu_va, in panthor_heap_grow() argument
437 u64 offset = heap_gpu_va - panthor_kernel_bo_gpuva(pool->gpu_contexts); in panthor_heap_grow()