Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_gtt.h153 struct i915_vma { struct
154 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); argument
204 void (*bind_vma)(struct i915_vma *vma, argument