Home
last modified time | relevance | path

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

/linux/drivers/accel/amdxdna/
H A Damdxdna_gem.c61 dev_bo->heap_start_id = heap_id; in amdxdna_init_dev_bo()
136 abo->heap_start_id, abo->heap_end_id) in amdxdna_gem_heap_alloc()
158 abo->heap_start_id, abo->heap_end_id) in amdxdna_gem_heap_free()
745 if (abo->heap_start_id != abo->heap_end_id) in amdxdna_gem_dev_obj_vmap()
748 heap = xa_load(&abo->client->dev_heap_xa, abo->heap_start_id); in amdxdna_gem_dev_obj_vmap()
1148 abo->heap_start_id, abo->heap_end_id) { in amdxdna_gem_pin_nolock()
1157 abo->heap_start_id, last) in amdxdna_gem_pin_nolock()
1183 abo->heap_start_id, abo->heap_end_id) in amdxdna_gem_unpin()
1300 abo->heap_start_id, abo->heap_end_id) { in amdxdna_drm_sync_bo_ioctl()
H A Damdxdna_gem.h49 u32 heap_start_id; member