From: Robert Foss <[email protected]>

Switched from DRIVER_INTEL to DRIVER_ANY to enable test
on all hardware.

Signed-off-by: Robert Foss <[email protected]>
Reviewed-by: Tomeu Vizoso <[email protected]>
---
 tests/kms_panel_fitting.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kms_panel_fitting.c b/tests/kms_panel_fitting.c
index 427bfc6..272a531 100644
--- a/tests/kms_panel_fitting.c
+++ b/tests/kms_panel_fitting.c
@@ -212,7 +212,7 @@ igt_simple_main
 
        igt_skip_on_simulation();
 
-       data.drm_fd = drm_open_driver(DRIVER_INTEL);
+       data.drm_fd = drm_open_driver(DRIVER_ANY);
        igt_display_init(&data.display, data.drm_fd);
 
        test_panel_fitting(&data);
-- 
2.5.0

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to