Lines Matching defs:i915_vma
49 struct i915_vma { struct
53 const struct i915_vma_ops *ops; argument
54 struct drm_i915_fence_reg *fence;
55 struct reservation_object *resv; /** Alias of obj->resv */
56 struct sg_table *pages;
57 void __iomem *iomap;
58 void *private; /* owned by creator */
59 u64 size;
60 u64 display_alignment;
61 struct i915_page_sizes page_sizes;
63 u32 fence_size;
64 u32 fence_alignment;
71 unsigned int open_count;
72 unsigned long flags;
98 unsigned int active_count;
99 struct rb_root active;
100 struct i915_gem_active last_active;
101 struct i915_gem_active last_fence;
110 struct i915_ggtt_view ggtt_view;
136 struct i915_vma * argument