Lines Matching refs:resv
107 dma_resv_assert_held(dmabuf->resv); in amdgpu_dma_buf_pin()
343 struct dma_resv *resv = dma_buf->resv; in amdgpu_dma_buf_create_obj() local
350 dma_resv_lock(resv, NULL); in amdgpu_dma_buf_create_obj()
363 ttm_bo_type_sg, resv, &gobj, 0); in amdgpu_dma_buf_create_obj()
371 dma_resv_unlock(resv); in amdgpu_dma_buf_create_obj()
375 dma_resv_unlock(resv); in amdgpu_dma_buf_create_obj()
391 struct ww_acquire_ctx *ticket = dma_resv_locking_ctx(obj->resv); in amdgpu_dma_buf_move_notify()
414 struct dma_resv *resv = vm->root.bo->tbo.base.resv; in amdgpu_dma_buf_move_notify() local
421 r = dma_resv_lock(resv, ticket); in amdgpu_dma_buf_move_notify()
430 if (!dma_resv_trylock(resv)) in amdgpu_dma_buf_move_notify()
435 r = dma_resv_reserve_fences(resv, 2); in amdgpu_dma_buf_move_notify()
445 dma_resv_unlock(resv); in amdgpu_dma_buf_move_notify()