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_flip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_flip.c') diff --git a/tests/kms_flip.c b/tests/kms_flip.c index 3d3aa9b0..79402713 100644 --- a/tests/kms_flip.c +++ b/tests/kms_flip.c @@ -1590,7 +1590,7 @@ int main(int argc, char **argv) igt_skip_on_simulation(); igt_fixture { - drm_fd = drm_open_any(); + drm_fd = drm_open_any_master(); igt_enable_connectors(); -- cgit v1.2.3