public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/7] gtt patches
@ 2013-09-26 20:31 Daniel Vetter
  2013-09-26 20:31 ` [PATCH 1/7] drm/i915: resurrect ->insert_entries/->clear_range gtt interfaces Daniel Vetter
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Daniel Vetter @ 2013-09-26 20:31 UTC (permalink / raw)
  To: Intel Graphics Development; +Cc: Daniel Vetter

Hi all,

So the first part reworks the gtt ->bind/unbind stuff so that I can rebase the
-internal try without going berserk. 2nd patch is a bit of fluff removal, next
for do reorder i915_gem_gtt.c a bit to make more sense (I've been confused every
2nd time I've had to rebase -internal and there was a conflict in there, call me
stupid ...). Last one is my ducttape for the BUG_ON Ville hit.

Cheers, Daniel

Daniel Vetter (7):
  drm/i915: resurrect ->insert_entries/->clear_range gtt interfaces
  drm/i915: don't allow ppgtt enabling to fail anymore
  drm/i915/gtt: group sg setup/teardown functions to the end
  drm/i915/gtt: move restore_gtt_mappings to the bottom
  drm/i915/gtt: group legacy global gtt code together
  drm/i915/gtt: move generic setup code all to the bottom
  drm/i915: we can't call move_to_active before intel_ring_begin

 drivers/gpu/drm/i915/i915_dma.c            |   4 +-
 drivers/gpu/drm/i915/i915_drv.c            |   4 +-
 drivers/gpu/drm/i915/i915_drv.h            |   6 +-
 drivers/gpu/drm/i915/i915_gem.c            |   8 +-
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |  40 +-
 drivers/gpu/drm/i915/i915_gem_gtt.c        | 683 ++++++++++++++---------------
 6 files changed, 357 insertions(+), 388 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2013-09-27 19:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-26 20:31 [PATCH 0/7] gtt patches Daniel Vetter
2013-09-26 20:31 ` [PATCH 1/7] drm/i915: resurrect ->insert_entries/->clear_range gtt interfaces Daniel Vetter
2013-09-26 20:31 ` [PATCH 2/7] drm/i915: don't allow ppgtt enabling to fail anymore Daniel Vetter
2013-09-26 20:31 ` [PATCH 3/7] drm/i915/gtt: group sg setup/teardown functions to the end Daniel Vetter
2013-09-26 20:31 ` [PATCH 4/7] drm/i915/gtt: move restore_gtt_mappings to the bottom Daniel Vetter
2013-09-26 20:31 ` [PATCH 5/7] drm/i915/gtt: group legacy global gtt code together Daniel Vetter
2013-09-26 20:31 ` [PATCH 6/7] drm/i915/gtt: move generic setup code all to the bottom Daniel Vetter
2013-09-26 20:31 ` [PATCH 7/7] drm/i915: we can't call move_to_active before intel_ring_begin Daniel Vetter
2013-09-27  5:34 ` [PATCH 0/7] gtt patches Ben Widawsky
2013-09-27 19:21   ` Daniel Vetter
2013-09-27 19:29     ` Ben Widawsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox