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/pm_rpm.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/pm_rpm.c')
-rw-r--r-- | tests/pm_rpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pm_rpm.c b/tests/pm_rpm.c index 59a182a9..841566ba 100644 --- a/tests/pm_rpm.c +++ b/tests/pm_rpm.c @@ -404,7 +404,7 @@ static void init_mode_set_data(struct mode_set_data *data) data->devid = intel_get_drm_devid(drm_fd); - igt_set_vt_graphics_mode(); + kmstest_set_vt_graphics_mode(); init_modeset_cached_params(&ms_data); } |