All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] execbuf cleanups
@ 2011-10-11 18:31 Ben Widawsky
  2011-10-11 18:31 ` [PATCH 1/3] drm/i915: extract constant offset setting Ben Widawsky
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Ben Widawsky @ 2011-10-11 18:31 UTC (permalink / raw)
  To: intel-gfx; +Cc: Ben Widawsky

The first two patches are a prelude to some more heavy duty work I am
doing on the execbuffer path. I think these are pretty benign, and
helpful to me so I wanted to get these out now.

The third patch is something Ken found recently which intermixes with
this cleanup, so I figured I'd put that in here as well.

Ben Widawsky (3):
  drm/i915: constant offset setting
  drm/i915: make eb structure do more
  drm/i915: Force sync command ordering

 drivers/gpu/drm/i915/i915_gem_execbuffer.c |  186 +++++++++++++++-------------
 drivers/gpu/drm/i915/i915_reg.h            |    1 +
 drivers/gpu/drm/i915/intel_ringbuffer.c    |    2 +
 3 files changed, 105 insertions(+), 84 deletions(-)

-- 
1.7.7

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

end of thread, other threads:[~2011-10-11 19:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-11 18:31 [PATCH 0/3] execbuf cleanups Ben Widawsky
2011-10-11 18:31 ` [PATCH 1/3] drm/i915: extract constant offset setting Ben Widawsky
2011-10-11 19:09   ` Chris Wilson
2011-10-11 18:31 ` [PATCH 2/3] drm/i915: make eb structure do more Ben Widawsky
2011-10-11 19:11   ` Chris Wilson
2011-10-11 18:31 ` [PATCH 3/3] drm/i915: Force sync command ordering Ben Widawsky
2011-10-11 18:44   ` Ben Widawsky
2011-10-11 19:16   ` Chris Wilson
2011-10-11 19:18   ` Kenneth Graunke
2011-10-11 19:30     ` Ben Widawsky
2011-10-11 19:33       ` Ben Widawsky
2011-10-11 19:42         ` Chris Wilson

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.