tests: Add gem_exec_reloc

The first steps towards basic relocation handling. In today's edition,
we ask how well does the kernel fare if we pass it relocations via
mmappings of our buffer objects.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2016-01-28 11:46:21 +00:00
parent d18d1eca81
commit 506d683da1
2 changed files with 231 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ TESTS_progs_M = \
gem_exec_nop \
gem_exec_params \
gem_exec_parse \
gem_exec_reloc \
gem_fenced_exec_thrash \
gem_fence_thrash \
gem_fence_upload \