Lines Matching refs:i915_execbuffer
229 struct i915_execbuffer { struct
310 static inline bool eb_use_cmdparser(const struct i915_execbuffer *eb) in eb_use_cmdparser()
315 static int eb_create(struct i915_execbuffer *eb) in eb_create()
392 eb_pin_vma(struct i915_execbuffer *eb, in eb_pin_vma()
446 eb_validate_vma(struct i915_execbuffer *eb, in eb_validate_vma()
501 eb_add_vma(struct i915_execbuffer *eb, in eb_add_vma()
590 static int eb_reserve_vma(const struct i915_execbuffer *eb, in eb_reserve_vma()
647 static int eb_reserve(struct i915_execbuffer *eb) in eb_reserve()
719 static unsigned int eb_batch_index(const struct i915_execbuffer *eb) in eb_batch_index()
727 static int eb_select_context(struct i915_execbuffer *eb) in eb_select_context()
745 static int eb_lookup_vmas(struct i915_execbuffer *eb) in eb_lookup_vmas()
826 eb_get_vma(const struct i915_execbuffer *eb, unsigned long handle) in eb_get_vma()
845 static void eb_release_vmas(const struct i915_execbuffer *eb) in eb_release_vmas()
869 static void eb_reset_vmas(const struct i915_execbuffer *eb) in eb_reset_vmas()
877 static void eb_destroy(const struct i915_execbuffer *eb) in eb_destroy()
923 container_of(cache, struct i915_execbuffer, reloc_cache)->i915; in cache_to_ggtt()
1112 static int __reloc_gpu_alloc(struct i915_execbuffer *eb, in __reloc_gpu_alloc()
1197 static u32 *reloc_gpu(struct i915_execbuffer *eb, in reloc_gpu()
1231 struct i915_execbuffer *eb, in relocate_entry()
1319 eb_relocate_entry(struct i915_execbuffer *eb, in eb_relocate_entry()
1413 static int eb_relocate_vma(struct i915_execbuffer *eb, struct i915_vma *vma) in eb_relocate_vma()
1499 eb_relocate_vma_slow(struct i915_execbuffer *eb, struct i915_vma *vma) in eb_relocate_vma_slow()
1548 static int eb_copy_relocations(const struct i915_execbuffer *eb) in eb_copy_relocations()
1628 static int eb_prefault_relocations(const struct i915_execbuffer *eb) in eb_prefault_relocations()
1647 static noinline int eb_relocate_slow(struct i915_execbuffer *eb) in eb_relocate_slow()
1753 static int eb_relocate(struct i915_execbuffer *eb) in eb_relocate()
1774 static int eb_move_to_gpu(struct i915_execbuffer *eb) in eb_move_to_gpu()
1896 static struct i915_vma *eb_parse(struct i915_execbuffer *eb, bool is_master) in eb_parse()
1943 static int eb_submit(struct i915_execbuffer *eb) in eb_submit()
2124 await_fence_array(struct i915_execbuffer *eb, in await_fence_array()
2154 signal_fence_array(struct i915_execbuffer *eb, in signal_fence_array()
2180 struct i915_execbuffer eb; in i915_gem_do_execbuffer()