Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Di915_vma.h167 static inline unsigned int i915_vma_get_active(const struct i915_vma *vma) in i915_vma_get_active() function
174 return i915_vma_get_active(vma); in i915_vma_is_active()
H A Di915_vma.c782 active = i915_vma_get_active(vma); in i915_vma_unbind()