[Intel-gfx] [PATCH 0/3] tests: New userptr test case
Tvrtko Ursulin
tvrtko.ursulin at linux.intel.com
Wed Feb 26 17:17:42 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 20 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 | 1230 ++++++++++++++++++++++++++++++++++++
tests/gem_vmap_blits.c | 344 ----------
10 files changed, 1790 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