[PATCH i-g-t] lib/intel_compute: Do not skip test with Xe on DG2

Francois Dugast francois.dugast at intel.com
Thu Jan 4 16:30:18 UTC 2024


This combination used to fail but not anymore so let's add compatibility
with Xe when executing on DG2.

Signed-off-by: Francois Dugast <francois.dugast at intel.com>
Cc: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
---
 lib/intel_compute.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/intel_compute.c b/lib/intel_compute.c
index bf6a91109..1f1c79fd3 100644
--- a/lib/intel_compute.c
+++ b/lib/intel_compute.c
@@ -1386,7 +1386,7 @@ static const struct {
 	{
 		.ip_ver = IP_VER(12, 55),
 		.compute_exec = xehp_compute_exec,
-		.compat = COMPAT_DRIVER_I915,
+		.compat = COMPAT_DRIVER_I915 | COMPAT_DRIVER_XE,
 	},
 	{
 		.ip_ver = IP_VER(12, 60),
-- 
2.34.1



More information about the igt-dev mailing list