From cdf74b69c908b869e7e2daca04f49c5e5d02c097 Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Wed, 5 Mar 2014 21:02:41 +0200 Subject: [PATCH] kms_setmode: Add clone-single-crtc subtest MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The clone-single-crtc will test various cloning scenarios. Currently it does limit the number of simultanously cloned connectors to the number of pipes in the system. That restriction can be lifted in the future if desired. Signed-off-by: Ville Syrjälä --- tests/kms_setmode.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/kms_setmode.c b/tests/kms_setmode.c index c5e8630..593bc77 100644 --- a/tests/kms_setmode.c +++ b/tests/kms_setmode.c @@ -690,6 +690,8 @@ int main(int argc, char **argv) enum test_flags flags; const char *name; } tests[] = { + { TEST_CLONE | TEST_SINGLE_CRTC_CLONE, + "clone-single-crtc" }, { TEST_INVALID | TEST_CLONE | TEST_SINGLE_CRTC_CLONE, "invalid-clone-single-crtc" }, { TEST_INVALID | TEST_CLONE | TEST_EXCLUSIVE_CRTC_CLONE, -- 2.7.4