Home
last modified time | relevance | path

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

/linux/drivers/accel/amdxdna/
H A Damdxdna_gem.c93 dev_bo->heap_end_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()
1148 abo->heap_start_id, abo->heap_end_id) { in amdxdna_gem_pin_nolock()
1155 if (ret && last <= abo->heap_end_id) { 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.h50 u32 heap_end_id; member