Lines Matching refs:resv
320 struct dma_resv *resv = dma_buf->resv; in amdgpu_dma_buf_create_obj() local
327 dma_resv_lock(resv, NULL); in amdgpu_dma_buf_create_obj()
339 ttm_bo_type_sg, resv, &gobj, 0); in amdgpu_dma_buf_create_obj()
347 dma_resv_unlock(resv); in amdgpu_dma_buf_create_obj()
351 dma_resv_unlock(resv); in amdgpu_dma_buf_create_obj()
367 struct ww_acquire_ctx *ticket = dma_resv_locking_ctx(obj->resv); in amdgpu_dma_buf_move_notify()
386 struct dma_resv *resv = vm->root.bo->tbo.base.resv; in amdgpu_dma_buf_move_notify() local
393 r = dma_resv_lock(resv, ticket); in amdgpu_dma_buf_move_notify()
402 if (!dma_resv_trylock(resv)) in amdgpu_dma_buf_move_notify()
407 r = dma_resv_reserve_fences(resv, 2); in amdgpu_dma_buf_move_notify()
417 dma_resv_unlock(resv); in amdgpu_dma_buf_move_notify()