Searched refs:dma_resv_lock_interruptible (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/gpu/drm/ttm/ ! |
H A D | ttm_bo_vm.c | 137 if (!dma_resv_lock_interruptible(bo->base.resv, in ttm_bo_vm_reserve() 146 if (dma_resv_lock_interruptible(bo->base.resv, NULL)) in ttm_bo_vm_reserve()
|
H A D | ttm_bo_util.c | 831 ret = dma_resv_lock_interruptible(resv, arg->ticket); in ttm_lru_walk_ticketlock()
|
/linux/include/linux/ ! |
H A D | dma-resv.h | 369 static inline int dma_resv_lock_interruptible(struct dma_resv *obj, in dma_resv_lock_interruptible() function
|
/linux/drivers/gpu/drm/ ! |
H A D | drm_exec.c | 224 ret = dma_resv_lock_interruptible(obj->resv, &exec->ticket); in drm_exec_lock_obj()
|
H A D | drm_gem_shmem_helper.c | 298 ret = dma_resv_lock_interruptible(shmem->base.resv, NULL); in drm_gem_shmem_pin() 762 ret = dma_resv_lock_interruptible(shmem->base.resv, NULL); in drm_gem_shmem_get_pages_sgt()
|
H A D | drm_gem.c | 1346 ret = dma_resv_lock_interruptible(objs[i]->resv, in drm_gem_lock_reservations()
|
/linux/drivers/gpu/drm/virtio/ ! |
H A D | virtgpu_gem.c | 223 ret = dma_resv_lock_interruptible(objs->objs[0]->resv, NULL); in virtio_gpu_array_lock_resv()
|
/linux/drivers/gpu/drm/msm/ ! |
H A D | msm_gem.h | 340 return dma_resv_lock_interruptible(obj->resv, NULL); in msm_gem_lock_interruptible()
|
/linux/drivers/gpu/drm/i915/gem/ ! |
H A D | i915_gem_object.h | 170 ret = dma_resv_lock_interruptible(obj->base.resv, ww ? &ww->ctx : NULL); in __i915_gem_object_lock()
|
/linux/drivers/gpu/drm/etnaviv/ ! |
H A D | etnaviv_gem_submit.c | 135 ret = dma_resv_lock_interruptible(obj->resv, ticket); in submit_lock_objects()
|
/linux/drivers/iio/ ! |
H A D | industrialio-buffer.c | 1618 return dma_resv_lock_interruptible(dmabuf->resv, NULL); in iio_dma_resv_lock()
|
/linux/drivers/gpu/drm/xe/ ! |
H A D | xe_bo.c | 2829 return dma_resv_lock_interruptible(bo->ttm.base.resv, NULL); in xe_bo_lock()
|
H A D | xe_vm.c | 3829 return dma_resv_lock_interruptible(xe_vm_resv(vm), NULL); in xe_vm_lock()
|
/linux/drivers/usb/gadget/function/ ! |
H A D | f_fs.c | 1428 return dma_resv_lock_interruptible(dmabuf->resv, NULL); in ffs_dma_resv_lock()
|