From: michael.h.nguyen@intel.com
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH v7 0/5] Command parser batch buffer copy
Date: Thu, 11 Dec 2014 12:13:07 -0800 [thread overview]
Message-ID: <1418328792-28072-1-git-send-email-michael.h.nguyen@intel.com> (raw)
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
next reply other threads:[~2014-12-11 20:15 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-11 20:13 michael.h.nguyen [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1418328792-28072-1-git-send-email-michael.h.nguyen@intel.com \
--to=michael.h.nguyen@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox