From: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
To: Intel-gfx@lists.freedesktop.org
Subject: [PATCH 0/4] tests: New userptr test case
Date: Mon, 3 Feb 2014 10:59:39 +0000 [thread overview]
Message-ID: <1391425183-1980-1-git-send-email-tvrtko.ursulin@linux.intel.com> (raw)
From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
This patch series replaces the old vmap with the new userptr test case.
Some refactoring precedes the actual introduction to pull out code
from gem_evict_everything which is useful for both.
Test case at the moment tests dmabuf sharing of userptr objects which
is not currently implemented in the latest kernel patch.
Tvrtko Ursulin (4):
tests/gem_evict_everything: Factor out eviction logic
tests/eviction_common: Avoid submitting duplicate objects
tests/gem_userptr_blits: Expanded userptr test cases
tests/gem_vmap_blits: Remove obsolete test case
tests/.gitignore | 2 +-
tests/Makefile.sources | 2 +-
tests/eviction_common.c | 242 +++++++++
tests/gem_evict_everything.c | 210 ++------
tests/gem_userptr_blits.c | 1185 ++++++++++++++++++++++++++++++++++++++++++
tests/gem_vmap_blits.c | 344 ------------
6 files changed, 1470 insertions(+), 515 deletions(-)
create mode 100644 tests/eviction_common.c
create mode 100644 tests/gem_userptr_blits.c
delete mode 100644 tests/gem_vmap_blits.c
--
1.8.4.3
next reply other threads:[~2014-02-03 15:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-03 10:59 Tvrtko Ursulin [this message]
2014-02-03 10:59 ` [PATCH 1/4] tests/gem_evict_everything: Factor out eviction logic Tvrtko Ursulin
2014-02-03 10:59 ` [PATCH 2/4] tests/eviction_common: Avoid submitting duplicate objects Tvrtko Ursulin
2014-02-04 12:25 ` Daniel Vetter
2014-02-03 10:59 ` [PATCH 3/4] tests/gem_userptr_blits: Expanded userptr test cases Tvrtko Ursulin
2014-02-04 14:09 ` Daniel Vetter
2014-02-03 10:59 ` [PATCH 4/4] tests/gem_vmap_blits: Remove obsolete test case Tvrtko Ursulin
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=1391425183-1980-1-git-send-email-tvrtko.ursulin@linux.intel.com \
--to=tvrtko.ursulin@linux.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