Searched defs:i915_vma (Results 1 – 1 of 1) sorted by relevance
185 struct i915_vma { struct189 const struct i915_vma_ops *ops; argument191 struct drm_i915_gem_object *obj;193 struct sg_table *pages;194 void __iomem *iomap;195 void *private; /* owned by creator */197 struct i915_fence_reg *fence;221 * and detect a no-op i915_vma_pin() in a single check, while also argument267 struct i915_active active;271 atomic_t pages_count; /* number of active binds to the pages */[all …]