Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_shrinker.c107 bool no_wait_gpu = true; in xe_shrinker_walk() local
111 swap(no_wait_gpu, ctx->no_wait_gpu); in xe_shrinker_walk()
114 swap(no_wait_gpu, ctx->no_wait_gpu); in xe_shrinker_walk()
119 if (!ctx->no_wait_gpu) { in xe_shrinker_walk()
206 .no_wait_gpu = ttm_bo_shrink_avoid_wait(), in xe_shrinker_scan()
212 .writeback = !ctx.no_wait_gpu && (sc->gfp_mask & __GFP_IO), in xe_shrinker_scan()
H A Dxe_bo.c698 if (ctx->no_wait_gpu && in xe_bo_trigger_rebind()
1788 if (ctx->no_wait_gpu) in xe_bo_wait_usage_kernel()
1882 .no_wait_gpu = true, in xe_bo_cpu_fault_fastpath()
1983 .no_wait_gpu = false, in xe_bo_cpu_fault()
2140 .no_wait_gpu = false, in xe_bo_init_locked()
2945 .no_wait_gpu = false, in xe_bo_validate()
3430 .no_wait_gpu = false, in xe_bo_migrate()
3464 if (!tctx->no_wait_gpu) in xe_bo_migrate()
3483 .no_wait_gpu = false, in xe_bo_evict()
H A Dxe_dma_buf.c220 .no_wait_gpu = true, in xe_gem_prime_export()
/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.c468 ret = ttm_bo_reserve(bo, ctx->interruptible, ctx->no_wait_gpu, NULL); in ttm_bo_evict_first()
666 bool no_wait_gpu) in ttm_bo_add_pipelined_eviction_fences() argument
677 if (no_wait_gpu) { in ttm_bo_add_pipelined_eviction_fences()
761 ret = ttm_bo_add_pipelined_eviction_fences(bo, man, ctx->no_wait_gpu); in ttm_bo_alloc_resource()
1076 if (ctx->no_wait_gpu) { in ttm_bo_wait_ctx()
H A Dttm_bo_util.c1002 else if (!arg->ticket || arg->ctx->no_wait_gpu || arg->trylock_only) in __ttm_bo_lru_cursor_next()
1152 (!ctx->no_wait_gpu || in ttm_bo_shrink_suitable()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c426 .no_wait_gpu = false, in i915_ttm_purge()
466 .no_wait_gpu = flags & I915_GEM_OBJECT_SHRINK_NO_GPU_WAIT, in i915_ttm_shrink()
782 .no_wait_gpu = false, in __i915_ttm_get_pages()
1071 .no_wait_gpu = true, /* should be idle already */ in vm_fault_ttm()
1295 .no_wait_gpu = false, in __i915_gem_ttm_object_init()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c352 .no_wait_gpu = false, in nouveau_bo_init()
785 bool no_wait_gpu) in nouveau_bo_validate() argument
787 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in nouveau_bo_validate()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c385 .no_wait_gpu = true, in amdgpu_gem_prime_export()
H A Damdgpu_cs.c803 .no_wait_gpu = false, in amdgpu_cs_bo_validate()
/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.c502 .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.c413 .no_wait_gpu = false, in vmw_bo_init()
H A Dvmwgfx_drv.c1500 .no_wait_gpu = false in vmw_pm_freeze()