diff mbox

[i-g-t,v4,4/4] testdisplay: set VT graphics mode

Message ID 1368029204-17517-4-git-send-email-imre.deak@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Imre Deak May 8, 2013, 4:06 p.m. UTC
Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 tests/testdisplay.c |    2 ++
 1 file changed, 2 insertions(+)

Comments

Daniel Vetter May 8, 2013, 7:01 p.m. UTC | #1
On Wed, May 08, 2013 at 07:06:44PM +0300, Imre Deak wrote:
> Signed-off-by: Imre Deak <imre.deak@intel.com>

Entire series merged, thanks a lot for doing this.
-Daniel
diff mbox

Patch

diff --git a/tests/testdisplay.c b/tests/testdisplay.c
index 251141f..80cd112 100644
--- a/tests/testdisplay.c
+++ b/tests/testdisplay.c
@@ -735,6 +735,8 @@  int main(int argc, char **argv)
 
 	drm_fd = drm_open_any();
 
+	do_or_die(drmtest_set_vt_graphics_mode());
+
 	mainloop = g_main_loop_new(NULL, FALSE);
 	if (!mainloop) {
 		fprintf(stderr, "failed to create glib mainloop\n");