Lines Matching refs:i915_vma

48 		struct i915_vma *lut[0];
60 size *= sizeof(struct i915_vma *); in eb_create()
132 struct i915_vma *vma; in eb_lookup_vmas()
188 static struct i915_vma *eb_get_vma(struct eb_vmas *eb, unsigned long handle) in eb_get_vma()
200 struct i915_vma *vma; in eb_get_vma()
202 vma = hlist_entry(node, struct i915_vma, exec_node); in eb_get_vma()
211 i915_gem_execbuffer_unreserve_vma(struct i915_vma *vma) in i915_gem_execbuffer_unreserve_vma()
233 struct i915_vma *vma; in eb_destroy()
236 struct i915_vma, in eb_destroy()
387 struct i915_vma *target_vma; in i915_gem_execbuffer_relocate_entry()
486 i915_gem_execbuffer_relocate_vma(struct i915_vma *vma, in i915_gem_execbuffer_relocate_vma()
532 i915_gem_execbuffer_relocate_vma_slow(struct i915_vma *vma, in i915_gem_execbuffer_relocate_vma_slow()
551 struct i915_vma *vma; in i915_gem_execbuffer_relocate()
579 i915_gem_execbuffer_reserve_vma(struct i915_vma *vma, in i915_gem_execbuffer_reserve_vma()
640 need_reloc_mappable(struct i915_vma *vma) in need_reloc_mappable()
661 eb_vma_misplaced(struct i915_vma *vma) in eb_vma_misplaced()
695 struct i915_vma *vma; in i915_gem_execbuffer_reserve()
703 vm = list_first_entry(vmas, struct i915_vma, exec_list)->vm; in i915_gem_execbuffer_reserve()
710 vma = list_first_entry(vmas, struct i915_vma, exec_list); in i915_gem_execbuffer_reserve()
799 struct i915_vma *vma; in i915_gem_execbuffer_relocate_slow()
805 vm = list_first_entry(&eb->vmas, struct i915_vma, exec_list)->vm; in i915_gem_execbuffer_relocate_slow()
809 vma = list_first_entry(&eb->vmas, struct i915_vma, exec_list); in i915_gem_execbuffer_relocate_slow()
910 struct i915_vma *vma; in i915_gem_execbuffer_move_to_gpu()
1052 struct i915_vma *vma; in i915_gem_execbuffer_move_to_active()
1136 struct i915_vma *vma; in i915_gem_execbuffer_parse()
1309 struct i915_vma *vma = list_entry(eb->vmas.prev, typeof(*vma), exec_list); in eb_get_batch()