Home
last modified time | relevance | path

Searched refs:dma_resv_unlock (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/linux/drivers/dma-buf/
H A Dst-dma-resv.c58 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()
H A Ddma-buf.c303 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 …]
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c38 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()
H A Dttm_bo.c196 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()
1013 dma_resv_unlock(bo->base.resv); in ttm_bo_init_reserved()
1151 dma_resv_unlock(bo->base.resv); in ttm_bo_swapout()
[all …]
H A Dttm_bo_vm.c66 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()
H A Dttm_bo_util.c608 dma_resv_unlock(&ghost_obj->base._resv); in ttm_bo_move_to_ghost()
762 dma_resv_unlock(&ghost->base._resv); in ttm_bo_pipeline_gutting()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_exec.c60 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()
H A Ddrm_gem_shmem_helper.c160 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()
618 dma_resv_unlock(shmem->base.resv); in drm_gem_shmem_mmap()
736 dma_resv_unlock(shmem->base.resv); in drm_gem_shmem_get_pages_sgt()
H A Ddrm_gem.c1218 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()
/openbmc/linux/drivers/infiniband/core/
H A Dumem_dmabuf.c209 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()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dgem.c64 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()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c347 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()
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_gem.c45 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()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_prime.c82 dma_resv_unlock(robj); in nouveau_gem_prime_import_sg_table()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_prime.c57 dma_resv_unlock(resv); in radeon_gem_prime_import_sg_table()
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gem_shrinker.c58 dma_resv_unlock(shmem->base.resv); in panfrost_gem_purge()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_page_dirty.c412 dma_resv_unlock(bo->base.resv); in vmw_bo_vm_mkwrite()
465 dma_resv_unlock(bo->base.resv); in vmw_bo_vm_fault()
H A Dvmwgfx_gem.c181 dma_resv_unlock(params.resv); in vmw_prime_import_sg_table()
/openbmc/linux/include/linux/
H A Ddma-resv.h461 static inline void dma_resv_unlock(struct dma_resv *obj) in dma_resv_unlock() function
/openbmc/linux/drivers/gpu/drm/vgem/
H A Dvgem_fence.c167 dma_resv_unlock(resv); in vgem_fence_attach_ioctl()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c1061 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()
/openbmc/linux/include/drm/ttm/
H A Dttm_bo.h329 dma_resv_unlock(bo->base.resv); in ttm_bo_unreserve()
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_gem.c242 dma_resv_unlock(objs->objs[0]->resv); in virtio_gpu_array_unlock_resv()
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_gem.c196 dma_resv_unlock(resv); in lsdc_prime_import_sg_table()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gem.h195 dma_resv_unlock(obj->resv); in msm_gem_unlock()

12