Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
A Dttm_bo_vm.c148 if (!dma_resv_lock_interruptible(bo->base.resv, in ttm_bo_vm_reserve()
157 if (dma_resv_lock_interruptible(bo->base.resv, NULL)) in ttm_bo_vm_reserve()
A Dttm_bo.c653 r = dma_resv_lock_interruptible(busy_bo->base.resv, in ttm_mem_evict_wait_busy()
/linux/include/drm/ttm/
A Dttm_bo_driver.h148 ret = dma_resv_lock_interruptible(bo->base.resv, ticket); in ttm_bo_reserve()
/linux/include/linux/
A Ddma-resv.h328 static inline int dma_resv_lock_interruptible(struct dma_resv *obj, in dma_resv_lock_interruptible() function
/linux/drivers/gpu/drm/virtio/
A Dvirtgpu_gem.c220 ret = dma_resv_lock_interruptible(objs->objs[0]->resv, NULL); in virtio_gpu_array_lock_resv()
/linux/drivers/gpu/drm/msm/
A Dmsm_gem.h184 return dma_resv_lock_interruptible(obj->resv, NULL); in msm_gem_lock_interruptible()
A Dmsm_gem_submit.c269 ret = dma_resv_lock_interruptible(msm_obj->base.resv, in submit_lock_objects()
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_object.h182 ret = dma_resv_lock_interruptible(obj->base.resv, ww ? &ww->ctx : NULL); in __i915_gem_object_lock()
/linux/drivers/gpu/drm/etnaviv/
A Detnaviv_gem_submit.c136 ret = dma_resv_lock_interruptible(obj->resv, ticket); in submit_lock_objects()
/linux/drivers/gpu/drm/
A Ddrm_gem.c1236 ret = dma_resv_lock_interruptible(objs[i]->resv, in drm_gem_lock_reservations()
/linux/drivers/dma-buf/
A Ddma-buf.c1358 ret = dma_resv_lock_interruptible(buf_obj->resv, NULL); in dma_buf_debug_show()
/linux/drivers/gpu/drm/vc4/
A Dvc4_gem.c611 ret = dma_resv_lock_interruptible(bo->resv, acquire_ctx); in vc4_lock_bo_reservations()

Completed in 20 milliseconds