Lines Matching defs:i915_vma
181 struct i915_vma { struct
182 struct drm_mm_node node;
183 struct drm_i915_gem_object *obj;
184 struct i915_address_space *vm;
189 unsigned int bound : 4;
198 struct i915_ggtt_view ggtt_view;
201 struct list_head mm_list;
203 struct list_head vma_link; /* Link in the object's VMA list */
206 struct list_head exec_list;
211 struct hlist_node exec_node;
212 unsigned long exec_handle;
213 struct drm_i915_gem_exec_object2 *exec_entry;
224 unsigned int pin_count:4;