Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_vma.h234 static inline struct i915_vma *i915_vma_tryget(struct i915_vma *vma) in i915_vma_tryget() function
Di915_vma.c90 return i915_vma_tryget(active_to_vma(ref)) ? 0 : -ENOENT; in __i915_vma_active()