From 6de613f8e5b76435150a74a38f5863f93195b473 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Mon, 30 Sep 2013 18:03:33 +0100 Subject: [PATCH] testdisplay: Print the stereo mode being tested Signed-off-by: Damien Lespiau --- tests/testdisplay.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testdisplay.c b/tests/testdisplay.c index 55c0d48..0fcce19 100644 --- a/tests/testdisplay.c +++ b/tests/testdisplay.c @@ -557,6 +557,8 @@ set_stereo_mode(struct connector *c) if (!(c->mode.flags & DRM_MODE_FLAG_3D_MASK)) continue; + fprintf(stdout, "CRTC(%u): [%d]", c->crtc, i); + kmstest_dump_mode(&c->mode); do_set_stereo_mode(c); if (qr_code) { -- 2.7.4