mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +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:
parent
52a5518c3e
commit
857b8b47d1
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user