mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-24 16:26:13 +00:00
kms_panel_fitting: Enabled test on non-Intel hardware.
Switched from DRIVER_INTEL to DRIVER_ANY to enable test on all hardware. Signed-off-by: Robert Foss <robert.foss@collabora.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
This commit is contained in:
parent
0fee72d810
commit
2254aff17e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user