Searched defs:i915_vma (Results 1 – 1 of 1) sorted by relevance
153 struct i915_vma { struct154 struct drm_mm_node node;155 struct drm_i915_gem_object *obj;156 struct i915_address_space *vm;162 unsigned int bound : 4;171 struct i915_ggtt_view ggtt_view;174 struct list_head mm_list;176 struct list_head vma_link; /* Link in the object's VMA list */202 void (*unbind_vma)(struct i915_vma *vma); argument204 void (*bind_vma)(struct i915_vma *vma, argument