Searched defs:i915_vma (Results 1 – 1 of 1) sorted by relevance
169 struct i915_vma { struct173 const struct i915_vma_ops *ops; argument175 struct drm_i915_gem_object *obj;176 struct dma_resv *resv; /** Alias of obj->resv */178 struct sg_table *pages;179 void __iomem *iomap;180 void *private; /* owned by creator */182 struct i915_fence_reg *fence;207 * and detect a no-op i915_vma_pin() in a single check, while also argument252 struct i915_active active;[all …]