Home
last modified time | relevance | path

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

/third_party/libdrm/amdgpu/
Damdgpu_vamgr.c47 struct amdgpu_bo_va_hole *n; in amdgpu_vamgr_init()
55 n = calloc(1, sizeof(struct amdgpu_bo_va_hole)); in amdgpu_vamgr_init()
64 struct amdgpu_bo_va_hole *hole, *tmp; in amdgpu_vamgr_deinit()
73 amdgpu_vamgr_subtract_hole(struct amdgpu_bo_va_hole *hole, uint64_t start_va, in amdgpu_vamgr_subtract_hole()
77 struct amdgpu_bo_va_hole *n = calloc(1, sizeof(struct amdgpu_bo_va_hole)); in amdgpu_vamgr_subtract_hole()
105 struct amdgpu_bo_va_hole *hole, *n; in amdgpu_vamgr_find_va()
170 struct amdgpu_bo_va_hole *hole, *next; in amdgpu_vamgr_free_va()
212 next = calloc(1, sizeof(struct amdgpu_bo_va_hole)); in amdgpu_vamgr_free_va()
Damdgpu_internal.h46 struct amdgpu_bo_va_hole { struct