[PATCH i-g-t] lib/intel_cmds_info: Add MEM_COPY/SET support for Lunarlake

Kumar, Janga Rahul janga.rahul.kumar at intel.com
Thu Jan 11 06:51:29 UTC 2024



> -----Original Message-----
> From: igt-dev <igt-dev-bounces at lists.freedesktop.org> On Behalf Of
> sai.gowtham.ch at intel.com
> Sent: Tuesday, January 9, 2024 3:26 PM
> To: igt-dev at lists.freedesktop.org; Ch, Sai Gowtham
> <sai.gowtham.ch at intel.com>
> Subject: [PATCH i-g-t] lib/intel_cmds_info: Add MEM_COPY/SET support for
> Lunarlake
> 
> From: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
> 
> Enable MEM_COPY/SET instructions support for Lunarlake, which allows to
> validate MEM_COPY/SET tests.
> 
> Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch at intel.com>

Acked-by: Janga Rahul Kumar <janga.rahul.kumar at intel.com>

Thanks,
Rahul
> ---
>  lib/intel_cmds_info.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/lib/intel_cmds_info.c b/lib/intel_cmds_info.c index
> 56073bd6d..669d3e500 100644
> --- a/lib/intel_cmds_info.c
> +++ b/lib/intel_cmds_info.c
> @@ -182,6 +182,8 @@ const struct intel_cmds_info xe2_cmds_info  = {
>  	.blt_cmds = {
>  		[XY_FAST_COPY] = &dg2_xy_fast_copy,
>  		[XY_BLOCK_COPY] = &xe2_xy_block_copy,
> +		[MEM_COPY] = &pvc_mem_copy,
> +		[MEM_SET] = &pvc_mem_set,
>  	}
>  };
> 
> --
> 2.39.1



More information about the igt-dev mailing list