Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/
Di915_vma.c94 static inline struct i915_vma *active_to_vma(struct i915_active *ref) in active_to_vma() function
101 return i915_vma_tryget(active_to_vma(ref)) ? 0 : -ENOENT; in __i915_vma_active()
106 i915_vma_put(active_to_vma(ref)); in __i915_vma_retire()