summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2016-07-04 11:07:48 +0200
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2016-07-26 14:50:26 +0200
commit5a3c0d646bb55a65165768b8bfe08c122e49d6fc (patch)
treecda43e6774b0d9ef09220d8aa8d5fb5b0724f3ad /tests/Makefile.sources
parent665e818ce692531ccc66c07bd18eb52eae2ef7eb (diff)
tests: Add kms_atomic_transition
This is meant as a stress test, to ensure that all combinations of atomic transitions work correctly. This could be useful for other drivers too, so I kept it generic. For i915 this will mainly be a stress test on watermark calculations. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
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 cc37b25e..599ea1af 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -84,6 +84,7 @@ TESTS_progs_M = \
gvt_basic \
kms_addfb_basic \
kms_atomic \
+ kms_atomic_transition \
kms_chv_cursor_fail \
kms_cursor_crc \
kms_cursor_legacy \