summaryrefslogtreecommitdiff
path: root/lib/drmtest.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-10-20 19:24:08 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-10-20 19:24:08 +0200
commit3d2d73ed450983c427a839b10527bd4659fbb708 (patch)
treef5c7ae61faf8ebedede9b6587af094f91fb18afd /lib/drmtest.c
parent45cd89ab3d18dc2c869951db4134c1e5dde45c1b (diff)
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 <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/drmtest.c')
-rw-r--r--lib/drmtest.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/drmtest.c b/lib/drmtest.c
index efd8fd32..d035f5e7 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: