Home
last modified time | relevance | path

Searched refs:heap_id (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_heap.c373 u32 heap_id = (u32)offset / panthor_heap_ctx_stride(pool->ptdev); in panthor_heap_return_chunk() local
378 if (offset > U32_MAX || heap_id >= MAX_HEAPS_PER_POOL) in panthor_heap_return_chunk()
382 heap = xa_load(&pool->xa, heap_id); in panthor_heap_return_chunk()
437 u32 heap_id = (u32)offset / panthor_heap_ctx_stride(pool->ptdev); in panthor_heap_grow() local
442 if (offset > U32_MAX || heap_id >= MAX_HEAPS_PER_POOL) in panthor_heap_grow()
446 heap = xa_load(&pool->xa, heap_id); in panthor_heap_grow()
/linux-6.15/drivers/gpu/drm/imagination/
H A Dpvr_vm.c1112 for (u32 heap_id = 0; heap_id < ARRAY_SIZE(pvr_heaps); heap_id++) { in pvr_find_heap_containing() local
1114 if (heap_id == DRM_PVR_HEAP_RGNHDR && in pvr_find_heap_containing()
1119 if (pvr_heap_contains_range(&pvr_heaps[heap_id], start, end)) in pvr_find_heap_containing()
1120 return &pvr_heaps[heap_id]; in pvr_find_heap_containing()
/linux-6.15/sound/soc/qcom/qdsp6/
H A Daudioreach.h511 uint32_t heap_id; member