summaryrefslogtreecommitdiff
path: root/tests/kms_setmode.c
diff options
context:
space:
mode:
authorImre Deak <imre.deak@intel.com>2014-03-05 21:02:41 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2014-03-05 21:59:05 +0200
commitcdf74b69c908b869e7e2daca04f49c5e5d02c097 (patch)
tree3044c33289dcd194937f4ca29b4f36ae26908abd /tests/kms_setmode.c
parenta3b80912a993b4b6952917afea41906f88dda01e (diff)
kms_setmode: Add clone-single-crtc subtest
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ä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'tests/kms_setmode.c')
-rw-r--r--tests/kms_setmode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/kms_setmode.c b/tests/kms_setmode.c
index c5e86301..593bc772 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,