lib/igt_kms: set_vt_graphics_mode is a low-level helper

So give it a kmstest_ prefix and shuffle it around a bit.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2014-08-12 11:23:09 +02:00
parent 9a15b5a5e2
commit 33f0884f3c
21 changed files with 34 additions and 27 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ igt_simple_main
data.drm_fd = drm_open_any();
igt_set_vt_graphics_mode();
kmstest_set_vt_graphics_mode();
data.resources = drmModeGetResources(data.drm_fd);
igt_assert(data.resources);