[PATCH i-g-t 1/5] lib/intel_compute: Add ptl library support for wmtp test

priyanka.dandamudi at intel.com priyanka.dandamudi at intel.com
Mon Feb 17 08:18:50 UTC 2025


From: Priyanka Dandamudi <priyanka.dandamudi at intel.com>

Enable WMTP test for PTL.

Signed-off-by: Janga Rahul Kumar <janga.rahul.kumar at intel.com>
Signed-off-by: Priyanka Dandamudi <priyanka.dandamudi at intel.com>
---
 lib/intel_compute.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lib/intel_compute.c b/lib/intel_compute.c
index bca763328..f46de1074 100644
--- a/lib/intel_compute.c
+++ b/lib/intel_compute.c
@@ -2049,6 +2049,11 @@ static const struct {
 		.compute_exec = xe2lpg_compute_preempt_exec,
 		.compat = COMPAT_DRIVER_XE,
 	},
+	{
+		.ip_ver = IP_VER(30, 00),
+		.compute_exec = xe2lpg_compute_preempt_exec,
+		.compat = COMPAT_DRIVER_XE,
+	},
 };
 
 static bool __run_intel_compute_kernel_preempt(int fd,
-- 
2.34.1



More information about the igt-dev mailing list