Searched refs:DMA_RESV_USAGE_KERNEL (Results 1 – 20 of 20) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/ttm/ |
D | ttm_bo_vm.c | 49 if (dma_resv_test_signaled(bo->base.resv, DMA_RESV_USAGE_KERNEL)) in ttm_bo_vm_fault_idle() 64 DMA_RESV_USAGE_KERNEL, true, in ttm_bo_vm_fault_idle() 74 err = dma_resv_wait_timeout(bo->base.resv, DMA_RESV_USAGE_KERNEL, true, in ttm_bo_vm_fault_idle()
|
D | ttm_bo_util.c | 586 DMA_RESV_USAGE_KERNEL); in ttm_bo_move_to_ghost() 653 dma_resv_add_fence(bo->base.resv, fence, DMA_RESV_USAGE_KERNEL); in ttm_bo_move_accel_cleanup()
|
D | ttm_bo.c | 715 dma_resv_add_fence(bo->base.resv, fence, DMA_RESV_USAGE_KERNEL); in ttm_bo_add_move_fence()
|
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm_cpu.c | 80 r = dma_resv_wait_timeout(vmbo->bo.tbo.base.resv, DMA_RESV_USAGE_KERNEL, in amdgpu_vm_cpu_update()
|
D | amdgpu_vm_sdma.c | 239 dma_resv_iter_begin(&cursor, bo->tbo.base.resv, DMA_RESV_USAGE_KERNEL); in amdgpu_vm_sdma_update()
|
D | amdgpu_object.c | 644 DMA_RESV_USAGE_KERNEL); in amdgpu_bo_create() 791 r = dma_resv_wait_timeout(bo->tbo.base.resv, DMA_RESV_USAGE_KERNEL, in amdgpu_bo_kmap()
|
D | amdgpu_uvd.c | 1168 DMA_RESV_USAGE_KERNEL); in amdgpu_uvd_send_msg()
|
D | amdgpu_amdkfd_gpuvm.c | 2806 DMA_RESV_USAGE_KERNEL, fence) { in amdgpu_amdkfd_gpuvm_restore_process_bos()
|
/Linux-v6.6/drivers/gpu/drm/i915/gem/ |
D | i915_gem_clflush.c | 121 DMA_RESV_USAGE_KERNEL); in i915_gem_clflush_object()
|
D | i915_gem_object.c | 909 return dma_resv_get_singleton(obj->base.resv, DMA_RESV_USAGE_KERNEL, in i915_gem_object_get_moving_fence() 932 ret = dma_resv_wait_timeout(obj->base. resv, DMA_RESV_USAGE_KERNEL, in i915_gem_object_wait_moving_fence()
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_gem_atomic_helper.c | 159 usage = fence ? DMA_RESV_USAGE_KERNEL : DMA_RESV_USAGE_WRITE; in drm_gem_plane_helper_prepare_fb()
|
/Linux-v6.6/include/linux/ |
D | dma-resv.h | 84 DMA_RESV_USAGE_KERNEL, enumerator
|
/Linux-v6.6/drivers/infiniband/core/ |
D | umem_dmabuf.c | 73 DMA_RESV_USAGE_KERNEL, in ib_umem_dmabuf_map_pages()
|
/Linux-v6.6/drivers/dma-buf/ |
D | st-dma-resv.c | 309 for (usage = DMA_RESV_USAGE_KERNEL; usage <= DMA_RESV_USAGE_BOOKKEEP; in dma_resv()
|
D | dma-buf.c | 789 DMA_RESV_USAGE_KERNEL, true, in __map_dma_buf()
|
/Linux-v6.6/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_migrate.c | 229 DMA_RESV_USAGE_KERNEL); in __igt_lmem_pages_migrate()
|
D | i915_gem_mman.c | 1233 DMA_RESV_USAGE_KERNEL); in __igt_mmap_migrate()
|
/Linux-v6.6/drivers/gpu/drm/loongson/ |
D | lsdc_ttm.c | 366 ret = dma_resv_wait_timeout(gem->resv, DMA_RESV_USAGE_KERNEL, false, in lsdc_bo_kmap()
|
/Linux-v6.6/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_bo.c | 648 DMA_RESV_USAGE_KERNEL); in vmw_bo_fence_single()
|
/Linux-v6.6/drivers/gpu/drm/radeon/ |
D | radeon_object.c | 224 r = dma_resv_wait_timeout(bo->tbo.base.resv, DMA_RESV_USAGE_KERNEL, in radeon_bo_kmap()
|