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()
238 struct i915_vma *vma; in eb_destroy()
241 struct i915_vma, in eb_destroy()
392 struct i915_vma *target_vma; in i915_gem_execbuffer_relocate_entry()
492 i915_gem_execbuffer_relocate_vma(struct i915_vma *vma, in i915_gem_execbuffer_relocate_vma()
538 i915_gem_execbuffer_relocate_vma_slow(struct i915_vma *vma, in i915_gem_execbuffer_relocate_vma_slow()
557 struct i915_vma *vma; in i915_gem_execbuffer_relocate()
585 i915_gem_execbuffer_reserve_vma(struct i915_vma *vma, in i915_gem_execbuffer_reserve_vma()
638 need_reloc_mappable(struct i915_vma *vma) in need_reloc_mappable()
659 eb_vma_misplaced(struct i915_vma *vma) in eb_vma_misplaced()
688 struct i915_vma *vma; in i915_gem_execbuffer_reserve()
696 vm = list_first_entry(vmas, struct i915_vma, exec_list)->vm; in i915_gem_execbuffer_reserve()
703 vma = list_first_entry(vmas, struct i915_vma, exec_list); in i915_gem_execbuffer_reserve()
788 struct i915_vma *vma; in i915_gem_execbuffer_relocate_slow()
794 vm = list_first_entry(&eb->vmas, struct i915_vma, exec_list)->vm; in i915_gem_execbuffer_relocate_slow()
798 vma = list_first_entry(&eb->vmas, struct i915_vma, exec_list); in i915_gem_execbuffer_relocate_slow()
898 struct i915_vma *vma; in i915_gem_execbuffer_move_to_gpu()
1020 struct i915_vma *vma; in i915_gem_execbuffer_move_to_active()
1147 struct i915_vma *vma; in i915_gem_execbuffer_parse()
1385 struct i915_vma *vma = list_entry(eb->vmas.prev, typeof(*vma), exec_list); in eb_get_batch()