HomeSort by: relevance | last modified time | path
    Searched refs:I915_SHRINK_BOUND (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_shrinker.h 22 #define I915_SHRINK_BOUND BIT(1)
i915_gem_shrinker.c 122 I915_SHRINK_BOUND | I915_SHRINK_UNBOUND
146 if (shrink & I915_SHRINK_BOUND) {
149 shrink &= ~I915_SHRINK_BOUND;
203 if (!(shrink & I915_SHRINK_BOUND) &&
234 if (shrink & I915_SHRINK_BOUND)
263 I915_SHRINK_BOUND |
312 I915_SHRINK_BOUND |
322 I915_SHRINK_BOUND |
345 I915_SHRINK_BOUND |
383 I915_SHRINK_BOUND |
    [all...]
i915_gem_shmem.c 105 I915_SHRINK_BOUND | I915_SHRINK_UNBOUND,
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem_gtt.c 72 I915_SHRINK_BOUND |
i915_debugfs.c 3597 i915_gem_shrink(i915, LONG_MAX, NULL, I915_SHRINK_BOUND);

Completed in 21 milliseconds