[Intel-gfx] [PATCH 0/3] tests: New userptr test case

Tvrtko Ursulin tvrtko.ursulin at linux.intel.com
Wed Mar 19 12:13:03 CET 2014


From: Tvrtko Ursulin <tvrtko.ursulin at intel.com>

This patch series replaces the old vmap with the new userptr test case
and also adds a benchmark for the new feature.

Tested against version 21 of the kernel patch.

Tvrtko Ursulin (3):
  tests/gem_userptr_blits: Expanded userptr test cases
  tests/gem_vmap_blits: Remove obsolete test case
  tests/gem_userptr_benchmark: Benchmarking userptr surfaces and impact

 Android.mk                         |    3 +-
 benchmarks/.gitignore              |    1 +
 benchmarks/Android.mk              |   36 ++
 benchmarks/Makefile.am             |    7 +-
 benchmarks/Makefile.sources        |    6 +
 benchmarks/gem_userptr_benchmark.c |  513 +++++++++++++++
 tests/.gitignore                   |    2 +-
 tests/Makefile.sources             |    2 +-
 tests/gem_userptr_blits.c          | 1244 ++++++++++++++++++++++++++++++++++++
 tests/gem_vmap_blits.c             |  344 ----------
 10 files changed, 1804 insertions(+), 354 deletions(-)
 create mode 100644 benchmarks/Android.mk
 create mode 100644 benchmarks/Makefile.sources
 create mode 100644 benchmarks/gem_userptr_benchmark.c
 create mode 100644 tests/gem_userptr_blits.c
 delete mode 100644 tests/gem_vmap_blits.c

-- 
1.9.0




More information about the Intel-gfx mailing list