summaryrefslogtreecommitdiff
path: root/tests/kms_pipe_crc_basic.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-08-12 11:23:09 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-08-12 19:36:53 +0200
commit33f0884f3c711551a89483e438a6cf18af8ab25e (patch)
tree6fbf6f0f54175cc8ddb9d87b50860f381c637fd4 /tests/kms_pipe_crc_basic.c
parent9a15b5a5e2cb0ab34c0e11dc53a183919664157f (diff)
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>
Diffstat (limited to 'tests/kms_pipe_crc_basic.c')
-rw-r--r--tests/kms_pipe_crc_basic.c2
1 files changed, 1 insertions, 1 deletions
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();