Home
last modified time | relevance | path

Searched refs:dma_resv_lock (Results 1 – 22 of 22) sorted by relevance

/linux-6.1.9/drivers/dma-buf/
Dst-dma-resv.c54 r = dma_resv_lock(&resv, NULL); in sanitycheck()
77 r = dma_resv_lock(&resv, NULL); in test_signaling()
124 r = dma_resv_lock(&resv, NULL); in test_for_each()
185 r = dma_resv_lock(&resv, NULL); in test_for_each_unlocked()
258 r = dma_resv_lock(&resv, NULL); in test_get_fences()
Ddma-buf.c255 dma_resv_lock(resv, NULL); in dma_buf_poll()
423 dma_resv_lock(dmabuf->resv, NULL); in dma_buf_import_sync_file()
855 dma_resv_lock(dmabuf->resv, NULL); in dma_buf_dynamic_attach()
868 dma_resv_lock(attach->dmabuf->resv, NULL); in dma_buf_dynamic_attach()
947 dma_resv_lock(attach->dmabuf->resv, NULL); in dma_buf_detach()
957 dma_resv_lock(dmabuf->resv, NULL); in dma_buf_detach()
Ddma-resv.c750 ret = dma_resv_lock(&obj, &ctx); in dma_resv_lockdep()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_gem_ttm_helper.c69 dma_resv_lock(gem->resv, NULL); in drm_gem_ttm_vmap()
90 dma_resv_lock(gem->resv, NULL); in drm_gem_ttm_vunmap()
Ddrm_mode_config.c447 ret = dma_resv_lock(&resv, &resv_ctx); in drmm_mode_config_init()
/linux-6.1.9/drivers/infiniband/core/
Dumem_dmabuf.c199 dma_resv_lock(umem_dmabuf->attach->dmabuf->resv, NULL); in ib_umem_dmabuf_get_pinned()
225 dma_resv_lock(dmabuf->resv, NULL); in ib_umem_dmabuf_release()
/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_prime.c50 dma_resv_lock(robj, NULL); in nouveau_gem_prime_import_sg_table()
/linux-6.1.9/Documentation/gpu/rfc/
Di915_gem_lmem.rst16 * dma_resv_lockitem for full dma_resv_lock, i.e not just trylock
/linux-6.1.9/drivers/gpu/drm/radeon/
Dradeon_prime.c52 dma_resv_lock(resv, NULL); in radeon_gem_prime_import_sg_table()
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dma_buf.c326 dma_resv_lock(resv, NULL); in amdgpu_dma_buf_create_obj()
390 r = dma_resv_lock(resv, ticket); in amdgpu_dma_buf_move_notify()
Damdgpu_vm_pt.c546 WARN_ON(dma_resv_lock(bo->tbo.base.resv, in amdgpu_vm_pt_create()
/linux-6.1.9/include/drm/ttm/
Dttm_bo_driver.h123 ret = dma_resv_lock(bo->base.resv, ticket); in ttm_bo_reserve()
/linux-6.1.9/drivers/gpu/drm/gma500/
Dgem.c38 ret = dma_resv_lock(obj->resv, NULL); in psb_gem_pin()
82 ret = dma_resv_lock(obj->resv, NULL); in psb_gem_unpin()
/linux-6.1.9/include/linux/
Ddma-resv.h342 static inline int dma_resv_lock(struct dma_resv *obj, in dma_resv_lock() function
/linux-6.1.9/drivers/gpu/drm/vgem/
Dvgem_fence.c162 dma_resv_lock(resv, NULL); in vgem_fence_attach_ioctl()
/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_gem.h185 dma_resv_lock(obj->resv, NULL); in msm_gem_lock()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_vma.h233 dma_resv_lock(vma->obj->base.resv, NULL); in i915_vma_lock()
/linux-6.1.9/drivers/gpu/drm/ttm/
Dttm_bo.c328 dma_resv_lock(bo->base.resv, NULL); in ttm_bo_delayed_delete()
600 r = dma_resv_lock(busy_bo->base.resv, ticket); in ttm_mem_evict_wait_busy()
/linux-6.1.9/drivers/gpu/drm/i915/gem/
Di915_gem_object.h183 ret = dma_resv_lock(obj->base.resv, ww ? &ww->ctx : NULL); in __i915_gem_object_lock()
/linux-6.1.9/drivers/gpu/drm/etnaviv/
Detnaviv_gem.c443 r = dma_resv_lock(robj, NULL); in etnaviv_gem_describe()
/linux-6.1.9/Documentation/gpu/
Dtodo.rst174 Move Buffer Object Locking to dma_resv_lock()
183 dma_resv_lock(). This lock needs to be called as the outermost lock, with all
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dodp.c702 dma_resv_lock(umem_dmabuf->attach->dmabuf->resv, NULL); in pagefault_dmabuf_mr()