/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | radeon_ttm.c | 219 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 D | nouveau_bo.c | 602 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 D | nouveau_bo.h | 99 bool no_wait_gpu);
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/ |
H A D | ttm_bo.c | 553 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 D | ttm_bo_util.c | 72 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 D | ttm_memory.c | 300 .no_wait_gpu = false in ttm_shrink_work() 639 if (ctx->no_wait_gpu) in ttm_mem_global_alloc_zone()
|
H A D | ttm_bo_vm.c | 261 .no_wait_gpu = false, in ttm_bo_vm_fault_reserved()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
H A D | vmwgfx_ttm_glue.c | 64 .no_wait_gpu = false}; in vmw_vmt_reserve()
|
H A D | vmwgfx_shader.c | 604 .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 D | vmwgfx_simple_resource.c | 159 .no_wait_gpu = false in vmw_simple_resource_create_ioctl()
|
H A D | vmwgfx_validation.c | 541 .no_wait_gpu = false in vmw_validation_bo_validate_single() 595 .no_wait_gpu = false in vmw_validation_bo_validate()
|
H A D | vmwgfx_mob.c | 248 .no_wait_gpu = false in vmw_otable_batch_setup() 443 .no_wait_gpu = false in vmw_mob_pt_populate()
|
H A D | ttm_object.c | 362 .no_wait_gpu = false in ttm_ref_object_add() 736 .no_wait_gpu = false in ttm_prime_handle_to_fd()
|
H A D | vmwgfx_so.c | 335 .no_wait_gpu = false in vmw_view_add()
|
H A D | vmwgfx_blit.c | 459 .no_wait_gpu = false in vmw_bo_cpu_blit()
|
H A D | vmwgfx_page_dirty.c | 245 .no_wait_gpu = false in vmw_bo_dirty_add()
|
H A D | vmwgfx_cotable.c | 577 .no_wait_gpu = false in vmw_cotable_alloc()
|
H A D | vmwgfx_surface.c | 745 .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 D | vmwgfx_ttm_buffer.c | 420 .no_wait_gpu = false in vmw_ttm_map_dma()
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
H A D | ttm_bo_api.h | 298 bool no_wait_gpu; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_object.h | 49 bool no_wait_gpu; member
|
H A D | amdgpu_object.c | 525 .no_wait_gpu = bp->no_wait_gpu, in amdgpu_bo_do_create()
|
H A D | amdgpu_ttm.c | 441 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 D | qxl_ttm.c | 235 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in qxl_bo_move()
|
/netbsd-src/sys/external/bsd/drm2/ttm/ |
H A D | ttm_bo_vm.c | 240 .no_wait_gpu = false, in ttm_bo_uvm_fault_reserved()
|