Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_ttm.c255 bool evict, bool no_wait_gpu, in radeon_move_blit() argument
311 bool no_wait_gpu, in radeon_move_vram_ram() argument
314 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in radeon_move_vram_ram()
346 r = radeon_move_blit(bo, true, no_wait_gpu, &tmp_mem, old_mem); in radeon_move_vram_ram()
358 bool no_wait_gpu, in radeon_move_ram_vram() argument
361 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in radeon_move_ram_vram()
387 r = radeon_move_blit(bo, true, no_wait_gpu, new_mem, old_mem); in radeon_move_ram_vram()
405 r = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in radeon_bo_move()
436 ctx->no_wait_gpu, new_mem); in radeon_bo_move()
440 ctx->no_wait_gpu, new_mem); in radeon_bo_move()
[all …]
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_bo.c549 bool no_wait_gpu) in nouveau_bo_validate() argument
551 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in nouveau_bo_validate()
1095 bool no_wait_gpu, struct ttm_mem_reg *new_reg) in nouveau_bo_move_m2mf() argument
1200 bool no_wait_gpu, struct ttm_mem_reg *new_reg) in nouveau_bo_move_flipd() argument
1202 struct ttm_operation_ctx ctx = { intr, no_wait_gpu }; in nouveau_bo_move_flipd()
1225 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, &tmp_reg); in nouveau_bo_move_flipd()
1237 bool no_wait_gpu, struct ttm_mem_reg *new_reg) in nouveau_bo_move_flips() argument
1239 struct ttm_operation_ctx ctx = { intr, no_wait_gpu }; in nouveau_bo_move_flips()
1262 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, new_reg); in nouveau_bo_move_flips()
1341 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move()
[all …]
Dnouveau_bo.h91 bool no_wait_gpu);
/Linux-v4.19/drivers/gpu/drm/virtio/
Dvirtgpu_object.c129 .no_wait_gpu = false in virtio_gpu_object_get_sg_table()
Dvirtgpu_ttm.c360 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in virtio_gpu_bo_move()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_simple_resource.c154 .no_wait_gpu = false in vmw_simple_resource_create_ioctl()
Dvmwgfx_shader.c612 .no_wait_gpu = false in vmw_dx_shader_add()
739 .no_wait_gpu = false in vmw_user_shader_alloc()
813 .no_wait_gpu = false in vmw_shader_alloc()
Dvmwgfx_mob.c245 .no_wait_gpu = false in vmw_otable_batch_setup()
438 .no_wait_gpu = false in vmw_mob_pt_populate()
Dvmwgfx_so.c334 .no_wait_gpu = false in vmw_view_add()
Dvmwgfx_blit.c454 .no_wait_gpu = false in vmw_bo_cpu_blit()
Dvmwgfx_cotable.c578 .no_wait_gpu = false in vmw_cotable_alloc()
Dvmwgfx_ttm_buffer.c422 .no_wait_gpu = false in vmw_ttm_map_dma()
Dvmwgfx_surface.c721 .no_wait_gpu = false in vmw_surface_define_ioctl()
1397 .no_wait_gpu = false in vmw_surface_gb_priv_define()
Dvmwgfx_context.c751 .no_wait_gpu = false in vmw_context_define()
Dvmwgfx_fence.c607 .no_wait_gpu = false in vmw_user_fence_create()
Dvmwgfx_binding.c1207 .no_wait_gpu = false in vmw_binding_state_alloc()
/Linux-v4.19/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()
583 .no_wait_gpu = false in ttm_bo_kmap_ttm()
Dttm_memory.c297 .no_wait_gpu = false in ttm_shrink_work()
617 if (ctx->no_wait_gpu) in ttm_mem_global_alloc_zone()
Dttm_bo.c452 bool interruptible, bool no_wait_gpu, in ttm_bo_cleanup_refs() argument
469 if (ret && !no_wait_gpu) { in ttm_bo_cleanup_refs()
754 ctx->no_wait_gpu, locked); in ttm_mem_evict_first()
1309 .no_wait_gpu = false, in ttm_bo_force_list_clean()
1762 .no_wait_gpu = false in ttm_bo_swapout_all()
Dttm_object.c331 .no_wait_gpu = false in ttm_ref_object_add()
696 .no_wait_gpu = false in ttm_prime_handle_to_fd()
Dttm_bo_vm.c232 .no_wait_gpu = false, in ttm_bo_vm_fault()
/Linux-v4.19/include/drm/ttm/
Dttm_bo_api.h275 bool no_wait_gpu; member
/Linux-v4.19/drivers/gpu/drm/qxl/
Dqxl_ttm.c330 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in qxl_bo_move()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c506 bool evict, bool no_wait_gpu, in amdgpu_move_blit() argument
585 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, &tmp_mem, old_mem); in amdgpu_move_vram_ram()
637 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, new_mem, old_mem); in amdgpu_move_ram_vram()
690 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, in amdgpu_bo_move()
Damdgpu_object.c429 .no_wait_gpu = false, in amdgpu_bo_do_create()

12