summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-05-15 08:43:11 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2014-05-15 08:47:21 +0100
commitdaa9e3d80a6c25667b259e864376ac929d5a11bd (patch)
treedfda79efe74d9db32a7ccb35d7e57ed98e0d5f81 /tests/Makefile.sources
parent62cd793c37135339788fff7ddf99f5039b0282ae (diff)
Add gem_bad_reloc
This test feeds a batch containing self-references into the kernel and checks that the relocation offsets remain as valid GTT addresses. This is to exercise SNA passing in negative relocation deltas which can hang the GPU if they wrap around. References: https://bugs.freedesktop.org/show_bug.cgi?id=78533 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 393c4a2a..4bdef365 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -17,6 +17,7 @@ NOUVEAU_TESTS_M = \
TESTS_progs_M = \
core_get_client_auth \
drv_suspend \
+ gem_bad_reloc \
gem_basic \
gem_caching \
gem_close_race \