HomeSort by: relevance | last modified time | path
    Searched defs:evict (Results 1 - 2 of 2) sorted by relevancy

  /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);
  /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...]

Completed in 12 milliseconds