/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 202 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/ |
D | nouveau_bo.c | 579 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 …]
|
D | nouveau_bo.h | 92 bool no_wait_gpu);
|
/Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ttm_glue.c | 42 .no_wait_gpu = false}; in vmw_vmt_reserve()
|
D | vmwgfx_simple_resource.c | 154 .no_wait_gpu = false in vmw_simple_resource_create_ioctl()
|
D | vmwgfx_validation.c | 520 .no_wait_gpu = false in vmw_validation_bo_validate_single() 568 .no_wait_gpu = false in vmw_validation_bo_validate()
|
D | vmwgfx_shader.c | 599 .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()
|
D | vmwgfx_mob.c | 243 .no_wait_gpu = false in vmw_otable_batch_setup() 438 .no_wait_gpu = false in vmw_mob_pt_populate()
|
D | ttm_object.c | 355 .no_wait_gpu = false in ttm_ref_object_add() 717 .no_wait_gpu = false in ttm_prime_handle_to_fd()
|
D | vmwgfx_so.c | 330 .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 | 572 .no_wait_gpu = false in vmw_cotable_alloc()
|
D | vmwgfx_ttm_buffer.c | 415 .no_wait_gpu = false in vmw_ttm_map_dma()
|
D | vmwgfx_surface.c | 715 .no_wait_gpu = false in vmw_surface_define_ioctl() 1373 .no_wait_gpu = false in vmw_surface_gb_priv_define()
|
D | vmwgfx_context.c | 730 .no_wait_gpu = false in vmw_context_define()
|
D | vmwgfx_fence.c | 612 .no_wait_gpu = false in vmw_user_fence_create()
|
D | vmwgfx_binding.c | 1179 .no_wait_gpu = false in vmw_binding_state_alloc()
|
/Linux-v5.4/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() 585 .no_wait_gpu = false in ttm_bo_kmap_ttm()
|
D | ttm_memory.c | 291 .no_wait_gpu = false in ttm_shrink_work() 610 if (ctx->no_wait_gpu) in ttm_mem_global_alloc_zone()
|
D | ttm_bo.c | 546 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()
|
D | ttm_bo_vm.c | 237 .no_wait_gpu = false, in ttm_bo_vm_fault()
|
/Linux-v5.4/include/drm/ttm/ |
D | ttm_bo_api.h | 275 bool no_wait_gpu; member
|
/Linux-v5.4/drivers/gpu/drm/virtio/ |
D | virtgpu_object.c | 205 .no_wait_gpu = false in virtio_gpu_object_get_sg_table()
|
/Linux-v5.4/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 279 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in qxl_bo_move()
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 425 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()
|