Lines Matching refs:resv
292 struct dma_resv *resv = dma_buf->resv; in amdgpu_dma_buf_create_obj() local
299 dma_resv_lock(resv, NULL); in amdgpu_dma_buf_create_obj()
312 ttm_bo_type_sg, resv, &gobj, 0); in amdgpu_dma_buf_create_obj()
320 dma_resv_unlock(resv); in amdgpu_dma_buf_create_obj()
324 dma_resv_unlock(resv); in amdgpu_dma_buf_create_obj()
340 struct ww_acquire_ctx *ticket = dma_resv_locking_ctx(obj->resv); in amdgpu_dma_buf_move_notify()
363 struct dma_resv *resv = vm->root.bo->tbo.base.resv; in amdgpu_dma_buf_move_notify() local
370 r = dma_resv_lock(resv, ticket); in amdgpu_dma_buf_move_notify()
379 if (!dma_resv_trylock(resv)) in amdgpu_dma_buf_move_notify()
384 r = dma_resv_reserve_fences(resv, 2); in amdgpu_dma_buf_move_notify()
394 dma_resv_unlock(resv); in amdgpu_dma_buf_move_notify()