Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_ttm.c202 bool evict, bool no_wait_gpu, in radeon_move_blit() argument
258 bool no_wait_gpu, in radeon_move_vram_ram() argument
261 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in radeon_move_vram_ram()
291 r = radeon_move_blit(bo, true, no_wait_gpu, &tmp_mem, old_mem); in radeon_move_vram_ram()
303 bool no_wait_gpu, in radeon_move_ram_vram() argument
306 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in radeon_move_ram_vram()
330 r = radeon_move_blit(bo, true, no_wait_gpu, new_mem, old_mem); in radeon_move_ram_vram()
348 r = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in radeon_bo_move()
379 ctx->no_wait_gpu, new_mem); in radeon_bo_move()
383 ctx->no_wait_gpu, new_mem); in radeon_bo_move()
[all …]
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_bo.c579 bool no_wait_gpu) in nouveau_bo_validate() argument
581 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in nouveau_bo_validate()
1125 bool no_wait_gpu, struct ttm_mem_reg *new_reg) in nouveau_bo_move_m2mf() argument
1232 bool no_wait_gpu, struct ttm_mem_reg *new_reg) in nouveau_bo_move_flipd() argument
1234 struct ttm_operation_ctx ctx = { intr, no_wait_gpu }; in nouveau_bo_move_flipd()
1257 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, &tmp_reg); in nouveau_bo_move_flipd()
1269 bool no_wait_gpu, struct ttm_mem_reg *new_reg) in nouveau_bo_move_flips() argument
1271 struct ttm_operation_ctx ctx = { intr, no_wait_gpu }; in nouveau_bo_move_flips()
1294 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, new_reg); in nouveau_bo_move_flips()
1373 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move()
[all …]
Dnouveau_bo.h92 bool no_wait_gpu);
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_glue.c42 .no_wait_gpu = false}; in vmw_vmt_reserve()
Dvmwgfx_simple_resource.c154 .no_wait_gpu = false in vmw_simple_resource_create_ioctl()
Dvmwgfx_validation.c520 .no_wait_gpu = false in vmw_validation_bo_validate_single()
568 .no_wait_gpu = false in vmw_validation_bo_validate()
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_mob.c243 .no_wait_gpu = false in vmw_otable_batch_setup()
438 .no_wait_gpu = false in vmw_mob_pt_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_so.c330 .no_wait_gpu = false in vmw_view_add()
Dvmwgfx_blit.c454 .no_wait_gpu = false in vmw_bo_cpu_blit()
Dvmwgfx_cotable.c572 .no_wait_gpu = false in vmw_cotable_alloc()
Dvmwgfx_ttm_buffer.c415 .no_wait_gpu = false in vmw_ttm_map_dma()
Dvmwgfx_surface.c715 .no_wait_gpu = false in vmw_surface_define_ioctl()
1373 .no_wait_gpu = false in vmw_surface_gb_priv_define()
Dvmwgfx_context.c730 .no_wait_gpu = false in vmw_context_define()
Dvmwgfx_fence.c612 .no_wait_gpu = false in vmw_user_fence_create()
Dvmwgfx_binding.c1179 .no_wait_gpu = false in vmw_binding_state_alloc()
/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_bo_util.c62 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_ttm()
373 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_memcpy()
585 .no_wait_gpu = false in ttm_bo_kmap_ttm()
Dttm_memory.c291 .no_wait_gpu = false in ttm_shrink_work()
610 if (ctx->no_wait_gpu) in ttm_mem_global_alloc_zone()
Dttm_bo.c546 bool interruptible, bool no_wait_gpu, in ttm_bo_cleanup_refs() argument
563 if (ret && !no_wait_gpu) { in ttm_bo_cleanup_refs()
894 ctx->no_wait_gpu, locked); in ttm_mem_evict_first()
1480 .no_wait_gpu = false, in ttm_bo_force_list_clean()
1951 .no_wait_gpu = false in ttm_bo_swapout_all()
Dttm_bo_vm.c237 .no_wait_gpu = false, in ttm_bo_vm_fault()
/Linux-v5.4/include/drm/ttm/
Dttm_bo_api.h275 bool no_wait_gpu; member
/Linux-v5.4/drivers/gpu/drm/virtio/
Dvirtgpu_object.c205 .no_wait_gpu = false in virtio_gpu_object_get_sg_table()
/Linux-v5.4/drivers/gpu/drm/qxl/
Dqxl_ttm.c279 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in qxl_bo_move()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c425 bool evict, bool no_wait_gpu, in amdgpu_move_blit() argument
525 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, &tmp_mem, old_mem); in amdgpu_move_vram_ram()
578 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, new_mem, old_mem); in amdgpu_move_ram_vram()
667 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, in amdgpu_bo_move()

12