/linux-6.6.21/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() 918 dma_resv_lock(dmabuf->resv, NULL); in dma_buf_dynamic_attach() 930 dma_resv_lock(attach->dmabuf->resv, NULL); in dma_buf_dynamic_attach() 1006 dma_resv_lock(dmabuf->resv, NULL); in dma_buf_detach() 1185 dma_resv_lock(attach->dmabuf->resv, NULL); in dma_buf_map_attachment_unlocked() 1244 dma_resv_lock(attach->dmabuf->resv, NULL); in dma_buf_unmap_attachment_unlocked() 1557 dma_resv_lock(dmabuf->resv, NULL); in dma_buf_vmap_unlocked() 1599 dma_resv_lock(dmabuf->resv, NULL); in dma_buf_vunmap_unlocked()
|
D | dma-resv.c | 782 ret = dma_resv_lock(&obj, &ctx); in dma_resv_lockdep()
|
/linux-6.6.21/drivers/gpu/drm/ |
D | drm_gem_shmem_helper.c | 145 dma_resv_lock(shmem->base.resv, NULL); in drm_gem_shmem_free() 289 dma_resv_lock(shmem->base.resv, NULL); in drm_gem_shmem_unpin() 522 dma_resv_lock(shmem->base.resv, NULL); in drm_gem_shmem_fault() 546 dma_resv_lock(shmem->base.resv, NULL); in drm_gem_shmem_vm_open() 566 dma_resv_lock(shmem->base.resv, NULL); in drm_gem_shmem_vm_close() 613 dma_resv_lock(shmem->base.resv, NULL); in drm_gem_shmem_mmap()
|
D | drm_exec.c | 218 ret = dma_resv_lock(obj->resv, &exec->ticket); in drm_exec_lock_obj()
|
D | drm_gem.c | 1216 dma_resv_lock(obj->resv, NULL); in drm_gem_vmap_unlocked() 1226 dma_resv_lock(obj->resv, NULL); in drm_gem_vunmap_unlocked()
|
D | drm_mode_config.c | 455 ret = dma_resv_lock(&resv, &resv_ctx); in drmm_mode_config_init()
|
/linux-6.6.21/drivers/infiniband/core/ |
D | umem_dmabuf.c | 200 dma_resv_lock(umem_dmabuf->attach->dmabuf->resv, NULL); in ib_umem_dmabuf_get_pinned() 226 dma_resv_lock(dmabuf->resv, NULL); in ib_umem_dmabuf_release()
|
/linux-6.6.21/Documentation/gpu/rfc/ |
D | i915_gem_lmem.rst | 16 * dma_resv_lockitem for full dma_resv_lock, i.e not just trylock
|
/linux-6.6.21/drivers/gpu/drm/nouveau/ |
D | nouveau_prime.c | 51 dma_resv_lock(robj, NULL); in nouveau_gem_prime_import_sg_table()
|
/linux-6.6.21/drivers/gpu/drm/radeon/ |
D | radeon_prime.c | 54 dma_resv_lock(resv, NULL); in radeon_gem_prime_import_sg_table()
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_dma_buf.c | 327 dma_resv_lock(resv, NULL); in amdgpu_dma_buf_create_obj() 393 r = dma_resv_lock(resv, ticket); in amdgpu_dma_buf_move_notify()
|
D | amdgpu_vm_pt.c | 555 WARN_ON(dma_resv_lock(bo->tbo.base.resv, in amdgpu_vm_pt_create()
|
/linux-6.6.21/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.6.21/include/linux/ |
D | dma-resv.h | 342 static inline int dma_resv_lock(struct dma_resv *obj, in dma_resv_lock() function
|
/linux-6.6.21/drivers/gpu/drm/vgem/ |
D | vgem_fence.c | 162 dma_resv_lock(resv, NULL); in vgem_fence_attach_ioctl()
|
/linux-6.6.21/include/drm/ttm/ |
D | ttm_bo.h | 257 ret = dma_resv_lock(bo->base.resv, ticket); in ttm_bo_reserve()
|
/linux-6.6.21/drivers/gpu/drm/msm/ |
D | msm_gem.h | 183 dma_resv_lock(obj->resv, NULL); in msm_gem_lock()
|
/linux-6.6.21/drivers/gpu/drm/loongson/ |
D | lsdc_gem.c | 193 dma_resv_lock(resv, NULL); in lsdc_prime_import_sg_table()
|
/linux-6.6.21/drivers/gpu/drm/i915/ |
D | i915_vma.h | 280 dma_resv_lock(vma->obj->base.resv, NULL); in i915_vma_lock()
|
/linux-6.6.21/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 313 dma_resv_lock(bo->base.resv, NULL); in ttm_bo_delayed_delete() 576 r = dma_resv_lock(busy_bo->base.resv, ticket); in ttm_mem_evict_wait_busy()
|
/linux-6.6.21/drivers/gpu/drm/lima/ |
D | lima_gem.c | 37 dma_resv_lock(bo->base.base.resv, NULL); in lima_heap_alloc()
|
/linux-6.6.21/drivers/gpu/drm/i915/gem/ |
D | i915_gem_object.h | 173 ret = dma_resv_lock(obj->base.resv, ww ? &ww->ctx : NULL); in __i915_gem_object_lock()
|
/linux-6.6.21/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gem.c | 444 r = dma_resv_lock(robj, NULL); in etnaviv_gem_describe()
|
/linux-6.6.21/drivers/gpu/drm/panfrost/ |
D | panfrost_mmu.c | 471 dma_resv_lock(obj->resv, NULL); in panfrost_mmu_map_fault_addr()
|