Home
last modified time | relevance | path

Searched refs:__ttm_bo_reserve (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/drm/ttm/
Dttm_bo_driver.h656 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/
Dttm_execbuf_util.c115 ret = __ttm_bo_reserve(bo, intr, (ticket == NULL), ticket); in ttm_eu_reserve_buffers()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.h157 r = __ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in amdgpu_bo_reserve()