Home
last modified time | relevance | path

Searched refs:no_wait_gpu (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_deps.c100 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/drivers/gpu/drm/ttm/
H A Dttm_bo.c464 ret = ttm_bo_reserve(bo, ctx->interruptible, ctx->no_wait_gpu, NULL); in ttm_bo_evict_first()
631 bool no_wait_gpu) in ttm_bo_add_move_fence() argument
643 if (no_wait_gpu) { in ttm_bo_add_move_fence()
719 ret = ttm_bo_add_move_fence(bo, man, ctx->no_wait_gpu); in ttm_bo_alloc_resource()
1033 if (ctx->no_wait_gpu) { in ttm_bo_wait_ctx()
H A Dttm_bo_util.c343 .no_wait_gpu = false in ttm_bo_kmap_ttm()
504 .no_wait_gpu = false in ttm_bo_vmap()
881 else if (!walk->ticket || walk->ctx->no_wait_gpu || in ttm_lru_walk_for_evict()
H A Dttm_resource.c509 .no_wait_gpu = false, in ttm_resource_manager_evict_all()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c423 .no_wait_gpu = false, in i915_ttm_purge()
463 .no_wait_gpu = flags & I915_GEM_OBJECT_SHRINK_NO_GPU_WAIT, in i915_ttm_shrink()
779 .no_wait_gpu = false, in __i915_ttm_get_pages()
1068 .no_wait_gpu = true, /* should be idle already */ in vm_fault_ttm()
1292 .no_wait_gpu = false, in __i915_gem_ttm_object_init()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.h86 bool no_wait_gpu);
H A Dnouveau_bo.c349 .no_wait_gpu = false, in nouveau_bo_init()
705 bool no_wait_gpu) in nouveau_bo_validate() argument
707 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in nouveau_bo_validate()
/linux/include/drm/ttm/
H A Dttm_bo.h185 bool no_wait_gpu; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.h56 bool no_wait_gpu; member
H A Damdgpu_object.c533 .no_wait_gpu = bp->no_wait_gpu, in amdgpu_bo_create()
H A Damdgpu_vm_pt.c470 bp.no_wait_gpu = immediate; in amdgpu_vm_pt_create()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c516 if (ctx->no_wait_gpu && in xe_bo_trigger_rebind()
1303 .no_wait_gpu = false, in ___xe_bo_create_locked()
1902 .no_wait_gpu = false, in xe_bo_validate()
2245 .no_wait_gpu = false, in xe_bo_migrate()
2294 .no_wait_gpu = false, in xe_bo_evict()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c566 .no_wait_gpu = false in vmw_bo_create_and_populate()
H A Dvmwgfx_validation.c501 .no_wait_gpu = false in vmw_validation_bo_validate_single()
H A Dvmwgfx_blit.c552 .no_wait_gpu = false in vmw_bo_cpu_blit()
H A Dvmwgfx_bo.c419 .no_wait_gpu = false, in vmw_bo_init()
H A Dvmwgfx_drv.c1532 .no_wait_gpu = false in vmw_pm_freeze()
/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_pool_test.c27 .no_wait_gpu = false,
H A Dttm_bo_validate_test.c701 ctx_val = { .no_wait_gpu = params->no_gpu_wait }; in ttm_bo_validate_move_fence_not_signaled()