From c256af5d448dcaef1d4100c2bdbe25656909197d Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Thu, 18 Sep 2014 18:31:29 +0300 Subject: test/kms, pm: use drm_open_any_master These tests require DRM master right, so make sure they have it from the beginning. This gives an early indication if another DRM master is running and makes the given test skip (with a proper explanation of the reason) instead of exiting with error. Signed-off-by: Imre Deak --- tests/kms_plane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_plane.c') diff --git a/tests/kms_plane.c b/tests/kms_plane.c index 07b1637f..5aa58c41 100644 --- a/tests/kms_plane.c +++ b/tests/kms_plane.c @@ -379,7 +379,7 @@ igt_main igt_skip_on_simulation(); igt_fixture { - data.drm_fd = drm_open_any(); + data.drm_fd = drm_open_any_master(); kmstest_set_vt_graphics_mode(); -- cgit v1.2.3