Home
last modified time | relevance | path

Searched refs:evict (Results 1 – 19 of 19) sorted by relevance

/drivers/gpu/drm/msm/
Dmsm_gem_shrinker.c53 evict(struct msm_gem_object *msm_obj) in evict() function
137 &priv->inactive_willneed, evict); in msm_gem_shrinker_scan()
/drivers/gpu/drm/nouveau/
Dnouveau_bo.c425 bool force = false, evict = false; in nouveau_bo_pin() local
437 evict = true; in nouveau_bo_pin()
442 bool error = evict; in nouveau_bo_pin()
465 if (evict) { in nouveau_bo_pin()
795 nouveau_bo_move_m2mf(struct ttm_buffer_object *bo, int evict, in nouveau_bo_move_m2mf() argument
836 evict, false, in nouveau_bo_move_m2mf()
980 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, in nouveau_bo_move() argument
1044 ret = nouveau_bo_move_m2mf(bo, evict, ctx, in nouveau_bo_move()
/drivers/gpu/drm/i915/selftests/
Di915_mock_selftests.h32 selftest(evict, i915_gem_evict_mock_selftests)
Di915_live_selftests.h38 selftest(evict, i915_gem_evict_live_selftests)
/drivers/gpu/drm/selftests/
Ddrm_mm_selftests.h20 selftest(evict, igt_evict)
/drivers/infiniband/hw/hfi1/
Dmmu_rb.h32 int (*evict)(void *ops_arg, struct mmu_rb_node *mnode, member
Dmmu_rb.c240 if (handler->ops->evict(handler->ops_arg, rbnode, evict_arg, in hfi1_mmu_rb_evict()
Duser_sdma.c71 .evict = sdma_rb_evict,
/drivers/gpu/drm/
Ddrm_gem_vram_helper.c574 bool evict, in drm_gem_vram_bo_driver_move() argument
907 bool evict, in bo_driver_move() argument
916 return drm_gem_vram_bo_driver_move(gbo, evict, ctx, new_mem); in bo_driver_move()
/drivers/gpu/drm/radeon/
Dradeon_ttm.c140 bool evict, in radeon_move_blit() argument
189 r = ttm_bo_move_accel_cleanup(bo, &fence->base, evict, false, new_mem); in radeon_move_blit()
194 static int radeon_bo_move(struct ttm_buffer_object *bo, bool evict, in radeon_bo_move() argument
253 r = radeon_move_blit(bo, evict, new_mem, old_mem); in radeon_bo_move()
/drivers/gpu/drm/qxl/
Dqxl_ttm.c139 static int qxl_bo_move(struct ttm_buffer_object *bo, bool evict, in qxl_bo_move() argument
/drivers/gpu/drm/ttm/
Dttm_bo_util.c547 bool evict, in ttm_bo_move_accel_cleanup() argument
557 if (!evict) in ttm_bo_move_accel_cleanup()
Dttm_bo.c165 struct ttm_resource *mem, bool evict, in ttm_bo_handle_move_mem() argument
197 ret = bdev->funcs->move(bo, evict, ctx, mem, hop); in ttm_bo_handle_move_mem()
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c375 bool evict, in amdgpu_move_blit() argument
418 r = ttm_bo_move_accel_cleanup(bo, fence, evict, true, new_mem); in amdgpu_move_blit()
460 static int amdgpu_bo_move(struct ttm_buffer_object *bo, bool evict, in amdgpu_bo_move() argument
539 r = amdgpu_move_blit(bo, evict, new_mem, old_mem); in amdgpu_bo_move()
561 amdgpu_bo_move_notify(bo, evict); in amdgpu_bo_move()
Damdgpu_object.c1244 void amdgpu_bo_move_notify(struct ttm_buffer_object *bo, bool evict) in amdgpu_bo_move_notify() argument
1253 amdgpu_vm_bo_invalidate(adev, abo, evict); in amdgpu_bo_move_notify()
1262 if (evict) in amdgpu_bo_move_notify()
Damdgpu_object.h316 void amdgpu_bo_move_notify(struct ttm_buffer_object *bo, bool evict);
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c672 bool evict, in vmw_move() argument
/drivers/gpu/drm/i915/gt/
Dselftest_hangcheck.c1384 struct drm_mm_node evict = arg->vma->node; in evict_vma() local
1390 err = i915_gem_evict_for_node(vm, &evict, 0); in evict_vma()
/drivers/gpu/drm/i915/gem/
Di915_gem_ttm.c488 static int i915_ttm_move(struct ttm_buffer_object *bo, bool evict, in i915_ttm_move() argument