Searched refs:no_wait_gpu (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/ttm/ |
A D | ttm_bo.c | 242 bool interruptible, bool no_wait_gpu, in ttm_bo_cleanup_refs() argument 253 if (ret && !no_wait_gpu) { in ttm_bo_cleanup_refs() 626 ctx->no_wait_gpu, locked); in ttm_mem_evict_first() 690 bool no_wait_gpu) in ttm_bo_add_move_fence() argument 702 if (no_wait_gpu) { in ttm_bo_add_move_fence() 743 return ttm_bo_add_move_fence(bo, man, *mem, ctx->no_wait_gpu); in ttm_bo_mem_force_space() 792 ret = ttm_bo_add_move_fence(bo, man, *mem, ctx->no_wait_gpu); in ttm_bo_mem_space() 1103 if (ctx->no_wait_gpu) { in ttm_bo_wait_ctx()
|
A D | ttm_bo_util.c | 337 .no_wait_gpu = false in ttm_bo_kmap_ttm() 495 .no_wait_gpu = false in ttm_bo_vmap()
|
A D | ttm_bo_vm.c | 222 .no_wait_gpu = false, in ttm_bo_vm_fault_reserved()
|
A D | ttm_resource.c | 414 .no_wait_gpu = false, in ttm_resource_manager_evict_all()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_deps.c | 100 if (ctx->no_wait_gpu && !dma_fence_is_signaled(fence)) { in i915_deps_grow() 139 if (ctx->no_wait_gpu && !dma_fence_is_signaled(*fences)) { in i915_deps_sync()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_ttm.c | 430 .no_wait_gpu = false, in i915_ttm_purge() 470 .no_wait_gpu = flags & I915_GEM_OBJECT_SHRINK_NO_GPU_WAIT, in i915_ttm_shrink() 780 .no_wait_gpu = false, in __i915_ttm_get_pages() 1068 .no_wait_gpu = true, /* should be idle already */ in vm_fault_ttm() 1290 .no_wait_gpu = false, in __i915_gem_ttm_object_init()
|
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_bo.c | 418 .no_wait_gpu = false in vmw_bo_create_kernel() 502 .no_wait_gpu = false in vmw_bo_init()
|
A D | vmwgfx_validation.c | 533 .no_wait_gpu = false in vmw_validation_bo_validate_single() 587 .no_wait_gpu = false in vmw_validation_bo_validate()
|
A D | vmwgfx_blit.c | 456 .no_wait_gpu = false in vmw_bo_cpu_blit()
|
A D | vmwgfx_ttm_buffer.c | 653 .no_wait_gpu = false in vmw_bo_create_and_populate()
|
A D | vmwgfx_drv.c | 1495 .no_wait_gpu = false in vmw_pm_freeze()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_bo.h | 94 bool no_wait_gpu);
|
A D | nouveau_bo.c | 645 bool no_wait_gpu) in nouveau_bo_validate() argument 647 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in nouveau_bo_validate()
|
/linux-6.3-rc2/include/drm/ttm/ |
A D | ttm_bo.h | 180 bool no_wait_gpu; member
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_object.h | 56 bool no_wait_gpu; member
|
A D | amdgpu_object.c | 530 .no_wait_gpu = bp->no_wait_gpu, in amdgpu_bo_create()
|
A D | amdgpu_vm_pt.c | 531 bp.no_wait_gpu = immediate; in amdgpu_vm_pt_create()
|
A D | amdgpu_cs.c | 768 .no_wait_gpu = false, in amdgpu_cs_bo_validate()
|
Completed in 35 milliseconds