[igt-dev] [i-g-t 2/2] tests/kms_cursor_legacy: Allow busy tests to run on XE

Bhanuprakash Modem bhanuprakash.modem at intel.com
Mon Jun 19 08:58:00 UTC 2023


As busy tests supports both i915 & XE, update the intel specific
checks to allow them to run on XE.

Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
 tests/kms_cursor_legacy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c
index 1f0f3b7e6..d55d96067 100644
--- a/tests/kms_cursor_legacy.c
+++ b/tests/kms_cursor_legacy.c
@@ -1752,7 +1752,7 @@ igt_main
 	igt_describe("this test perform a busy bo update followed by a cursor update");
 	igt_subtest_group {
 		igt_fixture {
-			igt_require_i915(display.drm_fd);
+			igt_require_intel(display.drm_fd);
 			igt_require_pipe_crc(display.drm_fd);
 			igt_display_require_output(&display);
 		}
-- 
2.40.0



More information about the igt-dev mailing list