Lines Matching refs:resv
289 struct dma_resv *resv = dma_buf->resv; in amdgpu_dma_buf_create_obj() local
296 dma_resv_lock(resv, NULL); in amdgpu_dma_buf_create_obj()
309 ttm_bo_type_sg, resv, &gobj, 0); in amdgpu_dma_buf_create_obj()
317 dma_resv_unlock(resv); in amdgpu_dma_buf_create_obj()
321 dma_resv_unlock(resv); in amdgpu_dma_buf_create_obj()
337 struct ww_acquire_ctx *ticket = dma_resv_locking_ctx(obj->resv); in amdgpu_dma_buf_move_notify()
360 struct dma_resv *resv = vm->root.bo->tbo.base.resv; in amdgpu_dma_buf_move_notify() local
367 r = dma_resv_lock(resv, ticket); in amdgpu_dma_buf_move_notify()
376 if (!dma_resv_trylock(resv)) in amdgpu_dma_buf_move_notify()
381 r = dma_resv_reserve_fences(resv, 2); in amdgpu_dma_buf_move_notify()
391 dma_resv_unlock(resv); in amdgpu_dma_buf_move_notify()