All of lore.kernel.org
 help / color / mirror / Atom feed
* Semaphore cleanups
@ 2011-09-16  2:08 Ben Widawsky
  2011-09-16  2:08 ` [PATCH 1/5] drm/i915: clean up ring id/semaphore sync index magic Ben Widawsky
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Ben Widawsky @ 2011-09-16  2:08 UTC (permalink / raw)
  To: intel-gfx

FWIW, I thought my original patch was the easiest to read, but this certainly
removes the most magic. These had a ton of input from Daniel Vetter, and Chris
Wilson. The goal is only to make the code more readable, and easier to veryify/debug.

 drivers/gpu/drm/i915/i915_debugfs.c        |   10 ++--
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |    4 +-
 drivers/gpu/drm/i915/i915_reg.h            |   24 +++++++++-
 drivers/gpu/drm/i915/i915_trace.h          |   61 +++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_ringbuffer.c    |   66 +++++++++++++++------------
 drivers/gpu/drm/i915/intel_ringbuffer.h    |   57 +++++++++++++-----------
 6 files changed, 157 insertions(+), 65 deletions(-)

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

end of thread, other threads:[~2011-09-16  9:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16  2:08 Semaphore cleanups Ben Widawsky
2011-09-16  2:08 ` [PATCH 1/5] drm/i915: clean up ring id/semaphore sync index magic Ben Widawsky
2011-09-16  2:11   ` Ben Widawsky
2011-09-16  2:08 ` [PATCH 2/5] drm/i915: semaphore wait cleanup Ben Widawsky
2011-09-16  2:08 ` [PATCH 3/5] drm/i915: semaphore signal cleanup Ben Widawsky
2011-09-16  2:09 ` [PATCH 4/5] drm/i915: more semaphore cleanup Ben Widawsky
2011-09-16  5:12   ` Zou, Nanhai
2011-09-16  2:09 ` [PATCH 5/5] drm/i915: tracepoints for semaphores Ben Widawsky
2011-09-16  7:58   ` Daniel Vetter
2011-09-16  8:37     ` Chris Wilson
2011-09-16  9:07       ` Daniel Vetter
2011-09-16  9:45         ` Chris Wilson
2011-09-16  7:39 ` Semaphore cleanups Daniel Vetter

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.