public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v7 0/5] Command parser batch buffer copy
@ 2014-12-11 20:13 michael.h.nguyen
  2014-12-11 20:13 ` [PATCH v7 1/5] drm/i915: Implement a framework for batch buffer pools michael.h.nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: michael.h.nguyen @ 2014-12-11 20:13 UTC (permalink / raw)
  To: intel-gfx

From: "Michael H. Nguyen" <michael.h.nguyen@intel.com>

This is v7 in response to 
http://lists.freedesktop.org/archives/intel-gfx/2014-December/057033.html

Minor updates from the last rev
- Keep batch pool in LRU order (Daniel)
- Remove duplicate madv assignments (Daniel)

Brad Volkin (5):
  drm/i915: Implement a framework for batch buffer pools
  drm/i915: Use batch pools with the command parser
  drm/i915: Use batch length instead of object size in command parser
  drm/i915: Mark shadow batch buffers as purgeable
  drm/i915: Tidy up execbuffer command parsing code

 Documentation/DocBook/drm.tmpl             |   5 ++
 drivers/gpu/drm/i915/Makefile              |   1 +
 drivers/gpu/drm/i915/i915_cmd_parser.c     |  99 +++++++++++++++++----
 drivers/gpu/drm/i915/i915_debugfs.c        |  71 +++++++++++++--
 drivers/gpu/drm/i915/i915_dma.c            |   1 +
 drivers/gpu/drm/i915/i915_drv.h            |  23 +++++
 drivers/gpu/drm/i915/i915_gem.c            |   3 +
 drivers/gpu/drm/i915/i915_gem_batch_pool.c | 137 +++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |  98 +++++++++++++++++----
 9 files changed, 396 insertions(+), 42 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/i915_gem_batch_pool.c

-- 
1.9.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2014-12-15 14:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-11 20:13 [PATCH v7 0/5] Command parser batch buffer copy michael.h.nguyen
2014-12-11 20:13 ` [PATCH v7 1/5] drm/i915: Implement a framework for batch buffer pools michael.h.nguyen
2014-12-12  9:00   ` Bloomfield, Jon
2014-12-11 20:13 ` [PATCH v7 2/5] drm/i915: Use batch pools with the command parser michael.h.nguyen
2014-12-12  9:05   ` Bloomfield, Jon
2014-12-11 20:13 ` [PATCH v7 3/5] drm/i915: Use batch length instead of object size in " michael.h.nguyen
2014-12-12  9:13   ` Bloomfield, Jon
2014-12-11 20:13 ` [PATCH v7 4/5] drm/i915: Mark shadow batch buffers as purgeable michael.h.nguyen
2014-12-12  9:18   ` Bloomfield, Jon
2014-12-11 20:13 ` [PATCH v7 5/5] drm/i915: Tidy up execbuffer command parsing code michael.h.nguyen
2014-12-12  9:26   ` Bloomfield, Jon
2014-12-15 14:55     ` Daniel Vetter
2014-12-13 12:23   ` shuang.he

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