mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +00:00
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:
@@ -440,7 +440,7 @@ igt_main
|
||||
/* We assume width and height are same so max is assigned width */
|
||||
igt_assert_cmpint(cursor_width, ==, cursor_height);
|
||||
|
||||
igt_set_vt_graphics_mode();
|
||||
kmstest_set_vt_graphics_mode();
|
||||
|
||||
igt_require_pipe_crc();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user