[PATCH i-g-t 8/8] wip: fix test list on systems without i915

José Roberto de Souza jose.souza at intel.com
Mon Mar 23 21:56:57 UTC 2020


---
 tests/kms_frontbuffer_tracking.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kms_frontbuffer_tracking.c b/tests/kms_frontbuffer_tracking.c
index 267aa631..f0c0f54f 100644
--- a/tests/kms_frontbuffer_tracking.c
+++ b/tests/kms_frontbuffer_tracking.c
@@ -3540,7 +3540,7 @@ igt_main_args("", long_options, help_str, opt_handler, NULL)
 					continue;
 
 				/* Tiling Y is only supported on GEN9+ */
-				if (!AT_LEAST_GEN(devid, 9) &&
+				if (!fbc.can_test && !AT_LEAST_GEN(devid, 9) &&
 				    t.tiling == TILING_Y)
 					continue;
 
-- 
2.25.2



More information about the Intel-gfx-trybot mailing list