/drivers/gpu/drm/msm/ |
D | msm_gem_shrinker.c | 62 evict(struct drm_gem_object *obj) in evict() function 97 return evict(obj); in active_evict() 114 { &priv->lru.willneed, evict, can_swap() }, in msm_gem_shrinker_scan()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 470 bool force = false, evict = false; in nouveau_bo_pin() local 482 evict = true; in nouveau_bo_pin() 487 bool error = evict; in nouveau_bo_pin() 510 if (evict) { in nouveau_bo_pin() 840 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, in nouveau_bo_move_m2mf() argument 886 ret = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, false, in nouveau_bo_move_m2mf() 1045 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, in nouveau_bo_move() argument 1107 ret = nouveau_bo_move_m2mf(bo, evict, ctx, in nouveau_bo_move()
|
/drivers/gpu/drm/i915/gem/ |
D | i915_gem_ttm_move.h | 33 int i915_ttm_move(struct ttm_buffer_object *bo, bool evict,
|
D | i915_gem_ttm_move.c | 570 int i915_ttm_move(struct ttm_buffer_object *bo, bool evict, in i915_ttm_move() argument 660 if (I915_SELFTEST_ONLY(evict && fail_gpu_migration)) in i915_ttm_move() 663 ret = ttm_bo_move_accel_cleanup(bo, migration_fence, evict, in i915_ttm_move()
|
/drivers/gpu/drm/i915/selftests/ |
D | i915_mock_selftests.h | 32 selftest(evict, i915_gem_evict_mock_selftests)
|
D | i915_live_selftests.h | 39 selftest(evict, i915_gem_evict_live_selftests)
|
/drivers/infiniband/hw/hfi1/ |
D | mmu_rb.h | 27 int (*evict)(void *ops_arg, struct mmu_rb_node *mnode, member
|
D | mmu_rb.c | 244 if (handler->ops->evict(handler->ops_arg, rbnode, evict_arg, in hfi1_mmu_rb_evict()
|
D | pin_system.c | 31 .evict = sdma_rb_evict,
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 357 bool evict, in amdgpu_move_blit() argument 400 r = ttm_bo_move_accel_cleanup(bo, fence, evict, true, new_mem); in amdgpu_move_blit() 467 static int amdgpu_bo_move(struct ttm_buffer_object *bo, bool evict, in amdgpu_bo_move() argument 489 amdgpu_bo_move_notify(bo, evict, new_mem); in amdgpu_bo_move() 496 amdgpu_bo_move_notify(bo, evict, new_mem); in amdgpu_bo_move() 508 amdgpu_bo_move_notify(bo, evict, new_mem); in amdgpu_bo_move() 523 amdgpu_bo_move_notify(bo, evict, new_mem); in amdgpu_bo_move() 549 amdgpu_bo_move_notify(bo, evict, new_mem); in amdgpu_bo_move() 551 r = amdgpu_move_blit(bo, evict, new_mem, old_mem); in amdgpu_bo_move() 569 if (evict) in amdgpu_bo_move()
|
D | amdgpu_object.h | 332 bool evict,
|
D | amdgpu_object.c | 1261 bool evict, in amdgpu_bo_move_notify() argument 1272 amdgpu_vm_bo_invalidate(adev, abo, evict); in amdgpu_bo_move_notify()
|
/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 139 bool evict, in radeon_move_blit() argument 188 r = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, false, new_mem); in radeon_move_blit() 193 static int radeon_bo_move(struct ttm_buffer_object *bo, bool evict, in radeon_bo_move() argument 246 r = radeon_move_blit(bo, evict, new_mem, old_mem); in radeon_bo_move()
|
/drivers/gpu/drm/ |
D | drm_gem_vram_helper.c | 565 bool evict, in drm_gem_vram_bo_driver_move() argument 912 bool evict, in bo_driver_move() argument 932 return drm_gem_vram_bo_driver_move(gbo, evict, ctx, new_mem); in bo_driver_move()
|
D | drm_gem.c | 1503 if (obj->funcs->evict) in drm_gem_evict() 1504 return obj->funcs->evict(obj); in drm_gem_evict()
|
/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 138 static int qxl_bo_move(struct ttm_buffer_object *bo, bool evict, in qxl_bo_move() argument
|
/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 653 bool evict, in ttm_bo_move_accel_cleanup() argument 663 if (!evict) in ttm_bo_move_accel_cleanup()
|
D | ttm_bo.c | 116 struct ttm_resource *mem, bool evict, in ttm_bo_handle_move_mem() argument 152 ret = bdev->funcs->move(bo, evict, ctx, mem, hop); in ttm_bo_handle_move_mem()
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ttm_buffer.c | 529 bool evict, in vmw_move() argument
|
/drivers/gpu/drm/loongson/ |
D | lsdc_ttm.c | 161 bool evict, in lsdc_bo_move() argument
|
/drivers/gpu/drm/i915/gt/ |
D | selftest_hangcheck.c | 1382 struct drm_mm_node evict = arg->vma->node; in evict_vma() local 1388 err = i915_gem_evict_for_node(vm, NULL, &evict, 0); in evict_vma()
|