summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorImre Deak <imre.deak@intel.com>2013-07-31 11:59:38 +0300
committerImre Deak <imre.deak@intel.com>2013-08-19 16:56:14 +0300
commitb70d4c9e6824d648c34ffbd9993aa3e0dd482ac8 (patch)
tree6ba438c2413657b08038fd39ae075d043c708923 /tests/Makefile.am
parent5cabaae4dd8f3b4f78468b669d9177d593b4472d (diff)
tests: add kms_setmode
Iterate through all valid/invalid crtc/connector combinations. At the moment only clone configurations are tested as the single output cases are tested already by testdisplay. Also from combinations where all connectors are on the same crtc (clone-single-crtc) only those are tested that are invalid, as I haven't found any machine that supports these (have to be GT2 with dvo and vga output). For configurations with one crtc per connector the FBs are per-crtc atm. Signed-off-by: Imre Deak <imre.deak@intel.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c1cc3587..c724829f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -43,6 +43,7 @@ TESTS_progs_M = \
gem_write_read_ring_switch \
kms_flip \
kms_render \
+ kms_setmode \
$(NOUVEAU_TESTS_M) \
prime_self_import \
$(NULL)