mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
testdisplay: set VT graphics mode
Signed-off-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
0009a4af3d
commit
01b408e43a
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user