Searched refs:dma_resv_lock_interruptible (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/ttm/ |
D | ttm_bo_vm.c | 135 if (!dma_resv_lock_interruptible(bo->base.resv, in ttm_bo_vm_reserve() 144 if (dma_resv_lock_interruptible(bo->base.resv, NULL)) in ttm_bo_vm_reserve()
|
D | ttm_bo.c | 573 r = dma_resv_lock_interruptible(busy_bo->base.resv, in ttm_mem_evict_wait_busy()
|
/Linux-v6.6/include/linux/ |
D | dma-resv.h | 369 static inline int dma_resv_lock_interruptible(struct dma_resv *obj, in dma_resv_lock_interruptible() function
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_exec.c | 216 ret = dma_resv_lock_interruptible(obj->resv, &exec->ticket); in drm_exec_lock_obj()
|
D | drm_gem_shmem_helper.c | 266 ret = dma_resv_lock_interruptible(shmem->base.resv, NULL); in drm_gem_shmem_pin() 729 ret = dma_resv_lock_interruptible(shmem->base.resv, NULL); in drm_gem_shmem_get_pages_sgt()
|
D | drm_gem.c | 1270 ret = dma_resv_lock_interruptible(objs[i]->resv, in drm_gem_lock_reservations()
|
/Linux-v6.6/include/drm/ttm/ |
D | ttm_bo.h | 255 ret = dma_resv_lock_interruptible(bo->base.resv, ticket); in ttm_bo_reserve()
|
/Linux-v6.6/drivers/gpu/drm/virtio/ |
D | virtgpu_gem.c | 221 ret = dma_resv_lock_interruptible(objs->objs[0]->resv, NULL); in virtio_gpu_array_lock_resv()
|
/Linux-v6.6/drivers/gpu/drm/msm/ |
D | msm_gem.h | 189 return dma_resv_lock_interruptible(obj->resv, NULL); in msm_gem_lock_interruptible()
|
D | msm_gem_submit.c | 295 ret = dma_resv_lock_interruptible(obj->resv, in submit_lock_objects()
|
/Linux-v6.6/drivers/gpu/drm/i915/gem/ |
D | i915_gem_object.h | 171 ret = dma_resv_lock_interruptible(obj->base.resv, ww ? &ww->ctx : NULL); in __i915_gem_object_lock()
|
/Linux-v6.6/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gem_submit.c | 136 ret = dma_resv_lock_interruptible(obj->resv, ticket); in submit_lock_objects()
|
/Linux-v6.6/drivers/gpu/drm/panfrost/ |
D | panfrost_drv.c | 411 ret = dma_resv_lock_interruptible(bo->base.base.resv, NULL); in panfrost_ioctl_madvise()
|
/Linux-v6.6/drivers/dma-buf/ |
D | dma-buf.c | 1625 ret = dma_resv_lock_interruptible(buf_obj->resv, NULL); in dma_buf_debug_show()
|
/Linux-v6.6/drivers/gpu/drm/vc4/ |
D | vc4_gem.c | 628 ret = dma_resv_lock_interruptible(bo->resv, acquire_ctx); in vc4_lock_bo_reservations()
|