/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 255 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/ |
D | nouveau_bo.c | 549 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 …]
|
D | nouveau_bo.h | 91 bool no_wait_gpu);
|
/Linux-v4.19/drivers/gpu/drm/virtio/ |
D | virtgpu_object.c | 129 .no_wait_gpu = false in virtio_gpu_object_get_sg_table()
|
D | virtgpu_ttm.c | 360 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in virtio_gpu_bo_move()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_simple_resource.c | 154 .no_wait_gpu = false in vmw_simple_resource_create_ioctl()
|
D | vmwgfx_shader.c | 612 .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()
|
D | vmwgfx_mob.c | 245 .no_wait_gpu = false in vmw_otable_batch_setup() 438 .no_wait_gpu = false in vmw_mob_pt_populate()
|
D | vmwgfx_so.c | 334 .no_wait_gpu = false in vmw_view_add()
|
D | vmwgfx_blit.c | 454 .no_wait_gpu = false in vmw_bo_cpu_blit()
|
D | vmwgfx_cotable.c | 578 .no_wait_gpu = false in vmw_cotable_alloc()
|
D | vmwgfx_ttm_buffer.c | 422 .no_wait_gpu = false in vmw_ttm_map_dma()
|
D | vmwgfx_surface.c | 721 .no_wait_gpu = false in vmw_surface_define_ioctl() 1397 .no_wait_gpu = false in vmw_surface_gb_priv_define()
|
D | vmwgfx_context.c | 751 .no_wait_gpu = false in vmw_context_define()
|
D | vmwgfx_fence.c | 607 .no_wait_gpu = false in vmw_user_fence_create()
|
D | vmwgfx_binding.c | 1207 .no_wait_gpu = false in vmw_binding_state_alloc()
|
/Linux-v4.19/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 62 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()
|
D | ttm_memory.c | 297 .no_wait_gpu = false in ttm_shrink_work() 617 if (ctx->no_wait_gpu) in ttm_mem_global_alloc_zone()
|
D | ttm_bo.c | 452 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()
|
D | ttm_object.c | 331 .no_wait_gpu = false in ttm_ref_object_add() 696 .no_wait_gpu = false in ttm_prime_handle_to_fd()
|
D | ttm_bo_vm.c | 232 .no_wait_gpu = false, in ttm_bo_vm_fault()
|
/Linux-v4.19/include/drm/ttm/ |
D | ttm_bo_api.h | 275 bool no_wait_gpu; member
|
/Linux-v4.19/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 330 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in qxl_bo_move()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 506 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()
|
D | amdgpu_object.c | 429 .no_wait_gpu = false, in amdgpu_bo_do_create()
|