Searched refs:i915_execbuffer (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c247 struct i915_execbuffer { struct
322 static int eb_parse(struct i915_execbuffer *eb);
323 static int eb_pin_engine(struct i915_execbuffer *eb, bool throttle);
324 static void eb_unpin_engine(struct i915_execbuffer *eb);
325 static void eb_capture_release(struct i915_execbuffer *eb);
327 static bool eb_use_cmdparser(const struct i915_execbuffer *eb)
334 static int eb_create(struct i915_execbuffer *eb)
440 eb_pin_vma(struct i915_execbuffer *eb,
502 eb_validate_vma(struct i915_execbuffer *eb,
555 is_batch_buffer(struct i915_execbuffer *e
[all...]

Completed in 180 milliseconds