/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 649 bool no_wait_gpu) in nouveau_bo_validate() argument 651 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in nouveau_bo_validate() 801 bool no_wait_gpu, struct ttm_resource *new_reg) in nouveau_bo_move_m2mf() argument 917 bool no_wait_gpu, struct ttm_resource *new_reg) in nouveau_bo_move_flipd() argument 919 struct ttm_operation_ctx ctx = { intr, no_wait_gpu }; in nouveau_bo_move_flipd() 947 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, &tmp_reg); in nouveau_bo_move_flipd() 959 bool no_wait_gpu, struct ttm_resource *new_reg) in nouveau_bo_move_flips() argument 961 struct ttm_operation_ctx ctx = { intr, no_wait_gpu }; in nouveau_bo_move_flips() 985 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, new_reg); in nouveau_bo_move_flips() 1074 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in nouveau_bo_move() [all …]
|
D | nouveau_bo.h | 97 bool no_wait_gpu);
|
/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 154 bool evict, bool no_wait_gpu, in radeon_move_blit() argument 210 bool no_wait_gpu, in radeon_move_vram_ram() argument 213 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in radeon_move_vram_ram() 249 r = radeon_move_blit(bo, true, no_wait_gpu, &tmp_mem, old_mem); in radeon_move_vram_ram() 261 bool no_wait_gpu, in radeon_move_ram_vram() argument 264 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu }; in radeon_move_ram_vram() 289 r = radeon_move_blit(bo, true, no_wait_gpu, new_mem, old_mem); in radeon_move_ram_vram() 307 r = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in radeon_bo_move() 338 ctx->no_wait_gpu, new_mem); in radeon_bo_move() 342 ctx->no_wait_gpu, new_mem); in radeon_bo_move() [all …]
|
/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 392 bool interruptible, bool no_wait_gpu, in ttm_bo_cleanup_refs() argument 403 if (ret && !no_wait_gpu) { in ttm_bo_cleanup_refs() 782 ctx->no_wait_gpu, locked); in ttm_mem_evict_first() 805 bool no_wait_gpu) in ttm_bo_add_move_fence() argument 817 if (no_wait_gpu) { in ttm_bo_add_move_fence() 862 return ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu); in ttm_bo_mem_force_space() 964 ret = ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu); in ttm_bo_mem_space() 1608 .no_wait_gpu = false in ttm_bo_swapout_all()
|
D | ttm_bo_util.c | 62 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_ttm() 234 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_move_memcpy() 443 .no_wait_gpu = false in ttm_bo_kmap_ttm()
|
D | ttm_resource.c | 91 .no_wait_gpu = false, in ttm_resource_manager_force_list_clean()
|
D | ttm_memory.c | 291 .no_wait_gpu = false in ttm_shrink_work() 609 if (ctx->no_wait_gpu) in ttm_mem_global_alloc_zone()
|
D | ttm_bo_vm.c | 337 .no_wait_gpu = false, in ttm_bo_vm_fault_reserved()
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ttm_glue.c | 62 .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_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_validation.c | 536 .no_wait_gpu = false in vmw_validation_bo_validate_single() 590 .no_wait_gpu = false in vmw_validation_bo_validate()
|
D | vmwgfx_ttm_buffer.c | 428 .no_wait_gpu = false in vmw_ttm_map_dma() 815 .no_wait_gpu = false in vmw_bo_create_and_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_streamoutput.c | 289 .no_wait_gpu = false in vmw_dx_streamoutput_add()
|
D | vmwgfx_so.c | 331 .no_wait_gpu = false in vmw_view_add()
|
D | vmwgfx_blit.c | 455 .no_wait_gpu = false in vmw_bo_cpu_blit()
|
D | vmwgfx_cotable.c | 574 .no_wait_gpu = false in vmw_cotable_alloc()
|
D | vmwgfx_page_dirty.c | 240 .no_wait_gpu = false in vmw_bo_dirty_add()
|
D | vmwgfx_surface.c | 742 .no_wait_gpu = false in vmw_surface_define_ioctl() 1971 .no_wait_gpu = false in vmw_surface_dirty_alloc() 2084 .no_wait_gpu = false in vmw_gb_surface_define()
|
D | vmwgfx_fence.c | 612 .no_wait_gpu = false in vmw_user_fence_create()
|
D | vmwgfx_context.c | 737 .no_wait_gpu = false in vmw_context_define()
|
/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 163 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in qxl_bo_move()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_object.h | 47 bool no_wait_gpu; member
|
D | amdgpu_object.c | 528 .no_wait_gpu = bp->no_wait_gpu, in amdgpu_bo_do_create()
|