Home
last modified time | relevance | path

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

1234

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_bo.c310 bool no_wait_gpu) in ttm_bo_handle_move_mem() argument
367 no_wait_gpu, mem); in ttm_bo_handle_move_mem()
701 bool no_wait_gpu) in ttm_bo_evict() argument
732 no_wait_gpu); in ttm_bo_evict()
743 no_wait_gpu); in ttm_bo_evict()
758 bool no_wait_gpu) in ttm_mem_evict_first() argument
818 bool no_wait_gpu) in ttm_bo_mem_force_space() argument
897 bool no_wait_gpu) in ttm_bo_mem_space() argument
1003 bool no_wait_gpu) in ttm_bo_move_buffer() argument
1073 bool no_wait_gpu) in ttm_bo_validate() argument
[all …]
H A Dttm_bo_util.c53 bool no_wait_gpu, struct ttm_mem_reg *new_mem) in ttm_bo_move_ttm() argument
387 bool evict, bool no_wait_gpu, in ttm_bo_move_memcpy() argument
803 bool no_wait_gpu, in ttm_bo_move_accel_cleanup() argument
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_ttm.c235 bool evict, bool no_wait_gpu, in radeon_move_blit() argument
285 evict, no_wait_gpu, new_mem); in radeon_move_blit()
292 bool no_wait_gpu, in radeon_move_vram_ram() argument
313 interruptible, no_wait_gpu); in radeon_move_vram_ram()
331 r = ttm_bo_move_ttm(bo, true, no_wait_gpu, new_mem); in radeon_move_vram_ram()
339 bool no_wait_gpu, in radeon_move_ram_vram() argument
360 interruptible, no_wait_gpu); in radeon_move_ram_vram()
364 r = ttm_bo_move_ttm(bo, true, no_wait_gpu, &tmp_mem); in radeon_move_ram_vram()
379 bool no_wait_gpu, in radeon_bo_move() argument
408 no_wait_gpu, new_mem); in radeon_bo_move()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_bo_driver.h421 bool no_wait_gpu,
784 bool no_wait_gpu);
1056 bool evict, bool no_wait_gpu,
1078 bool evict, bool no_wait_gpu,
1109 bool evict, bool no_wait_gpu,
H A Dttm_bo_api.h361 bool no_wait_gpu);
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bo.c415 bool no_wait_gpu) in nouveau_bo_validate() argument
420 interruptible, no_wait_gpu); in nouveau_bo_validate()
1015 bool no_wait_gpu, struct ttm_mem_reg *new_mem) in nouveau_bo_move_m2mf() argument
1041 no_wait_gpu, in nouveau_bo_move_m2mf()
1112 bool no_wait_gpu, struct ttm_mem_reg *new_mem) in nouveau_bo_move_flipd() argument
1145 bool no_wait_gpu, struct ttm_mem_reg *new_mem) in nouveau_bo_move_flips() argument
1232 bool no_wait_gpu, struct ttm_mem_reg *new_mem) in nouveau_bo_move() argument
1258 no_wait_gpu, new_mem); in nouveau_bo_move()
1261 no_wait_gpu, new_mem); in nouveau_bo_move()
1264 no_wait_gpu, new_mem); in nouveau_bo_move()
[all …]
H A Dnouveau_bo.h87 bool no_wait_gpu);
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/drm/ttm/
H A Dttm_bo_api.h208 bool no_wait_gpu; member
262 return ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_wait_ctx()
/dports/multimedia/libv4l/linux-5.13-rc2/include/drm/ttm/
H A Dttm_bo_api.h208 bool no_wait_gpu; member
262 return ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_wait_ctx()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/drm/ttm/
H A Dttm_bo_api.h208 bool no_wait_gpu; member
262 return ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu); in ttm_bo_wait_ctx()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/ttm/
H A Dttm_bo.c291 bool interruptible, bool no_wait_gpu, in ttm_bo_cleanup_refs() argument
302 if (ret && !no_wait_gpu) { in ttm_bo_cleanup_refs()
674 ctx->no_wait_gpu, locked); in ttm_mem_evict_first()
695 bool no_wait_gpu) in ttm_bo_add_move_fence() argument
707 if (no_wait_gpu) { in ttm_bo_add_move_fence()
753 return ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu); in ttm_bo_mem_force_space()
823 ret = ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu); in ttm_bo_mem_space()
H A Dttm_resource.c91 .no_wait_gpu = false, in ttm_resource_manager_evict_all()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/ttm/
H A Dttm_bo.c291 bool interruptible, bool no_wait_gpu, in ttm_bo_cleanup_refs() argument
302 if (ret && !no_wait_gpu) { in ttm_bo_cleanup_refs()
674 ctx->no_wait_gpu, locked); in ttm_mem_evict_first()
695 bool no_wait_gpu) in ttm_bo_add_move_fence() argument
707 if (no_wait_gpu) { in ttm_bo_add_move_fence()
753 return ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu); in ttm_bo_mem_force_space()
823 ret = ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu); in ttm_bo_mem_space()
H A Dttm_resource.c91 .no_wait_gpu = false, in ttm_resource_manager_evict_all()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/ttm/
H A Dttm_bo.c291 bool interruptible, bool no_wait_gpu, in ttm_bo_cleanup_refs() argument
302 if (ret && !no_wait_gpu) { in ttm_bo_cleanup_refs()
674 ctx->no_wait_gpu, locked); in ttm_mem_evict_first()
695 bool no_wait_gpu) in ttm_bo_add_move_fence() argument
707 if (no_wait_gpu) { in ttm_bo_add_move_fence()
753 return ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu); in ttm_bo_mem_force_space()
823 ret = ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu); in ttm_bo_mem_space()
H A Dttm_resource.c91 .no_wait_gpu = false, in ttm_resource_manager_evict_all()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_glue.c62 .no_wait_gpu = false}; in vmw_vmt_reserve()
H A Dvmwgfx_simple_resource.c154 .no_wait_gpu = false in vmw_simple_resource_create_ioctl()
H A 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_glue.c62 .no_wait_gpu = false}; in vmw_vmt_reserve()
H A Dvmwgfx_simple_resource.c154 .no_wait_gpu = false in vmw_simple_resource_create_ioctl()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_glue.c62 .no_wait_gpu = false}; in vmw_vmt_reserve()
H A Dvmwgfx_simple_resource.c154 .no_wait_gpu = false in vmw_simple_resource_create_ioctl()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/ast/
H A Dast_ttm.c191 bool no_wait_gpu, in ast_bo_move() argument
195 r = ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in ast_bo_move()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_ttm.c353 bool no_wait_gpu, in qxl_bo_move() argument
361 return ttm_bo_move_memcpy(bo, evict, no_wait_gpu, new_mem); in qxl_bo_move()

1234