summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2018-06-28 21:48:06 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2018-06-28 22:57:38 +0100
commita14bc8b4d69eaca189665de505e6b10cbfbb7730 (patch)
treec6d25077be0f3d236f96d7028d2291aa20fccd1e /tests/Makefile.sources
parent0e98bf69f146eb72fe3a7c3b19a049b5786f0ca3 (diff)
tests: Drop drm_vma_limiter*
These tests exercise an obscure piece of libdrm_intel API to keep the number of VMA opened in a process under a certain limit (only ever used by UXA as once upon a time we ran into the limit with many, many 1x1 pixmaps or something like that). The tests are not exercising kernel API (or ABI) and need to check their resource requirements first. However, since they are only testing libdrm_intel, remove them from igt as they would better belong in a libdrm_intel test suite. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106010 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Martin Peres <martin.peres@linux.intel.com> Reviewed-by: Antonio Argenziano <antonio.argenziano@intel.com>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index ad62611f..54b4a3c2 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -33,10 +33,6 @@ TESTS_progs = \
drm_import_export \
drm_mm \
drm_read \
- drm_vma_limiter \
- drm_vma_limiter_cached \
- drm_vma_limiter_cpu \
- drm_vma_limiter_gtt \
drv_getparams_basic \
drv_hangman \
drv_missed_irq \