Searched refs:__ttm_bo_reserve (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/drm/ttm/ |
D | ttm_bo_driver.h | 656 static inline int __ttm_bo_reserve(struct ttm_buffer_object *bo, in __ttm_bo_reserve() function 732 ret = __ttm_bo_reserve(bo, interruptible, no_wait, ticket); in ttm_bo_reserve()
|
/Linux-v5.4/drivers/gpu/drm/ttm/ |
D | ttm_execbuf_util.c | 115 ret = __ttm_bo_reserve(bo, intr, (ticket == NULL), ticket); in ttm_eu_reserve_buffers()
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_object.h | 157 r = __ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in amdgpu_bo_reserve()
|