/linux-6.1.9/drivers/dma-buf/ |
D | st-dma-resv.c | 54 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()
|
D | dma-buf.c | 255 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()
|
D | dma-resv.c | 750 ret = dma_resv_lock(&obj, &ctx); in dma_resv_lockdep()
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_gem_ttm_helper.c | 69 dma_resv_lock(gem->resv, NULL); in drm_gem_ttm_vmap() 90 dma_resv_lock(gem->resv, NULL); in drm_gem_ttm_vunmap()
|
D | drm_mode_config.c | 447 ret = dma_resv_lock(&resv, &resv_ctx); in drmm_mode_config_init()
|
/linux-6.1.9/drivers/infiniband/core/ |
D | umem_dmabuf.c | 199 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/ |
D | nouveau_prime.c | 50 dma_resv_lock(robj, NULL); in nouveau_gem_prime_import_sg_table()
|
/linux-6.1.9/Documentation/gpu/rfc/ |
D | i915_gem_lmem.rst | 16 * dma_resv_lockitem for full dma_resv_lock, i.e not just trylock
|
/linux-6.1.9/drivers/gpu/drm/radeon/ |
D | radeon_prime.c | 52 dma_resv_lock(resv, NULL); in radeon_gem_prime_import_sg_table()
|
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_dma_buf.c | 326 dma_resv_lock(resv, NULL); in amdgpu_dma_buf_create_obj() 390 r = dma_resv_lock(resv, ticket); in amdgpu_dma_buf_move_notify()
|
D | amdgpu_vm_pt.c | 546 WARN_ON(dma_resv_lock(bo->tbo.base.resv, in amdgpu_vm_pt_create()
|
/linux-6.1.9/include/drm/ttm/ |
D | ttm_bo_driver.h | 123 ret = dma_resv_lock(bo->base.resv, ticket); in ttm_bo_reserve()
|
/linux-6.1.9/drivers/gpu/drm/gma500/ |
D | gem.c | 38 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/ |
D | dma-resv.h | 342 static inline int dma_resv_lock(struct dma_resv *obj, in dma_resv_lock() function
|
/linux-6.1.9/drivers/gpu/drm/vgem/ |
D | vgem_fence.c | 162 dma_resv_lock(resv, NULL); in vgem_fence_attach_ioctl()
|
/linux-6.1.9/drivers/gpu/drm/msm/ |
D | msm_gem.h | 185 dma_resv_lock(obj->resv, NULL); in msm_gem_lock()
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | i915_vma.h | 233 dma_resv_lock(vma->obj->base.resv, NULL); in i915_vma_lock()
|
/linux-6.1.9/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 328 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/ |
D | i915_gem_object.h | 183 ret = dma_resv_lock(obj->base.resv, ww ? &ww->ctx : NULL); in __i915_gem_object_lock()
|
/linux-6.1.9/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gem.c | 443 r = dma_resv_lock(robj, NULL); in etnaviv_gem_describe()
|
/linux-6.1.9/Documentation/gpu/ |
D | todo.rst | 174 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/ |
D | odp.c | 702 dma_resv_lock(umem_dmabuf->attach->dmabuf->resv, NULL); in pagefault_dmabuf_mr()
|