All of lore.kernel.org
 help / color / mirror / Atom feed
* Updated fence patches
@ 2014-09-02 21:32 Jesse Barnes
  2014-09-02 21:32 ` [PATCH 1/2] drm/i915: Android sync points for i915 v2 Jesse Barnes
  2014-09-02 21:32 ` [PATCH 2/2] drm/i915: allow sync points within batches Jesse Barnes
  0 siblings, 2 replies; 13+ messages in thread
From: Jesse Barnes @ 2014-09-02 21:32 UTC (permalink / raw)
  To: intel-gfx

This set includes a sketch of how we might allow fences to be emitted
directly within a batch buffer.  This gets rid of the need for flushing
around fence operations, which can be a win, and lets userspace more
finely control things.

If it looks reasonable, we could drop the separate ioctl and just use
this instead...  Alternately, I could still add the "return a fence from
execbuf" behavior to the main execbuf ioctl, to represent completion for
the whole thing.  And per the last comments, we still want a way to pass
an array of fences in with a given operation, so it can be properly
ordered by the scheduler.

Jesse

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-09-03 19:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-02 21:32 Updated fence patches Jesse Barnes
2014-09-02 21:32 ` [PATCH 1/2] drm/i915: Android sync points for i915 v2 Jesse Barnes
2014-09-03  7:09   ` Chris Wilson
2014-09-03 16:41     ` Ville Syrjälä
2014-09-03 17:05       ` Chris Wilson
2014-09-03 17:12         ` Chris Wilson
2014-09-02 21:32 ` [PATCH 2/2] drm/i915: allow sync points within batches Jesse Barnes
2014-09-03  7:01   ` Chris Wilson
2014-09-03 15:41     ` Jesse Barnes
2014-09-03 16:08       ` Chris Wilson
2014-09-03 19:01         ` Jesse Barnes
2014-09-03 19:41           ` Daniel Vetter
2014-09-03 19:48             ` Jesse Barnes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.