Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Ddma-resv.h131 static inline int dma_resv_lock_interruptible(struct dma_resv *obj, in dma_resv_lock_interruptible() function
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_bo_vm.c147 if (!dma_resv_lock_interruptible(bo->base.resv, in ttm_bo_vm_reserve()
156 if (dma_resv_lock_interruptible(bo->base.resv, NULL)) in ttm_bo_vm_reserve()
Dttm_bo.c709 r = dma_resv_lock_interruptible(busy_bo->base.resv, in ttm_mem_evict_wait_busy()
/kernel/linux/linux-5.10/include/drm/ttm/
Dttm_bo_driver.h502 ret = dma_resv_lock_interruptible(bo->base.resv, ticket); in ttm_bo_reserve()
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/
Dvirtgpu_gem.c212 ret = dma_resv_lock_interruptible(objs->objs[0]->resv, NULL); in virtio_gpu_array_lock_resv()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
Di915_gem_object.h120 ret = dma_resv_lock_interruptible(obj->base.resv, ww ? &ww->ctx : NULL); in __i915_gem_object_lock()
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
Detnaviv_gem_submit.c136 ret = dma_resv_lock_interruptible(obj->resv, ticket); in submit_lock_objects()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
Dmsm_gem_submit.c185 ret = dma_resv_lock_interruptible(msm_obj->base.resv, in submit_lock_objects()
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_gem.c1274 ret = dma_resv_lock_interruptible(objs[i]->resv, in drm_gem_lock_reservations()
/kernel/linux/linux-5.10/drivers/dma-buf/
Ddma-buf.c1315 ret = dma_resv_lock_interruptible(buf_obj->resv, NULL); in dma_buf_debug_show()
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
Dvc4_gem.c611 ret = dma_resv_lock_interruptible(bo->resv, acquire_ctx); in vc4_lock_bo_reservations()