Searched defs:i915_vma (Results 1 – 1 of 1) sorted by relevance
177 struct i915_vma { struct181 const struct i915_vma_ops *ops; argument183 struct drm_i915_gem_object *obj;184 struct dma_resv *resv; /** Alias of obj->resv */186 struct sg_table *pages;187 void __iomem *iomap;188 void *private; /* owned by creator */190 struct i915_fence_reg *fence;215 * and detect a no-op i915_vma_pin() in a single check, while also argument261 struct i915_active active;[all …]