diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-08-12 11:23:09 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-08-12 19:36:53 +0200 |
commit | 33f0884f3c711551a89483e438a6cf18af8ab25e (patch) | |
tree | 6fbf6f0f54175cc8ddb9d87b50860f381c637fd4 /tests/kms_flip.c | |
parent | 9a15b5a5e2cb0ab34c0e11dc53a183919664157f (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_flip.c')
-rw-r--r-- | tests/kms_flip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kms_flip.c b/tests/kms_flip.c index 92f4eb52..45f1ba2f 100644 --- a/tests/kms_flip.c +++ b/tests/kms_flip.c @@ -1596,7 +1596,7 @@ int main(int argc, char **argv) igt_enable_connectors(); - igt_set_vt_graphics_mode(); + kmstest_set_vt_graphics_mode(); igt_install_exit_handler(kms_flip_exit_handler); get_timestamp_format(); |