Home
last modified time | relevance | path

Searched refs:ttm_bo_reserve (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/ttm/
H A Dttm_bo_vm.c138 ret = ttm_bo_reserve(bo, true, true, NULL); in ttm_bo_vm_fault()
378 ret = ttm_bo_reserve(bo, true, false, NULL); in ttm_bo_vm_access()
558 ret = ttm_bo_reserve(bo, true, true, NULL); in ttm_bo_vm_fault_dfly()
H A Dttm_bo.c1673 ret = ttm_bo_reserve(bo, true, no_wait, NULL); in ttm_bo_synccpu_write_grab()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_object.h68 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in radeon_bo_reserve()
H A Dradeon_object.c849 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in radeon_bo_wait()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_object.h156 r = ttm_bo_reserve(&bo->tbo, !no_intr, false, NULL); in amdgpu_bo_reserve()
/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_bo_driver.h690 static inline int ttm_bo_reserve(struct ttm_buffer_object *bo, in ttm_bo_reserve() function