From efa5e355ac371d749cf505b952b900d05f25474c Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 22 May 2012 19:55:21 +0200 Subject: [PATCH] test/flip_test: don't fail if we can't find a crtc some connectors are forced to certain crcs ... --- tests/flip_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/flip_test.c b/tests/flip_test.c index a3287686..a6eb0c0a 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; }