[Intel-gfx] [PATCH 0/8] [RESEND] VMA patches

Ben Widawsky benjamin.widawsky at intel.com
Sat Aug 31 01:43:53 CEST 2013


Now that [hopefully all] of the fallout from the last round of VMA merging has
been taken care of - Resending the remaining VMA patches which are required for
the full PPGTT support.

Some of these patches are new as a result of the last round of review. For the
ones which are just a RESEND, I've only rebased and un on an IVB.

Ben Widawsky (8):
  drm/i915: Synchronize pread/pwrite with wait_rendering
  drm/i915: Extract vm specific part of eviction
  drm/i915: evict VM instead of everything
  drm/1915: trace vm eviction instead of everything
  drm/i915: Convert active API to VMA
  drm/i915: Add bind/unbind object functions to VM
  drm/i915: Use the new vm [un]bind functions
  drm/i915: eliminate vm->insert_entries()

 drivers/gpu/drm/i915/i915_drv.h            |  84 ++++++++++-----------
 drivers/gpu/drm/i915/i915_gem.c            |  61 +++++++--------
 drivers/gpu/drm/i915/i915_gem_context.c    |  16 ++--
 drivers/gpu/drm/i915/i915_gem_evict.c      |  47 ++++++++++--
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |  40 +++++-----
 drivers/gpu/drm/i915/i915_gem_gtt.c        | 116 ++++++++++++++++++++---------
 drivers/gpu/drm/i915/i915_trace.h          |  12 +--
 7 files changed, 228 insertions(+), 148 deletions(-)

-- 
1.8.4




More information about the Intel-gfx mailing list