Searched refs:no_wait_gpu (Results 1 – 15 of 15) 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 | 698 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 D | xe_dma_buf.c | 220 .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 | 468 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 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/i915/gem/ |
| H A D | i915_gem_ttm.c | 426 .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 D | nouveau_bo.c | 352 .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 D | amdgpu_dma_buf.c | 385 .no_wait_gpu = true, in amdgpu_gem_prime_export()
|
| H A D | amdgpu_cs.c | 803 .no_wait_gpu = false, in amdgpu_cs_bo_validate()
|
| /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()
|