public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/4] tests: New userptr test case
@ 2014-02-03 10:59 Tvrtko Ursulin
  2014-02-03 10:59 ` [PATCH 1/4] tests/gem_evict_everything: Factor out eviction logic Tvrtko Ursulin
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Tvrtko Ursulin @ 2014-02-03 10:59 UTC (permalink / raw)
  To: Intel-gfx

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

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

end of thread, other threads:[~2014-02-04 15:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-03 10:59 [PATCH 0/4] tests: New userptr test case Tvrtko Ursulin
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

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