/Linux-v6.6/drivers/dma-buf/ |
D | st-dma-resv.c | 58 dma_resv_unlock(&resv); in sanitycheck() 102 dma_resv_unlock(&resv); in test_signaling() 163 dma_resv_unlock(&resv); in test_for_each() 194 dma_resv_unlock(&resv); in test_for_each_unlocked() 199 dma_resv_unlock(&resv); in test_for_each_unlocked() 267 dma_resv_unlock(&resv); in test_get_fences() 272 dma_resv_unlock(&resv); in test_get_fences()
|
D | dma-buf.c | 303 dma_resv_unlock(resv); in dma_buf_poll() 431 dma_resv_unlock(dmabuf->resv); in dma_buf_import_sync_file() 920 dma_resv_unlock(dmabuf->resv); in dma_buf_dynamic_attach() 944 dma_resv_unlock(attach->dmabuf->resv); in dma_buf_dynamic_attach() 960 dma_resv_unlock(attach->dmabuf->resv); in dma_buf_dynamic_attach() 1017 dma_resv_unlock(dmabuf->resv); in dma_buf_detach() 1187 dma_resv_unlock(attach->dmabuf->resv); in dma_buf_map_attachment_unlocked() 1246 dma_resv_unlock(attach->dmabuf->resv); in dma_buf_unmap_attachment_unlocked() 1559 dma_resv_unlock(dmabuf->resv); in dma_buf_vmap_unlocked() 1601 dma_resv_unlock(dmabuf->resv); in dma_buf_vunmap_unlocked() [all …]
|
/Linux-v6.6/drivers/gpu/drm/ttm/ |
D | ttm_execbuf_util.c | 38 dma_resv_unlock(bo->base.resv); in ttm_eu_backoff_reservation_reverse() 54 dma_resv_unlock(bo->base.resv); in ttm_eu_backoff_reservation() 156 dma_resv_unlock(bo->base.resv); in ttm_eu_fence_buffer_objects()
|
D | ttm_bo.c | 196 dma_resv_unlock(&bo->base._resv); in ttm_bo_individualize_resv() 257 dma_resv_unlock(bo->base.resv); in ttm_bo_cleanup_refs() 287 dma_resv_unlock(bo->base.resv); in ttm_bo_cleanup_refs() 296 dma_resv_unlock(bo->base.resv); in ttm_bo_cleanup_refs() 315 dma_resv_unlock(bo->base.resv); in ttm_bo_delayed_delete() 378 dma_resv_unlock(bo->base.resv); in ttm_bo_release() 546 dma_resv_unlock(bo->base.resv); in ttm_bo_evict_swapout_allowable() 584 dma_resv_unlock(busy_bo->base.resv); in ttm_mem_evict_wait_busy() 618 dma_resv_unlock(res->bo->base.resv); in ttm_mem_evict_first() 1010 dma_resv_unlock(bo->base.resv); in ttm_bo_init_reserved() [all …]
|
D | ttm_bo_vm.c | 66 dma_resv_unlock(bo->base.resv); in ttm_bo_vm_fault_idle() 137 dma_resv_unlock(bo->base.resv); in ttm_bo_vm_reserve() 154 dma_resv_unlock(bo->base.resv); in ttm_bo_vm_reserve() 344 dma_resv_unlock(bo->base.resv); in ttm_bo_vm_fault()
|
D | ttm_bo_util.c | 599 dma_resv_unlock(&ghost_obj->base._resv); in ttm_bo_move_to_ghost() 753 dma_resv_unlock(&ghost->base._resv); in ttm_bo_pipeline_gutting()
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_exec.c | 60 dma_resv_unlock(obj->resv); in drm_exec_unlock_all() 183 dma_resv_unlock(obj->resv); in drm_exec_lock_contended() 240 dma_resv_unlock(obj->resv); in drm_exec_lock_obj() 260 dma_resv_unlock(obj->resv); in drm_exec_unlock_obj()
|
D | drm_gem_shmem_helper.c | 160 dma_resv_unlock(shmem->base.resv); in drm_gem_shmem_free() 270 dma_resv_unlock(shmem->base.resv); in drm_gem_shmem_pin() 291 dma_resv_unlock(shmem->base.resv); in drm_gem_shmem_unpin() 534 dma_resv_unlock(shmem->base.resv); in drm_gem_shmem_fault() 556 dma_resv_unlock(shmem->base.resv); in drm_gem_shmem_vm_open() 568 dma_resv_unlock(shmem->base.resv); in drm_gem_shmem_vm_close() 615 dma_resv_unlock(shmem->base.resv); in drm_gem_shmem_mmap() 733 dma_resv_unlock(shmem->base.resv); in drm_gem_shmem_get_pages_sgt()
|
D | drm_gem.c | 1218 dma_resv_unlock(obj->resv); in drm_gem_vmap_unlocked() 1228 dma_resv_unlock(obj->resv); in drm_gem_vunmap_unlocked() 1276 dma_resv_unlock(objs[j]->resv); in drm_gem_lock_reservations() 1279 dma_resv_unlock(objs[contended]->resv); in drm_gem_lock_reservations() 1304 dma_resv_unlock(objs[i]->resv); in drm_gem_unlock_reservations() 1470 dma_resv_unlock(obj->resv); in drm_gem_lru_scan()
|
/Linux-v6.6/drivers/infiniband/core/ |
D | umem_dmabuf.c | 209 dma_resv_unlock(umem_dmabuf->attach->dmabuf->resv); in ib_umem_dmabuf_get_pinned() 216 dma_resv_unlock(umem_dmabuf->attach->dmabuf->resv); in ib_umem_dmabuf_get_pinned() 230 dma_resv_unlock(dmabuf->resv); in ib_umem_dmabuf_release()
|
/Linux-v6.6/drivers/gpu/drm/gma500/ |
D | gem.c | 64 dma_resv_unlock(obj->resv); in psb_gem_pin() 69 dma_resv_unlock(obj->resv); in psb_gem_pin() 106 dma_resv_unlock(obj->resv); in psb_gem_unpin()
|
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_dma_buf.c | 347 dma_resv_unlock(resv); in amdgpu_dma_buf_create_obj() 351 dma_resv_unlock(resv); in amdgpu_dma_buf_create_obj() 417 dma_resv_unlock(resv); in amdgpu_dma_buf_move_notify()
|
/Linux-v6.6/drivers/gpu/drm/lima/ |
D | lima_gem.c | 45 dma_resv_unlock(bo->base.base.resv); in lima_heap_alloc() 59 dma_resv_unlock(bo->base.base.resv); in lima_heap_alloc() 65 dma_resv_unlock(bo->base.base.resv); in lima_heap_alloc()
|
/Linux-v6.6/drivers/gpu/drm/nouveau/ |
D | nouveau_prime.c | 82 dma_resv_unlock(robj); in nouveau_gem_prime_import_sg_table()
|
/Linux-v6.6/drivers/gpu/drm/radeon/ |
D | radeon_prime.c | 57 dma_resv_unlock(resv); in radeon_gem_prime_import_sg_table()
|
/Linux-v6.6/drivers/gpu/drm/panfrost/ |
D | panfrost_gem_shrinker.c | 58 dma_resv_unlock(shmem->base.resv); in panfrost_gem_purge()
|
D | panfrost_mmu.c | 529 dma_resv_unlock(obj->resv); in panfrost_mmu_map_fault_addr() 540 dma_resv_unlock(obj->resv); in panfrost_mmu_map_fault_addr()
|
/Linux-v6.6/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_page_dirty.c | 412 dma_resv_unlock(bo->base.resv); in vmw_bo_vm_mkwrite() 465 dma_resv_unlock(bo->base.resv); in vmw_bo_vm_fault()
|
/Linux-v6.6/include/linux/ |
D | dma-resv.h | 461 static inline void dma_resv_unlock(struct dma_resv *obj) in dma_resv_unlock() function
|
/Linux-v6.6/drivers/gpu/drm/vgem/ |
D | vgem_fence.c | 167 dma_resv_unlock(resv); in vgem_fence_attach_ioctl()
|
/Linux-v6.6/drivers/gpu/drm/i915/gem/ |
D | i915_gem_ttm.c | 1061 dma_resv_unlock(bo->base.resv); in vm_fault_ttm() 1082 dma_resv_unlock(bo->base.resv); in vm_fault_ttm() 1106 dma_resv_unlock(bo->base.resv); in vm_fault_ttm() 1145 dma_resv_unlock(bo->base.resv); in vm_fault_ttm()
|
/Linux-v6.6/include/drm/ttm/ |
D | ttm_bo.h | 329 dma_resv_unlock(bo->base.resv); in ttm_bo_unreserve()
|
/Linux-v6.6/drivers/gpu/drm/virtio/ |
D | virtgpu_gem.c | 242 dma_resv_unlock(objs->objs[0]->resv); in virtio_gpu_array_unlock_resv()
|
/Linux-v6.6/drivers/gpu/drm/loongson/ |
D | lsdc_gem.c | 196 dma_resv_unlock(resv); in lsdc_prime_import_sg_table()
|
/Linux-v6.6/drivers/gpu/drm/msm/ |
D | msm_gem.h | 195 dma_resv_unlock(obj->resv); in msm_gem_unlock()
|