Lines Matching defs:eb

297 static inline bool eb_use_cmdparser(const struct i915_execbuffer *eb)  in eb_use_cmdparser()
304 static int eb_create(struct i915_execbuffer *eb) in eb_create()
381 eb_pin_vma(struct i915_execbuffer *eb, in eb_pin_vma()
435 eb_validate_vma(struct i915_execbuffer *eb, in eb_validate_vma()
490 eb_add_vma(struct i915_execbuffer *eb, in eb_add_vma()
579 static int eb_reserve_vma(const struct i915_execbuffer *eb, in eb_reserve_vma()
636 static int eb_reserve(struct i915_execbuffer *eb) in eb_reserve()
713 static unsigned int eb_batch_index(const struct i915_execbuffer *eb) in eb_batch_index()
721 static int eb_select_context(struct i915_execbuffer *eb) in eb_select_context()
740 static int eb_lookup_vmas(struct i915_execbuffer *eb) in eb_lookup_vmas()
830 eb_get_vma(const struct i915_execbuffer *eb, unsigned long handle) in eb_get_vma()
849 static void eb_release_vmas(const struct i915_execbuffer *eb) in eb_release_vmas()
873 static void eb_reset_vmas(const struct i915_execbuffer *eb) in eb_reset_vmas()
881 static void eb_destroy(const struct i915_execbuffer *eb) in eb_destroy()
1139 static int __reloc_gpu_alloc(struct i915_execbuffer *eb, in __reloc_gpu_alloc()
1224 static u32 *reloc_gpu(struct i915_execbuffer *eb, in reloc_gpu()
1258 struct i915_execbuffer *eb, in relocate_entry()
1346 eb_relocate_entry(struct i915_execbuffer *eb, in eb_relocate_entry()
1440 static int eb_relocate_vma(struct i915_execbuffer *eb, struct i915_vma *vma) in eb_relocate_vma()
1528 eb_relocate_vma_slow(struct i915_execbuffer *eb, struct i915_vma *vma) in eb_relocate_vma_slow()
1577 static int eb_copy_relocations(const struct i915_execbuffer *eb) in eb_copy_relocations()
1658 static int eb_prefault_relocations(const struct i915_execbuffer *eb) in eb_prefault_relocations()
1677 static noinline int eb_relocate_slow(struct i915_execbuffer *eb) in eb_relocate_slow()
1783 static int eb_relocate(struct i915_execbuffer *eb) in eb_relocate()
1804 static int eb_move_to_gpu(struct i915_execbuffer *eb) in eb_move_to_gpu()
1961 shadow_batch_pin(struct i915_execbuffer *eb, struct drm_i915_gem_object *obj) in shadow_batch_pin()
1987 static struct i915_vma *eb_parse(struct i915_execbuffer *eb) in eb_parse()
2068 static int eb_submit(struct i915_execbuffer *eb) in eb_submit()
2172 __eb_pin_context(struct i915_execbuffer *eb, struct intel_context *ce) in __eb_pin_context()
2190 __eb_unpin_context(struct i915_execbuffer *eb, struct intel_context *ce) in __eb_unpin_context()
2200 static int __eb_pin_engine(struct i915_execbuffer *eb, struct intel_context *ce) in __eb_pin_engine()
2267 static void eb_unpin_engine(struct i915_execbuffer *eb) in eb_unpin_engine()
2280 eb_select_legacy_ring(struct i915_execbuffer *eb, in eb_select_legacy_ring()
2321 eb_pin_engine(struct i915_execbuffer *eb, in eb_pin_engine()
2424 await_fence_array(struct i915_execbuffer *eb, in await_fence_array()
2454 signal_fence_array(struct i915_execbuffer *eb, in signal_fence_array()
2481 struct i915_execbuffer eb; in i915_gem_do_execbuffer() local