Lines Matching defs:eb

312 static inline bool eb_use_cmdparser(const struct i915_execbuffer *eb)  in eb_use_cmdparser()
319 static int eb_create(struct i915_execbuffer *eb) in eb_create()
422 eb_pin_vma(struct i915_execbuffer *eb, in eb_pin_vma()
481 eb_validate_vma(struct i915_execbuffer *eb, in eb_validate_vma()
530 eb_add_vma(struct i915_execbuffer *eb, in eb_add_vma()
590 static int eb_reserve_vma(struct i915_execbuffer *eb, in eb_reserve_vma()
633 static int eb_reserve(struct i915_execbuffer *eb) in eb_reserve()
714 static unsigned int eb_batch_index(const struct i915_execbuffer *eb) in eb_batch_index()
722 static int eb_select_context(struct i915_execbuffer *eb) in eb_select_context()
741 static int __eb_add_lut(struct i915_execbuffer *eb, in __eb_add_lut()
795 static struct i915_vma *eb_lookup_vma(struct i915_execbuffer *eb, u32 handle) in eb_lookup_vma()
832 static int eb_lookup_vmas(struct i915_execbuffer *eb) in eb_lookup_vmas()
886 static int eb_validate_vmas(struct i915_execbuffer *eb) in eb_validate_vmas()
929 eb_get_vma(const struct i915_execbuffer *eb, unsigned long handle) in eb_get_vma()
948 static void eb_release_vmas(struct i915_execbuffer *eb, bool final) in eb_release_vmas()
969 static void eb_destroy(const struct i915_execbuffer *eb) in eb_destroy()
1026 static void reloc_cache_put_pool(struct i915_execbuffer *eb, struct reloc_cache *cache) in reloc_cache_put_pool()
1042 static void reloc_gpu_flush(struct i915_execbuffer *eb, struct reloc_cache *cache) in reloc_gpu_flush()
1061 static void reloc_cache_reset(struct reloc_cache *cache, struct i915_execbuffer *eb) in reloc_cache_reset()
1140 struct i915_execbuffer *eb, in reloc_iomap()
1207 struct i915_execbuffer *eb, in reloc_vaddr()
1267 static int __reloc_gpu_alloc(struct i915_execbuffer *eb, in __reloc_gpu_alloc()
1388 static u32 *reloc_gpu(struct i915_execbuffer *eb, in reloc_gpu()
1444 static int __reloc_entry_gpu(struct i915_execbuffer *eb, in __reloc_entry_gpu()
1517 static int reloc_entry_gpu(struct i915_execbuffer *eb, in reloc_entry_gpu()
1534 struct i915_execbuffer *eb, in relocate_entry()
1571 eb_relocate_entry(struct i915_execbuffer *eb, in eb_relocate_entry()
1666 static int eb_relocate_vma(struct i915_execbuffer *eb, struct eb_vma *ev) in eb_relocate_vma()
1751 eb_relocate_vma_slow(struct i915_execbuffer *eb, struct eb_vma *ev) in eb_relocate_vma_slow()
1800 static int eb_copy_relocations(const struct i915_execbuffer *eb) in eb_copy_relocations()
1881 static int eb_prefault_relocations(const struct i915_execbuffer *eb) in eb_prefault_relocations()
1897 static noinline int eb_relocate_parse_slow(struct i915_execbuffer *eb, in eb_relocate_parse_slow()
2048 static int eb_relocate_parse(struct i915_execbuffer *eb) in eb_relocate_parse()
2135 static int eb_move_to_gpu(struct i915_execbuffer *eb) in eb_move_to_gpu()
2249 shadow_batch_pin(struct i915_execbuffer *eb, in shadow_batch_pin()
2338 static int eb_parse_pipeline(struct i915_execbuffer *eb, in eb_parse_pipeline()
2414 static struct i915_vma *eb_dispatch_secure(struct i915_execbuffer *eb, struct i915_vma *vma) in eb_dispatch_secure()
2426 static int eb_parse(struct i915_execbuffer *eb) in eb_parse()
2532 static int eb_submit(struct i915_execbuffer *eb, struct i915_vma *batch) in eb_submit()
2613 static struct i915_request *eb_throttle(struct i915_execbuffer *eb, struct intel_context *ce) in eb_throttle()
2647 static struct i915_request *eb_pin_engine(struct i915_execbuffer *eb, bool throttle) in eb_pin_engine()
2691 static void eb_unpin_engine(struct i915_execbuffer *eb) in eb_unpin_engine()
2709 eb_select_legacy_ring(struct i915_execbuffer *eb) in eb_select_legacy_ring()
2752 eb_select_engine(struct i915_execbuffer *eb) in eb_select_engine()
2800 eb_put_engine(struct i915_execbuffer *eb) in eb_put_engine()
2818 add_timeline_fence_array(struct i915_execbuffer *eb, in add_timeline_fence_array()
2948 static int add_fence_array(struct i915_execbuffer *eb) in add_fence_array()
3027 await_fence_array(struct i915_execbuffer *eb) in await_fence_array()
3050 static void signal_fence_array(const struct i915_execbuffer *eb) in signal_fence_array()
3082 struct i915_execbuffer *eb = data; in parse_timeline_fences() local
3100 static int eb_request_add(struct i915_execbuffer *eb, int err) in eb_request_add()
3141 struct i915_execbuffer *eb) in parse_execbuf2_extensions()
3168 struct i915_execbuffer eb; in i915_gem_do_execbuffer() local