Home
last modified time | relevance | path

Searched refs:i915_vma_has_active_engine (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Di915_vma.h189 static inline bool i915_vma_has_active_engine(const struct i915_vma *vma, in i915_vma_has_active_engine() function
H A Di915_vma.c42 GEM_BUG_ON(!i915_vma_has_active_engine(vma, idx)); in i915_vma_retire()