Message ID | 1368029204-17517-4-git-send-email-imre.deak@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 --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");
Signed-off-by: Imre Deak <imre.deak@intel.com> --- tests/testdisplay.c | 2 ++ 1 file changed, 2 insertions(+)