mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
tests/kms_flip: Open DRM device with DRIVER_ANY
So that this test can be run in drivers other than i915. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
This commit is contained in:
+1
-1
@@ -1686,7 +1686,7 @@ int main(int argc, char **argv)
|
||||
igt_skip_on_simulation();
|
||||
|
||||
igt_fixture {
|
||||
drm_fd = drm_open_driver_master(DRIVER_INTEL);
|
||||
drm_fd = drm_open_driver_master(DRIVER_ANY);
|
||||
|
||||
igt_enable_connectors();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user