From 3d2d73ed450983c427a839b10527bd4659fbb708 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sun, 20 Oct 2013 19:24:08 +0200 Subject: [PATCH] kmstest: don't pollute stderr for impossible output configs Otherwise on machines where the only output available is restricted to one pipe we'll have tons of "warn" results for no gain in the piglit runner. All tests that use the kmstest helpers already check the return value and do something sensible (like skip the tests if there's really no config available). Signed-off-by: Daniel Vetter --- lib/drmtest.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/drmtest.c b/lib/drmtest.c index efd8fd3..d035f5e 100644 --- a/lib/drmtest.c +++ b/lib/drmtest.c @@ -2156,9 +2156,6 @@ int kmstest_get_connector_config(int drm_fd, uint32_t connector_id, } } - fprintf(stderr, - "no crtc with a compatible encoder (crtc_idx_mask %08lx)\n", - crtc_idx_mask); goto err3; found: -- 2.7.4