Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_ttm.c219 bool evict, bool no_wait_gpu, in radeon_move_blit() argument
275 bool no_wait_gpu, in radeon_move_vram_ram() argument
278 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in radeon_move_vram_ram()
308 r = radeon_move_blit(bo, true, no_wait_gpu, &tmp_mem, old_mem); in radeon_move_vram_ram()
320 bool no_wait_gpu, in radeon_move_ram_vram() argument
323 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in radeon_move_ram_vram()
347 r = radeon_move_blit(bo, true, no_wait_gpu, new_mem, old_mem); in radeon_move_ram_vram()
365 r = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in radeon_bo_move()
396 ctx->no_wait_gpu, new_mem); in radeon_bo_move()
400 ctx->no_wait_gpu, new_mem); in radeon_bo_move()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bo.c602 bool no_wait_gpu) in nouveau_bo_validate() argument
604 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in nouveau_bo_validate()
1212 bool no_wait_gpu, struct ttm_mem_reg *new_reg) in nouveau_bo_move_m2mf() argument
1320 bool no_wait_gpu, struct ttm_mem_reg *new_reg) in nouveau_bo_move_flipd() argument
1322 struct ttm_operation_ctx ctx = { intr, no_wait_gpu }; in nouveau_bo_move_flipd()
1345 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, &tmp_reg); in nouveau_bo_move_flipd()
1357 bool no_wait_gpu, struct ttm_mem_reg *new_reg) in nouveau_bo_move_flips() argument
1359 struct ttm_operation_ctx ctx = { intr, no_wait_gpu }; in nouveau_bo_move_flips()
1382 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, new_reg); in nouveau_bo_move_flips()
1461 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move()
[all …]
H A Dnouveau_bo.h99 bool no_wait_gpu);
/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_bo.c553 bool interruptible, bool no_wait_gpu, in ttm_bo_cleanup_refs() argument
569 if (ret && !no_wait_gpu) { in ttm_bo_cleanup_refs()
906 ctx->no_wait_gpu, locked); in ttm_mem_evict_first()
936 bool no_wait_gpu) in ttm_bo_add_move_fence() argument
948 if (no_wait_gpu) in ttm_bo_add_move_fence()
991 return ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu); in ttm_bo_mem_force_space()
1134 ret = ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu); in ttm_bo_mem_space()
1502 .no_wait_gpu = false, in ttm_bo_force_list_clean()
2004 .no_wait_gpu = false in ttm_bo_swapout_all()
H A Dttm_bo_util.c72 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_ttm()
430 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_memcpy()
688 .no_wait_gpu = false in ttm_bo_kmap_ttm()
H A Dttm_memory.c300 .no_wait_gpu = false in ttm_shrink_work()
639 if (ctx->no_wait_gpu) in ttm_mem_global_alloc_zone()
H A Dttm_bo_vm.c261 .no_wait_gpu = false, in ttm_bo_vm_fault_reserved()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_ttm_glue.c64 .no_wait_gpu = false}; in vmw_vmt_reserve()
H A Dvmwgfx_shader.c604 .no_wait_gpu = false in vmw_dx_shader_add()
732 .no_wait_gpu = false in vmw_user_shader_alloc()
803 .no_wait_gpu = false in vmw_shader_alloc()
H A Dvmwgfx_simple_resource.c159 .no_wait_gpu = false in vmw_simple_resource_create_ioctl()
H A Dvmwgfx_validation.c541 .no_wait_gpu = false in vmw_validation_bo_validate_single()
595 .no_wait_gpu = false in vmw_validation_bo_validate()
H A Dvmwgfx_mob.c248 .no_wait_gpu = false in vmw_otable_batch_setup()
443 .no_wait_gpu = false in vmw_mob_pt_populate()
H A Dttm_object.c362 .no_wait_gpu = false in ttm_ref_object_add()
736 .no_wait_gpu = false in ttm_prime_handle_to_fd()
H A Dvmwgfx_so.c335 .no_wait_gpu = false in vmw_view_add()
H A Dvmwgfx_blit.c459 .no_wait_gpu = false in vmw_bo_cpu_blit()
H A Dvmwgfx_page_dirty.c245 .no_wait_gpu = false in vmw_bo_dirty_add()
H A Dvmwgfx_cotable.c577 .no_wait_gpu = false in vmw_cotable_alloc()
H A Dvmwgfx_surface.c745 .no_wait_gpu = false in vmw_surface_define_ioctl()
1417 .no_wait_gpu = false in vmw_surface_gb_priv_define()
2074 .no_wait_gpu = false in vmw_surface_dirty_alloc()
H A Dvmwgfx_ttm_buffer.c420 .no_wait_gpu = false in vmw_ttm_map_dma()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_bo_api.h298 bool no_wait_gpu; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_object.h49 bool no_wait_gpu; member
H A Damdgpu_object.c525 .no_wait_gpu = bp->no_wait_gpu, in amdgpu_bo_do_create()
H A Damdgpu_ttm.c441 bool evict, bool no_wait_gpu, in amdgpu_move_blit() argument
538 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, &tmp_mem, old_mem); in amdgpu_move_vram_ram()
588 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, new_mem, old_mem); in amdgpu_move_ram_vram()
677 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, in amdgpu_bo_move()
/netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_ttm.c235 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in qxl_bo_move()
/netbsd-src/sys/external/bsd/drm2/ttm/
H A Dttm_bo_vm.c240 .no_wait_gpu = false, in ttm_bo_uvm_fault_reserved()

12