HomeSort by: relevance | last modified time | path
    Searched refs:amdgpu_bo_va_hole (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/amdgpu/
amdgpu_vamgr.c 47 struct amdgpu_bo_va_hole *n;
55 n = calloc(1, sizeof(struct amdgpu_bo_va_hole));
64 struct amdgpu_bo_va_hole *hole, *tmp;
73 amdgpu_vamgr_subtract_hole(struct amdgpu_bo_va_hole *hole, uint64_t start_va,
77 struct amdgpu_bo_va_hole *n = calloc(1, sizeof(struct amdgpu_bo_va_hole));
105 struct amdgpu_bo_va_hole *hole, *n;
170 struct amdgpu_bo_va_hole *hole, *next;
212 next = calloc(1, sizeof(struct amdgpu_bo_va_hole));
amdgpu_internal.h 46 struct amdgpu_bo_va_hole { struct

Completed in 8 milliseconds