/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 412 bool force = false, evict = false; in nouveau_bo_pin() local 424 evict = true; in nouveau_bo_pin() 429 if (!(memtype & (1 << bo->mem.mem_type)) || evict) { in nouveau_bo_pin() 439 if (evict) { in nouveau_bo_pin() 1124 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, bool intr, in nouveau_bo_move_m2mf() argument 1152 evict, in nouveau_bo_move_m2mf() 1231 nouveau_bo_move_flipd(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flipd() argument 1268 nouveau_bo_move_flips(struct ttm_buffer_object *bo, bool evict, bool intr, in nouveau_bo_move_flips() argument 1304 nouveau_bo_move_ntfy(struct ttm_buffer_object *bo, bool evict, in nouveau_bo_move_ntfy() argument 1363 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, in nouveau_bo_move() argument [all …]
|
/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 202 bool evict, bool no_wait_gpu, in radeon_move_blit() argument 251 r = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, new_mem); in radeon_move_blit() 257 bool evict, bool interruptible, in radeon_move_vram_ram() argument 302 bool evict, bool interruptible, in radeon_move_ram_vram() argument 339 static int radeon_bo_move(struct ttm_buffer_object *bo, bool evict, in radeon_bo_move() argument 378 r = radeon_move_vram_ram(bo, evict, ctx->interruptible, in radeon_bo_move() 382 r = radeon_move_ram_vram(bo, evict, ctx->interruptible, in radeon_bo_move() 385 r = radeon_move_blit(bo, evict, ctx->no_wait_gpu, in radeon_bo_move()
|
D | radeon_object.h | 153 bool evict,
|
D | radeon_object.c | 777 bool evict, in radeon_bo_move_notify() argument
|
/drivers/gpu/drm/i915/selftests/ |
D | i915_mock_selftests.h | 24 selftest(evict, i915_gem_evict_mock_selftests)
|
D | i915_live_selftests.h | 27 selftest(evict, i915_gem_evict_live_selftests)
|
/drivers/gpu/drm/selftests/ |
D | drm_mm_selftests.h | 19 selftest(evict, igt_evict)
|
/drivers/infiniband/hw/hfi1/ |
D | mmu_rb.h | 70 int (*evict)(void *ops_arg, struct mmu_rb_node *mnode, member
|
D | mmu_rb.c | 247 if (handler->ops->evict(handler->ops_arg, rbnode, evict_arg, in hfi1_mmu_rb_evict()
|
D | user_sdma.c | 119 .evict = sdma_rb_evict,
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 426 bool evict, bool no_wait_gpu, in amdgpu_move_blit() argument 468 r = ttm_bo_pipeline_move(bo, fence, evict, new_mem); in amdgpu_move_blit() 484 static int amdgpu_move_vram_ram(struct ttm_buffer_object *bo, bool evict, in amdgpu_move_vram_ram() argument 526 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, &tmp_mem, old_mem); in amdgpu_move_vram_ram() 543 static int amdgpu_move_ram_vram(struct ttm_buffer_object *bo, bool evict, in amdgpu_move_ram_vram() argument 579 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, new_mem, old_mem); in amdgpu_move_ram_vram() 617 static int amdgpu_bo_move(struct ttm_buffer_object *bo, bool evict, in amdgpu_bo_move() argument 663 r = amdgpu_move_vram_ram(bo, evict, ctx, new_mem); in amdgpu_bo_move() 666 r = amdgpu_move_ram_vram(bo, evict, ctx, new_mem); in amdgpu_bo_move() 668 r = amdgpu_move_blit(bo, evict, ctx->no_wait_gpu, in amdgpu_bo_move()
|
D | amdgpu_object.c | 1256 bool evict, in amdgpu_bo_move_notify() argument 1267 amdgpu_vm_bo_invalidate(adev, abo, evict); in amdgpu_bo_move_notify() 1272 if (evict) in amdgpu_bo_move_notify()
|
D | amdgpu_object.h | 268 bool evict,
|
/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 683 bool evict, in ttm_bo_move_accel_cleanup() argument 693 if (evict) { in ttm_bo_move_accel_cleanup() 744 struct dma_fence *fence, bool evict, in ttm_bo_pipeline_move() argument 757 if (!evict) { in ttm_bo_pipeline_move()
|
D | ttm_bo.c | 321 struct ttm_mem_reg *mem, bool evict, in ttm_bo_handle_move_mem() argument 364 bdev->driver->move_notify(bo, evict, mem); in ttm_bo_handle_move_mem() 372 bdev->driver->move_notify(bo, evict, mem); in ttm_bo_handle_move_mem() 378 ret = bdev->driver->move(bo, evict, ctx, mem); in ttm_bo_handle_move_mem()
|
/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 272 static int qxl_bo_move(struct ttm_buffer_object *bo, bool evict, in qxl_bo_move() argument 291 bool evict, in qxl_bo_move_notify() argument
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ttm_buffer.c | 845 bool evict, in vmw_move_notify() argument
|
/drivers/gpu/drm/i915/gt/ |
D | selftest_hangcheck.c | 1131 struct drm_mm_node evict = arg->vma->node; in evict_vma() local 1137 err = i915_gem_evict_for_node(vm, &evict, 0); in evict_vma()
|