Searched defs:i915_vma (Results 1 – 1 of 1) sorted by relevance
183 struct i915_vma { struct187 const struct i915_vma_ops *ops; argument189 struct drm_i915_gem_object *obj;191 struct sg_table *pages;192 void __iomem *iomap;193 void *private; /* owned by creator */195 struct i915_fence_reg *fence;220 * and detect a no-op i915_vma_pin() in a single check, while also argument266 struct i915_active active;277 bool vm_ddestroy;[all …]