Searched refs:i915_vma_tryget (Results 1 – 3 of 3) sorted by relevance
133 static inline struct i915_vma *i915_vma_tryget(struct i915_vma *vma) in i915_vma_tryget() function
93 return i915_vma_tryget(active_to_vma(ref)) ? 0 : -ENOENT; in __i915_vma_active()
806 vma = i915_vma_tryget(vma); in eb_lookup_vma()