HomeSort by: relevance | last modified time | path
    Searched refs:no_wait_gpu (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ttm_glue.c 64 .no_wait_gpu = false};
vmwgfx_simple_resource.c 159 .no_wait_gpu = false
ttm_object.c 362 .no_wait_gpu = false
736 .no_wait_gpu = false
vmwgfx_mob.c 248 .no_wait_gpu = false
443 .no_wait_gpu = false
vmwgfx_validation.c 541 .no_wait_gpu = false
595 .no_wait_gpu = false
vmwgfx_so.c 335 .no_wait_gpu = false
vmwgfx_shader.c 604 .no_wait_gpu = false
732 .no_wait_gpu = false
803 .no_wait_gpu = false
vmwgfx_blit.c 459 .no_wait_gpu = false
vmwgfx_cotable.c 577 .no_wait_gpu = false
vmwgfx_page_dirty.c 245 .no_wait_gpu = false
vmwgfx_surface.c 745 .no_wait_gpu = false
1417 .no_wait_gpu = false
2074 .no_wait_gpu = false
vmwgfx_ttm_buffer.c 420 .no_wait_gpu = false
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ttm.c 219 bool evict, bool no_wait_gpu,
275 bool no_wait_gpu,
278 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu };
308 r = radeon_move_blit(bo, true, no_wait_gpu, &tmp_mem, old_mem);
320 bool no_wait_gpu,
323 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu };
347 r = radeon_move_blit(bo, true, no_wait_gpu, new_mem, old_mem);
365 r = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
396 ctx->no_wait_gpu, new_mem);
400 ctx->no_wait_gpu, new_mem)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_bo.c 604 bool no_wait_gpu)
606 struct ttm_operation_ctx ctx = { interruptible, no_wait_gpu };
1214 bool no_wait_gpu, struct ttm_mem_reg *new_reg)
1322 bool no_wait_gpu, struct ttm_mem_reg *new_reg)
1324 struct ttm_operation_ctx ctx = { intr, no_wait_gpu };
1347 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, &tmp_reg);
1359 bool no_wait_gpu, struct ttm_mem_reg *new_reg)
1361 struct ttm_operation_ctx ctx = { intr, no_wait_gpu };
1384 ret = nouveau_bo_move_m2mf(bo, true, intr, no_wait_gpu, new_reg);
1463 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
    [all...]
nouveau_bo.h 99 bool no_wait_gpu);
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c 548 * @no_wait_gpu Never wait for gpu. Return -EBUSY instead.
553 bool interruptible, bool no_wait_gpu,
569 if (ret && !no_wait_gpu) {
906 ctx->no_wait_gpu, locked);
936 bool no_wait_gpu)
948 if (no_wait_gpu)
991 return ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu);
1134 ret = ttm_bo_add_move_fence(bo, man, mem, ctx->no_wait_gpu);
1502 .no_wait_gpu = false,
2004 .no_wait_gpu = fals
    [all...]
ttm_memory.c 300 .no_wait_gpu = false
639 if (ctx->no_wait_gpu)
ttm_bo_util.c 72 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
430 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
688 .no_wait_gpu = false
ttm_bo_vm.c 261 .no_wait_gpu = false,
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_object.h 49 bool no_wait_gpu; member in struct:amdgpu_bo_param
amdgpu_object.c 525 .no_wait_gpu = bp->no_wait_gpu,
amdgpu_ttm.c 441 bool evict, bool no_wait_gpu,
538 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, &tmp_mem, old_mem);
588 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, new_mem, old_mem);
677 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu,
  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_api.h 289 * @no_wait_gpu: Return immediately if the GPU is busy.
298 bool no_wait_gpu; member in struct:ttm_operation_ctx
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_ttm.c 235 ret = ttm_bo_wait(bo, ctx->interruptible, ctx->no_wait_gpu);
  /src/sys/external/bsd/drm2/ttm/
ttm_bo_vm.c 240 .no_wait_gpu = false,

Completed in 237 milliseconds

1 2