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_pipe_crc_basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_pipe_crc_basic.c') diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c index a93c20fa..15aba2f2 100644 --- a/tests/kms_pipe_crc_basic.c +++ b/tests/kms_pipe_crc_basic.c @@ -233,7 +233,7 @@ igt_main igt_enable_connectors(); - igt_set_vt_graphics_mode(); + kmstest_set_vt_graphics_mode(); igt_require_pipe_crc(); -- cgit v1.2.3