[PATCH i-g-t] lib/intel_cmds_info: Add MEM_COPY/SET support for Lunarlake
sai.gowtham.ch at intel.com
sai.gowtham.ch at intel.com
Tue Jan 9 09:56:02 UTC 2024
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
More information about the igt-dev
mailing list