Searched refs:no_wait_gpu (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_shrinker.c | 107 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 D | xe_bo.c | 701 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 D | xe_dma_buf.c | 216 .no_wait_gpu = true, in xe_gem_prime_export()
|
| /linux/drivers/gpu/drm/i915/ |
| H 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/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo.c | 467 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 D | ttm_bo_util.c | 1002 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 D | vmwgfx_ttm_buffer.c | 566 .no_wait_gpu = false in vmw_bo_create_and_populate()
|
| H A D | vmwgfx_validation.c | 502 .no_wait_gpu = false in vmw_validation_bo_validate_single()
|
| H A D | vmwgfx_blit.c | 552 .no_wait_gpu = false in vmw_bo_cpu_blit()
|
| H A D | vmwgfx_bo.c | 413 .no_wait_gpu = false, in vmw_bo_init()
|
| H A D | vmwgfx_drv.c | 1500 .no_wait_gpu = false in vmw_pm_freeze()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vm_pt.c | 473 bp.no_wait_gpu = immediate; in amdgpu_vm_pt_create()
|