Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-resv.h131 static inline int dma_resv_lock_interruptible(struct dma_resv *obj, in dma_resv_lock_interruptible() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A 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()
H A Dttm_bo.c709 r = dma_resv_lock_interruptible(busy_bo->base.resv, in ttm_mem_evict_wait_busy()
/OK3568_Linux_fs/kernel/include/drm/ttm/
H A Dttm_bo_driver.h502 ret = dma_resv_lock_interruptible(bo->base.resv, ticket); in ttm_bo_reserve()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/
H A Dvirtgpu_gem.c212 ret = dma_resv_lock_interruptible(objs->objs[0]->resv, NULL); in virtio_gpu_array_lock_resv()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.h120 ret = dma_resv_lock_interruptible(obj->base.resv, ww ? &ww->ctx : NULL); in __i915_gem_object_lock()
/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A Drk-dma-heap.c510 ret = dma_resv_lock_interruptible(dmabuf->resv, in rk_dma_heap_dump_dmabuf()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem_submit.c136 ret = dma_resv_lock_interruptible(obj->resv, ticket); in submit_lock_objects()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_gem_submit.c185 ret = dma_resv_lock_interruptible(msm_obj->base.resv, in submit_lock_objects()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_gem.c1274 ret = dma_resv_lock_interruptible(objs[i]->resv, in drm_gem_lock_reservations()
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c1532 ret = dma_resv_lock_interruptible(buf_obj->resv, NULL); in dma_buf_debug_show()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_gem.c611 ret = dma_resv_lock_interruptible(bo->resv, acquire_ctx); in vc4_lock_bo_reservations()