Home
last modified time | relevance | path

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

/linux-6.12.1/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_util.c801 ret = dma_resv_lock_interruptible(resv, walk->ticket); in ttm_lru_walk_ticketlock()
/linux-6.12.1/include/linux/
Ddma-resv.h369 static inline int dma_resv_lock_interruptible(struct dma_resv *obj, in dma_resv_lock_interruptible() function
/linux-6.12.1/drivers/gpu/drm/
Ddrm_exec.c222 ret = dma_resv_lock_interruptible(obj->resv, &exec->ticket); in drm_exec_lock_obj()
Ddrm_gem_shmem_helper.c269 ret = dma_resv_lock_interruptible(shmem->base.resv, NULL); in drm_gem_shmem_pin()
735 ret = dma_resv_lock_interruptible(shmem->base.resv, NULL); in drm_gem_shmem_get_pages_sgt()
Ddrm_gem.c1297 ret = dma_resv_lock_interruptible(objs[i]->resv, in drm_gem_lock_reservations()
/linux-6.12.1/include/drm/ttm/
Dttm_bo.h295 ret = dma_resv_lock_interruptible(bo->base.resv, ticket); in ttm_bo_reserve()
/linux-6.12.1/drivers/gpu/drm/virtio/
Dvirtgpu_gem.c221 ret = dma_resv_lock_interruptible(objs->objs[0]->resv, NULL); in virtio_gpu_array_lock_resv()
/linux-6.12.1/drivers/gpu/drm/msm/
Dmsm_gem.h194 return dma_resv_lock_interruptible(obj->resv, NULL); in msm_gem_lock_interruptible()
/linux-6.12.1/drivers/gpu/drm/i915/gem/
Di915_gem_object.h169 ret = dma_resv_lock_interruptible(obj->base.resv, ww ? &ww->ctx : NULL); in __i915_gem_object_lock()
/linux-6.12.1/drivers/gpu/drm/etnaviv/
Detnaviv_gem_submit.c136 ret = dma_resv_lock_interruptible(obj->resv, ticket); in submit_lock_objects()
/linux-6.12.1/drivers/gpu/drm/panfrost/
Dpanfrost_drv.c412 ret = dma_resv_lock_interruptible(bo->base.base.resv, NULL); in panfrost_ioctl_madvise()
/linux-6.12.1/drivers/dma-buf/
Ddma-buf.c1639 ret = dma_resv_lock_interruptible(buf_obj->resv, NULL); in dma_buf_debug_show()
/linux-6.12.1/drivers/gpu/drm/vc4/
Dvc4_gem.c628 ret = dma_resv_lock_interruptible(bo->resv, acquire_ctx); in vc4_lock_bo_reservations()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_bo.c2120 return dma_resv_lock_interruptible(bo->ttm.base.resv, NULL); in xe_bo_lock()
Dxe_vm.c3136 return dma_resv_lock_interruptible(xe_vm_resv(vm), NULL); in xe_vm_lock()
/linux-6.12.1/drivers/iio/
Dindustrialio-buffer.c1618 return dma_resv_lock_interruptible(dmabuf->resv, NULL); in iio_dma_resv_lock()
/linux-6.12.1/drivers/usb/gadget/function/
Df_fs.c1438 return dma_resv_lock_interruptible(dmabuf->resv, NULL); in ffs_dma_resv_lock()