Home
last modified time | relevance | path

Searched refs:no_wait_gpu (Results 1 – 12 of 12) 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.c701 if (ctx->no_wait_gpu && in xe_bo_trigger_rebind()
1912 if (ctx->no_wait_gpu) in xe_bo_wait_usage_kernel()
2006 .no_wait_gpu = true, in xe_bo_cpu_fault_fastpath()
2117 .no_wait_gpu = false, in xe_bo_cpu_fault()
2308 .no_wait_gpu = false, in xe_bo_init_locked()
3120 .no_wait_gpu = false, in xe_bo_validate()
3532 .no_wait_gpu = false, in xe_bo_decompress()
3663 .no_wait_gpu = false, in xe_bo_migrate()
3697 if (!tctx->no_wait_gpu) in xe_bo_migrate()
3716 .no_wait_gpu = false, in xe_bo_evict()
H A Dxe_dma_buf.c216 .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.c467 ret = ttm_bo_reserve(bo, ctx->interruptible, ctx->no_wait_gpu, NULL); in ttm_bo_evict_first()
665 bool no_wait_gpu) in ttm_bo_add_pipelined_eviction_fences() argument
676 if (no_wait_gpu) { in ttm_bo_add_pipelined_eviction_fences()
760 ret = ttm_bo_add_pipelined_eviction_fences(bo, man, ctx->no_wait_gpu); in ttm_bo_alloc_resource()
1075 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/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()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm_pt.c473 bp.no_wait_gpu = immediate; in amdgpu_vm_pt_create()