All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] Support for iris PIPE_FLUSH_DEFERRED
@ 2020-02-23 20:54 Chris Wilson
  2020-02-23 20:54 ` [Intel-gfx] [PATCH 1/6] dma-buf: Proxy fence, an unsignaled fence placeholder Chris Wilson
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Chris Wilson @ 2020-02-23 20:54 UTC (permalink / raw)
  To: intel-gfx

To correctly implement PIPE_FLUSH_DEFERRED iris needs to combine
I915_EXEC_FENCE_SUBMIT with a syncobj so that it can use semaphores
without running afoul of priority-inversion and use efficient scheduling
with timeslicing.
-Chris


_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2020-02-23 21:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-23 20:54 [Intel-gfx] Support for iris PIPE_FLUSH_DEFERRED Chris Wilson
2020-02-23 20:54 ` [Intel-gfx] [PATCH 1/6] dma-buf: Proxy fence, an unsignaled fence placeholder Chris Wilson
2020-02-23 20:54 ` [Intel-gfx] [PATCH 2/6] drm/syncobj: Allow use of dma-fence-proxy Chris Wilson
2020-02-23 20:54 ` [Intel-gfx] [PATCH 3/6] drm/i915/gem: Teach execbuf how to wait on future syncobj Chris Wilson
2020-02-23 20:54 ` [Intel-gfx] [PATCH 4/6] drm/i915/gem: Allow combining submit-fences with syncobj Chris Wilson
2020-02-23 20:54 ` [Intel-gfx] [PATCH 5/6] drm/i915/gt: Declare when we enabled timeslicing Chris Wilson
2020-02-23 20:54 ` [Intel-gfx] [PATCH 6/6] drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore Chris Wilson
2020-02-23 21:07 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] dma-buf: Proxy fence, an unsignaled fence placeholder Patchwork
2020-02-23 21:11 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2020-02-23 21:33 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork

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.