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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem_evict.c 155 if (i915_vma_is_active(vma)) {
320 (i915_vma_is_pinned(vma) || i915_vma_is_active(vma))) {
i915_vma.h 54 static inline bool i915_vma_is_active(struct i915_vma *vma) function in typeref:typename:bool
i915_vma.c 1121 GEM_BUG_ON(i915_vma_is_active(vma));
1277 GEM_BUG_ON(!i915_vma_is_active(vma));
1317 GEM_BUG_ON(i915_vma_is_active(vma));
i915_gem.c 168 !i915_vma_is_active(vma))
1026 if (i915_vma_is_pinned(vma) || i915_vma_is_active(vma))
i915_debugfs.c 259 if (i915_vma_is_active(vma))
277 if (i915_vma_is_active(vma))
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_shrinker.c 393 if (!vma->iomap || i915_vma_is_active(vma))

Completed in 18 milliseconds