Home
last modified time | relevance | path

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

12

/drivers/gpu/drm/nouveau/
Dnouveau_bo.c649 bool no_wait_gpu) in nouveau_bo_validate() argument
651 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in nouveau_bo_validate()
801 bool no_wait_gpu, struct ttm_resource *new_reg) in nouveau_bo_move_m2mf() argument
917 bool no_wait_gpu, struct ttm_resource *new_reg) in nouveau_bo_move_flipd() argument
919 struct ttm_operation_ctx ctx = { intr, no_wait_gpu }; in nouveau_bo_move_flipd()
947 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, &tmp_reg); in nouveau_bo_move_flipd()
959 bool no_wait_gpu, struct ttm_resource *new_reg) in nouveau_bo_move_flips() argument
961 struct ttm_operation_ctx ctx = { intr, no_wait_gpu }; in nouveau_bo_move_flips()
985 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, new_reg); in nouveau_bo_move_flips()
1074 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move()
[all …]
Dnouveau_bo.h97 bool no_wait_gpu);
/drivers/gpu/drm/radeon/
Dradeon_ttm.c154 bool evict, bool no_wait_gpu, in radeon_move_blit() argument
210 bool no_wait_gpu, in radeon_move_vram_ram() argument
213 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in radeon_move_vram_ram()
249 r = radeon_move_blit(bo, true, no_wait_gpu, &tmp_mem, old_mem); in radeon_move_vram_ram()
261 bool no_wait_gpu, in radeon_move_ram_vram() argument
264 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in radeon_move_ram_vram()
289 r = radeon_move_blit(bo, true, no_wait_gpu, new_mem, old_mem); in radeon_move_ram_vram()
307 r = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in radeon_bo_move()
338 ctx->no_wait_gpu, new_mem); in radeon_bo_move()
342 ctx->no_wait_gpu, new_mem); in radeon_bo_move()
[all …]
/drivers/gpu/drm/ttm/
Dttm_bo.c392 bool interruptible, bool no_wait_gpu, in ttm_bo_cleanup_refs() argument
403 if (ret && !no_wait_gpu) { in ttm_bo_cleanup_refs()
782 ctx->no_wait_gpu, locked); in ttm_mem_evict_first()
805 bool no_wait_gpu) in ttm_bo_add_move_fence() argument
817 if (no_wait_gpu) { in ttm_bo_add_move_fence()
862 return ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu); in ttm_bo_mem_force_space()
964 ret = ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu); in ttm_bo_mem_space()
1608 .no_wait_gpu = false in ttm_bo_swapout_all()
Dttm_bo_util.c62 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_ttm()
234 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_memcpy()
443 .no_wait_gpu = false in ttm_bo_kmap_ttm()
Dttm_resource.c91 .no_wait_gpu = false, in ttm_resource_manager_force_list_clean()
Dttm_memory.c291 .no_wait_gpu = false in ttm_shrink_work()
609 if (ctx->no_wait_gpu) in ttm_mem_global_alloc_zone()
Dttm_bo_vm.c337 .no_wait_gpu = false, in ttm_bo_vm_fault_reserved()
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_glue.c62 .no_wait_gpu = false}; in vmw_vmt_reserve()
Dvmwgfx_simple_resource.c154 .no_wait_gpu = false in vmw_simple_resource_create_ioctl()
Dvmwgfx_shader.c599 .no_wait_gpu = false in vmw_dx_shader_add()
727 .no_wait_gpu = false in vmw_user_shader_alloc()
798 .no_wait_gpu = false in vmw_shader_alloc()
Dvmwgfx_validation.c536 .no_wait_gpu = false in vmw_validation_bo_validate_single()
590 .no_wait_gpu = false in vmw_validation_bo_validate()
Dvmwgfx_ttm_buffer.c428 .no_wait_gpu = false in vmw_ttm_map_dma()
815 .no_wait_gpu = false in vmw_bo_create_and_populate()
Dttm_object.c355 .no_wait_gpu = false in ttm_ref_object_add()
717 .no_wait_gpu = false in ttm_prime_handle_to_fd()
Dvmwgfx_streamoutput.c289 .no_wait_gpu = false in vmw_dx_streamoutput_add()
Dvmwgfx_so.c331 .no_wait_gpu = false in vmw_view_add()
Dvmwgfx_blit.c455 .no_wait_gpu = false in vmw_bo_cpu_blit()
Dvmwgfx_cotable.c574 .no_wait_gpu = false in vmw_cotable_alloc()
Dvmwgfx_page_dirty.c240 .no_wait_gpu = false in vmw_bo_dirty_add()
Dvmwgfx_surface.c742 .no_wait_gpu = false in vmw_surface_define_ioctl()
1971 .no_wait_gpu = false in vmw_surface_dirty_alloc()
2084 .no_wait_gpu = false in vmw_gb_surface_define()
Dvmwgfx_fence.c612 .no_wait_gpu = false in vmw_user_fence_create()
Dvmwgfx_context.c737 .no_wait_gpu = false in vmw_context_define()
/drivers/gpu/drm/qxl/
Dqxl_ttm.c163 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in qxl_bo_move()
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.h47 bool no_wait_gpu; member
Damdgpu_object.c528 .no_wait_gpu = bp->no_wait_gpu, in amdgpu_bo_do_create()

12