/src/sys/external/bsd/drm2/dist/drm/selftests/ |
drm_mm_selftests.h | 21 selftest(evict, igt_evict)
|
/src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
ttm_bo_driver.h | 292 * Check with the driver if it is valuable to evict a BO to make room 314 * @evict: whether this motion is evicting the buffer from 321 int (*move)(struct ttm_buffer_object *bo, bool evict, 344 * @evict: whether this move is evicting the buffer from the graphics 348 bool evict, 868 * @evict: This is an evict move. Don't return until the buffer is idle. 879 struct dma_fence *fence, bool evict, 887 * @evict: This is an evict move. Don't return until the buffer is idle [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_bo.c | 419 bool force = false, evict = false; local in function:nouveau_bo_pin 431 evict = true; 436 if (!(memtype & (1 << bo->mem.mem_type)) || evict) { 446 if (evict) { 1213 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, 1241 evict, 1321 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr, 1358 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr, 1394 nouveau_bo_move_ntfy(struct ttm_buffer_object *bo, bool evict, 1453 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, [all...] |
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_object.h | 155 bool evict,
|
radeon_ttm.c | 219 bool evict, bool no_wait_gpu, 268 r = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, new_mem); 274 bool evict, bool interruptible, 319 bool evict, bool interruptible, 356 static int radeon_bo_move(struct ttm_buffer_object *bo, bool evict, 395 r = radeon_move_vram_ram(bo, evict, ctx->interruptible, 399 r = radeon_move_ram_vram(bo, evict, ctx->interruptible, 402 r = radeon_move_blit(bo, evict, ctx->no_wait_gpu,
|
radeon_object.c | 435 /* Useless to evict on IGP chips */ 792 bool evict,
|
/src/sys/arch/arm/arm/ |
cpufunc_asm_pj4b.S | 85 orr r0, r0, #(1 << 31) @ Enable write evict
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_ttm.c | 228 static int qxl_bo_move(struct ttm_buffer_object *bo, bool evict, 247 bool evict,
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_object.h | 278 bool evict,
|
amdgpu_ttm.c | 146 * @bo: The buffer object to evict 441 bool evict, bool no_wait_gpu, 483 r = ttm_bo_pipeline_move(bo, fence, evict, new_mem); 499 static int amdgpu_move_vram_ram(struct ttm_buffer_object *bo, bool evict, 538 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, &tmp_mem, old_mem); 555 static int amdgpu_move_ram_vram(struct ttm_buffer_object *bo, bool evict, 588 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, new_mem, old_mem); 626 static int amdgpu_bo_move(struct ttm_buffer_object *bo, bool evict, 672 r = amdgpu_move_vram_ram(bo, evict, ctx, new_mem); 675 r = amdgpu_move_ram_vram(bo, evict, ctx, new_mem) [all...] |
amdgpu_object.c | 1030 * amdgpu_bo_evict_vram - evict VRAM buffers 1044 /* Useless to evict on IGP chips */ 1271 * @evict: if this move is evicting the buffer from the graphics address space 1279 bool evict, 1290 amdgpu_vm_bo_invalidate(adev, abo, evict); 1295 if (evict)
|
/src/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_bo_util.c | 809 bool evict, 819 if (evict) { 870 struct dma_fence *fence, bool evict, 883 if (!evict) {
|
ttm_bo.c | 329 struct ttm_mem_reg *mem, bool evict, 372 bdev->driver->move_notify(bo, evict, mem); 380 bdev->driver->move_notify(bo, evict, mem); 386 ret = bdev->driver->move(bo, evict, ctx, mem); 772 /* Don't evict this BO if it's outside of the 965 * Repeatedly evict memory from the LRU for @mem_type until we create enough 1094 * ttm_bo_mem_force_space is attempted in priority order to evict and find
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_ttm_buffer.c | 850 bool evict,
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
selftest_hangcheck.c | 1109 struct drm_mm_node evict = arg->vma->node; local in function:evict_vma 1115 err = i915_gem_evict_for_node(vm, &evict, 0);
|