Searched defs:i915_vma (Results 1 – 2 of 2) sorted by relevance
135 struct i915_vma { struct139 const struct i915_vma_ops *ops; argument141 struct drm_i915_gem_object *obj;143 struct sg_table *pages;144 void __iomem *iomap;145 void *private; /* owned by creator */147 struct i915_fence_reg *fence;172 * and detect a no-op i915_vma_pin() in a single check, while also argument218 struct i915_active active;222 atomic_t pages_count; /* number of active binds to the pages */[all …]
23 struct i915_vma { struct33 static inline u32 i915_ggtt_offset(const struct i915_vma *vma) in i915_ggtt_offset() argument