Lines Matching defs:eb

324 static inline bool eb_use_cmdparser(const struct i915_execbuffer *eb)  in eb_use_cmdparser()
331 static int eb_create(struct i915_execbuffer *eb) in eb_create()
437 eb_pin_vma(struct i915_execbuffer *eb, in eb_pin_vma()
499 eb_validate_vma(struct i915_execbuffer *eb, in eb_validate_vma()
552 is_batch_buffer(struct i915_execbuffer *eb, unsigned int buffer_idx) in is_batch_buffer()
560 eb_add_vma(struct i915_execbuffer *eb, in eb_add_vma()
654 static int eb_reserve_vma(struct i915_execbuffer *eb, in eb_reserve_vma()
695 static bool eb_unbind(struct i915_execbuffer *eb, bool force) in eb_unbind()
734 static int eb_reserve(struct i915_execbuffer *eb) in eb_reserve()
822 static int eb_select_context(struct i915_execbuffer *eb) in eb_select_context()
837 static int __eb_add_lut(struct i915_execbuffer *eb, in __eb_add_lut()
887 static struct i915_vma *eb_lookup_vma(struct i915_execbuffer *eb, u32 handle) in eb_lookup_vma()
940 static int eb_lookup_vmas(struct i915_execbuffer *eb) in eb_lookup_vmas()
994 static int eb_lock_vmas(struct i915_execbuffer *eb) in eb_lock_vmas()
1011 static int eb_validate_vmas(struct i915_execbuffer *eb) in eb_validate_vmas()
1063 eb_get_vma(const struct i915_execbuffer *eb, unsigned long handle) in eb_get_vma()
1082 static void eb_release_vmas(struct i915_execbuffer *eb, bool final) in eb_release_vmas()
1104 static void eb_destroy(const struct i915_execbuffer *eb) in eb_destroy()
1191 static void reloc_cache_reset(struct reloc_cache *cache, struct i915_execbuffer *eb) in reloc_cache_reset()
1267 struct i915_execbuffer *eb, in reloc_iomap()
1349 struct i915_execbuffer *eb, in reloc_vaddr()
1392 struct i915_execbuffer *eb, in relocate_entry()
1422 eb_relocate_entry(struct i915_execbuffer *eb, in eb_relocate_entry()
1524 static int eb_relocate_vma(struct i915_execbuffer *eb, struct eb_vma *ev) in eb_relocate_vma()
1609 eb_relocate_vma_slow(struct i915_execbuffer *eb, struct eb_vma *ev) in eb_relocate_vma_slow()
1658 static int eb_copy_relocations(const struct i915_execbuffer *eb) in eb_copy_relocations()
1739 static int eb_prefault_relocations(const struct i915_execbuffer *eb) in eb_prefault_relocations()
1755 static int eb_reinit_userptr(struct i915_execbuffer *eb) in eb_reinit_userptr()
1780 static noinline int eb_relocate_parse_slow(struct i915_execbuffer *eb) in eb_relocate_parse_slow()
1903 static int eb_relocate_parse(struct i915_execbuffer *eb) in eb_relocate_parse()
1986 eb_find_first_request_added(struct i915_execbuffer *eb) in eb_find_first_request_added()
2002 static int eb_capture_stage(struct i915_execbuffer *eb) in eb_capture_stage()
2036 static void eb_capture_commit(struct i915_execbuffer *eb) in eb_capture_commit()
2055 static void eb_capture_release(struct i915_execbuffer *eb) in eb_capture_release()
2067 static void eb_capture_list_clear(struct i915_execbuffer *eb) in eb_capture_list_clear()
2074 static int eb_capture_stage(struct i915_execbuffer *eb) in eb_capture_stage()
2079 static void eb_capture_commit(struct i915_execbuffer *eb) in eb_capture_commit()
2083 static void eb_capture_release(struct i915_execbuffer *eb) in eb_capture_release()
2087 static void eb_capture_list_clear(struct i915_execbuffer *eb) in eb_capture_list_clear()
2093 static int eb_move_to_gpu(struct i915_execbuffer *eb) in eb_move_to_gpu()
2253 shadow_batch_pin(struct i915_execbuffer *eb, in shadow_batch_pin()
2272 static struct i915_vma *eb_dispatch_secure(struct i915_execbuffer *eb, struct i915_vma *vma) in eb_dispatch_secure()
2284 static int eb_parse(struct i915_execbuffer *eb) in eb_parse()
2390 static int eb_request_submit(struct i915_execbuffer *eb, in eb_request_submit()
2439 static int eb_submit(struct i915_execbuffer *eb) in eb_submit()
2486 static struct i915_request *eb_throttle(struct i915_execbuffer *eb, struct intel_context *ce) in eb_throttle()
2520 static int eb_pin_timeline(struct i915_execbuffer *eb, struct intel_context *ce, in eb_pin_timeline()
2571 static int eb_pin_engine(struct i915_execbuffer *eb, bool throttle) in eb_pin_engine()
2622 static void eb_unpin_engine(struct i915_execbuffer *eb) in eb_unpin_engine()
2647 eb_select_legacy_ring(struct i915_execbuffer *eb) in eb_select_legacy_ring()
2691 eb_select_engine(struct i915_execbuffer *eb) in eb_select_engine()
2778 eb_put_engine(struct i915_execbuffer *eb) in eb_put_engine()
2807 add_timeline_fence_array(struct i915_execbuffer *eb, in add_timeline_fence_array()
2940 static int add_fence_array(struct i915_execbuffer *eb) in add_fence_array()
3021 await_fence_array(struct i915_execbuffer *eb, in await_fence_array()
3039 static void signal_fence_array(const struct i915_execbuffer *eb, in signal_fence_array()
3071 struct i915_execbuffer *eb = data; in parse_timeline_fences() local
3089 static int eb_request_add(struct i915_execbuffer *eb, struct i915_request *rq, in eb_request_add()
3135 static int eb_requests_add(struct i915_execbuffer *eb, int err) in eb_requests_add()
3160 struct i915_execbuffer *eb) in parse_execbuf2_extensions()
3180 static void eb_requests_get(struct i915_execbuffer *eb) in eb_requests_get()
3192 static void eb_requests_put(struct i915_execbuffer *eb) in eb_requests_put()
3205 eb_composite_fence_create(struct i915_execbuffer *eb, int out_fence_fd) in eb_composite_fence_create()
3252 eb_fences_add(struct i915_execbuffer *eb, struct i915_request *rq, in eb_fences_add()
3297 eb_find_context(struct i915_execbuffer *eb, unsigned int context_number) in eb_find_context()
3314 eb_requests_create(struct i915_execbuffer *eb, struct dma_fence *in_fence, in eb_requests_create()
3366 struct i915_execbuffer eb; in i915_gem_do_execbuffer() local