Searched defs:i915_vma (Results 1 – 1 of 1) sorted by relevance
173 struct i915_vma { struct177 const struct i915_vma_ops *ops; argument179 struct drm_i915_gem_object *obj;180 struct dma_resv *resv; /** Alias of obj->resv */182 struct sg_table *pages;183 void __iomem *iomap;184 void *private; /* owned by creator */186 struct i915_fence_reg *fence;211 * and detect a no-op i915_vma_pin() in a single check, while also argument259 struct i915_active active;[all …]