Home
last modified time | relevance | path

Searched defs:i915_vma (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_gtt.h181 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;
[all …]