Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c242 bool interruptible, bool no_wait_gpu, in ttm_bo_cleanup_refs() argument
253 if (ret && !no_wait_gpu) { in ttm_bo_cleanup_refs()
633 ctx->no_wait_gpu, locked); in ttm_mem_evict_first()
697 bool no_wait_gpu) in ttm_bo_add_move_fence() argument
709 if (no_wait_gpu) { in ttm_bo_add_move_fence()
750 return ttm_bo_add_move_fence(bo, man, *mem, ctx->no_wait_gpu); in ttm_bo_mem_force_space()
799 ret = ttm_bo_add_move_fence(bo, man, *mem, ctx->no_wait_gpu); in ttm_bo_mem_space()
1110 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()
H A Dttm_bo_vm.c222 .no_wait_gpu = false, in ttm_bo_vm_fault_reserved()
H A Dttm_resource.c416 .no_wait_gpu = false, in ttm_resource_manager_evict_all()
/openbmc/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()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c430 .no_wait_gpu = false, in i915_ttm_purge()
470 .no_wait_gpu = flags & I915_GEM_OBJECT_SHRINK_NO_GPU_WAIT, in i915_ttm_shrink()
786 .no_wait_gpu = false, in __i915_ttm_get_pages()
1074 .no_wait_gpu = true, /* should be idle already */ in vm_fault_ttm()
1297 .no_wait_gpu = false, in __i915_gem_ttm_object_init()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.h95 bool no_wait_gpu);
H A Dnouveau_bo.c342 .no_wait_gpu = false, in nouveau_bo_init()
689 bool no_wait_gpu) in nouveau_bo_validate() argument
691 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in nouveau_bo_validate()
/openbmc/linux/include/drm/ttm/
H A Dttm_bo.h180 bool no_wait_gpu; member
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.h56 bool no_wait_gpu; member
H A Damdgpu_object.c549 .no_wait_gpu = bp->no_wait_gpu, in amdgpu_bo_create()
H A Damdgpu_vm_pt.c538 bp.no_wait_gpu = immediate; in amdgpu_vm_pt_create()
H A Damdgpu_cs.c788 .no_wait_gpu = false, in amdgpu_cs_bo_validate()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c598 .no_wait_gpu = false in vmw_bo_create_and_populate()
H A Dvmwgfx_validation.c518 .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.c389 .no_wait_gpu = false, in vmw_bo_init()
H A Dvmwgfx_drv.c1524 .no_wait_gpu = false in vmw_pm_freeze()
/openbmc/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_pool_test.c27 .no_wait_gpu = false,