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

Zbigniew Kempczyński zbigniew.kempczynski at intel.com
Thu Feb 20 08:05:31 UTC 2025


On Mon, Feb 17, 2025 at 08:18:50AM +0000, priyanka.dandamudi at intel.com wrote:
> 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
> 

Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>

--
Zbigniew


More information about the igt-dev mailing list