Home
last modified time | relevance | path

Searched refs:dma_resv_lock_interruptible (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/ttm/
Dttm_bo_vm.c135 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()
Dttm_bo.c573 r = dma_resv_lock_interruptible(busy_bo->base.resv, in ttm_mem_evict_wait_busy()
/Linux-v6.6/include/linux/
Ddma-resv.h369 static inline int dma_resv_lock_interruptible(struct dma_resv *obj, in dma_resv_lock_interruptible() function
/Linux-v6.6/drivers/gpu/drm/
Ddrm_exec.c216 ret = dma_resv_lock_interruptible(obj->resv, &exec->ticket); in drm_exec_lock_obj()
Ddrm_gem_shmem_helper.c266 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()
Ddrm_gem.c1270 ret = dma_resv_lock_interruptible(objs[i]->resv, in drm_gem_lock_reservations()
/Linux-v6.6/include/drm/ttm/
Dttm_bo.h255 ret = dma_resv_lock_interruptible(bo->base.resv, ticket); in ttm_bo_reserve()
/Linux-v6.6/drivers/gpu/drm/virtio/
Dvirtgpu_gem.c221 ret = dma_resv_lock_interruptible(objs->objs[0]->resv, NULL); in virtio_gpu_array_lock_resv()
/Linux-v6.6/drivers/gpu/drm/msm/
Dmsm_gem.h189 return dma_resv_lock_interruptible(obj->resv, NULL); in msm_gem_lock_interruptible()
Dmsm_gem_submit.c295 ret = dma_resv_lock_interruptible(obj->resv, in submit_lock_objects()
/Linux-v6.6/drivers/gpu/drm/i915/gem/
Di915_gem_object.h171 ret = dma_resv_lock_interruptible(obj->base.resv, ww ? &ww->ctx : NULL); in __i915_gem_object_lock()
/Linux-v6.6/drivers/gpu/drm/etnaviv/
Detnaviv_gem_submit.c136 ret = dma_resv_lock_interruptible(obj->resv, ticket); in submit_lock_objects()
/Linux-v6.6/drivers/gpu/drm/panfrost/
Dpanfrost_drv.c411 ret = dma_resv_lock_interruptible(bo->base.base.resv, NULL); in panfrost_ioctl_madvise()
/Linux-v6.6/drivers/dma-buf/
Ddma-buf.c1625 ret = dma_resv_lock_interruptible(buf_obj->resv, NULL); in dma_buf_debug_show()
/Linux-v6.6/drivers/gpu/drm/vc4/
Dvc4_gem.c628 ret = dma_resv_lock_interruptible(bo->resv, acquire_ctx); in vc4_lock_bo_reservations()