[PATCH i-g-t] lib/intel_cmds_info: Add MEM_COPY/SET support for Lunarlake
Zbigniew Kempczyński
zbigniew.kempczynski at intel.com
Wed Jan 10 18:30:39 UTC 2024
On Tue, Jan 09, 2024 at 03:26:02PM +0530, sai.gowtham.ch at intel.com wrote:
> 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>
> ---
> 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
>
Looks good and works fine:
Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
--
Zbigniew
More information about the igt-dev
mailing list