summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-05-22 19:55:21 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-07-23 13:38:40 +0200
commitefa5e355ac371d749cf505b952b900d05f25474c (patch)
tree9e3101ed2c2973c755cee86234af06cc1e940a68
parentc832aa1714a47516e6b9402709d66720c464393f (diff)
test/flip_test: don't fail if we can't find a crtc
some connectors are forced to certain crcs ...
-rw-r--r--tests/flip_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/flip_test.c b/tests/flip_test.c
index a32876860..a6eb0c0a5 100644
--- a/tests/flip_test.c
+++ b/tests/flip_test.c
@@ -165,6 +165,7 @@ static void connector_find_preferred_mode(struct test_output *o, int crtc_id)
if (!o->crtc) {
fprintf(stderr, "could not find requested crtc %d\n", crtc_id);
+ o->mode_valid = 0;
return;
}