From 33f0884f3c711551a89483e438a6cf18af8ab25e Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 12 Aug 2014 11:23:09 +0200 Subject: 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 --- tests/kms_cursor_crc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_cursor_crc.c') diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c index e7240732..6af30fda 100644 --- a/tests/kms_cursor_crc.c +++ b/tests/kms_cursor_crc.c @@ -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(); -- cgit v1.2.3