From: Lyude Paul <[email protected]> There's no reason I can see for this being Intel/AMD only
Signed-off-by: Lyude Paul <[email protected]> Cc: Martin Peres <[email protected]> Cc: Ben Skeggs <[email protected]> Cc: Jeremy Cline <[email protected]> --- tests/kms_color.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kms_color.c b/tests/kms_color.c index 705c9160..02a1a2de 100644 --- a/tests/kms_color.c +++ b/tests/kms_color.c @@ -847,7 +847,7 @@ igt_main enum pipe pipe; igt_fixture { - data.drm_fd = drm_open_driver_master(DRIVER_INTEL | DRIVER_AMDGPU); + data.drm_fd = drm_open_driver_master(DRIVER_ANY); if (is_i915_device(data.drm_fd)) data.devid = intel_get_drm_devid(data.drm_fd); kmstest_set_vt_graphics_mode(); -- 2.29.2 _______________________________________________ Nouveau mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/nouveau
