From f4718c2b6c264c1825cde5213f61965e78c19c9d Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Wed, 24 Feb 2016 10:47:09 +0100 Subject: tests: Open any driver For those tests that now pass on drivers other than i915, call drm_open_driver_master with DRIVER_ANY. Also do so from igt_enable_connectors. Signed-off-by: Tomeu Vizoso Reviewed-by: Daniel Stone Acked-by: Daniel Vetter --- tests/kms_atomic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/kms_atomic.c') diff --git a/tests/kms_atomic.c b/tests/kms_atomic.c index 6a6cfa7f..13a5db1b 100644 --- a/tests/kms_atomic.c +++ b/tests/kms_atomic.c @@ -720,7 +720,7 @@ static void atomic_setup(struct kms_atomic_state *state) drmModePlaneResPtr res_plane; int i; - desc->fd = drm_open_driver_master(DRIVER_INTEL); + desc->fd = drm_open_driver_master(DRIVER_ANY); igt_assert_fd(desc->fd); igt_skip_on(drmSetClientCap(desc->fd, DRM_CLIENT_CAP_ATOMIC, 1)); -- cgit v1.2.3