All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] PPGTT pre-work
@ 2013-11-25 17:54 Ben Widawsky
  2013-11-25 17:54 ` [PATCH 01/12] drm/i915: Fix BDW PPGTT error path Ben Widawsky
                   ` (11 more replies)
  0 siblings, 12 replies; 28+ messages in thread
From: Ben Widawsky @ 2013-11-25 17:54 UTC (permalink / raw)
  To: Intel GFX; +Cc: Ben Widawsky

These are all the patches that I have which shouldn't be too controversial for
full PPGTT support. I'd prefer if we kept bikesheds to a minimum since much of
this code will be either modified, or used in ways which it is not currently
used.

The first two seem to fix BDW reset for me, and are needed for upcoming PPGTT
work. All the rest are random stuff I found alone the way.

Ben Widawsky (12):
  drm/i915: Fix BDW PPGTT error path
  drm/i915: Provide PDP updates via MMIO
  drm/i915: Add a few missed bits to the mm
  drm/i915: Don't unconditionally try to deref aliasing ppgtt
  drm/i915: Disallow dynamic ppgtt param modification
  drm/i915: Demote drop_caches_set print
  drm/i915: Removed unused vm args
  drm/i915: Remove defunct ctx switch comments
  drm/i915: Missed dropped VMA conversion
  drm/i915: Allow ggtt lookups to not WARN
  drm/i915: Takedown drm_mm on failed gtt setup
  drm/i915: Move the gtt mm takedown to cleanup

 drivers/gpu/drm/i915/i915_debugfs.c        |  2 +-
 drivers/gpu/drm/i915/i915_dma.c            |  1 -
 drivers/gpu/drm/i915/i915_drv.c            |  2 +-
 drivers/gpu/drm/i915/i915_gem.c            |  9 ++++++---
 drivers/gpu/drm/i915/i915_gem_context.c    |  2 --
 drivers/gpu/drm/i915/i915_gem_execbuffer.c | 11 +++++------
 drivers/gpu/drm/i915/i915_gem_gtt.c        | 28 +++++++++++++++++++++++++---
 7 files changed, 38 insertions(+), 17 deletions(-)

-- 
1.8.4.2

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

end of thread, other threads:[~2013-11-26  9:20 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 17:54 [PATCH 00/12] PPGTT pre-work Ben Widawsky
2013-11-25 17:54 ` [PATCH 01/12] drm/i915: Fix BDW PPGTT error path Ben Widawsky
2013-11-25 20:11   ` Chris Wilson
2013-11-25 17:54 ` [PATCH 02/12] drm/i915: Provide PDP updates via MMIO Ben Widawsky
2013-11-25 18:00   ` Ben Widawsky
2013-11-25 18:18   ` Chris Wilson
2013-11-25 18:28     ` Ben Widawsky
2013-11-25 18:44       ` Chris Wilson
2013-11-25 18:49         ` Ben Widawsky
2013-11-26  9:05   ` Daniel Vetter
2013-11-25 17:54 ` [PATCH 03/12] drm/i915: Add a few missed bits to the mm Ben Widawsky
2013-11-25 17:54 ` [PATCH 04/12] drm/i915: Don't unconditionally try to deref aliasing ppgtt Ben Widawsky
2013-11-25 18:06   ` Chris Wilson
2013-11-25 18:10     ` Ben Widawsky
2013-11-25 19:08       ` Ville Syrjälä
2013-11-26  9:09         ` Daniel Vetter
2013-11-25 17:54 ` [PATCH 05/12] drm/i915: Disallow dynamic ppgtt param modification Ben Widawsky
2013-11-25 18:50   ` Chris Wilson
2013-11-25 17:54 ` [PATCH 06/12] drm/i915: Demote drop_caches_set print Ben Widawsky
2013-11-25 18:08   ` Chris Wilson
2013-11-25 17:54 ` [PATCH 07/12] drm/i915: Removed unused vm args Ben Widawsky
2013-11-25 17:54 ` [PATCH 08/12] drm/i915: Remove defunct ctx switch comments Ben Widawsky
2013-11-25 17:54 ` [PATCH 09/12] drm/i915: Missed dropped VMA conversion Ben Widawsky
2013-11-25 17:54 ` [PATCH 10/12] drm/i915: Allow ggtt lookups to not WARN Ben Widawsky
2013-11-26  9:16   ` Daniel Vetter
2013-11-25 17:54 ` [PATCH 11/12] drm/i915: Takedown drm_mm on failed gtt setup Ben Widawsky
2013-11-26  9:21   ` Daniel Vetter
2013-11-25 17:54 ` [PATCH 12/12] drm/i915: Move the gtt mm takedown to cleanup Ben Widawsky

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.