[igt-dev] [PATCH i-g-t] tests/xe/xe_evict: Update beng-large subtest
janga.rahul.kumar at intel.com
janga.rahul.kumar at intel.com
Fri May 12 14:30:33 UTC 2023
From: Janga Rahul Kumar <janga.rahul.kumar at intel.com>
Add missing bind engine flag.
Signed-off-by: Janga Rahul Kumar <janga.rahul.kumar at intel.com>
---
tests/xe/xe_evict.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/xe/xe_evict.c b/tests/xe/xe_evict.c
index 5687cce3..7fef4efc 100644
--- a/tests/xe/xe_evict.c
+++ b/tests/xe/xe_evict.c
@@ -564,7 +564,7 @@ igt_main
EXTERNAL_OBJ },
{ "beng-small-multi-vm", 16, 256, 1, 128, BIND_ENGINE |
MULTI_VM },
- { "beng-large", 4, 16, 1, 4, 0 },
+ { "beng-large", 4, 16, 1, 4, BIND_ENGINE },
{ "beng-large-external", 4, 16, 1, 4, BIND_ENGINE |
EXTERNAL_OBJ },
{ "beng-large-multi-vm", 4, 8, 3, 8, BIND_ENGINE | MULTI_VM },
--
2.25.1
More information about the igt-dev
mailing list