[igt-dev] [PATCH i-g-t 2/3] lib/intel_cmds_info: Add M_MATRIX in mem_copy as it is supported for PVC
sai.gowtham.ch at intel.com
sai.gowtham.ch at intel.com
Mon Oct 16 18:07:15 UTC 2023
From: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
Adding M_MATRIX copy type in MEM_COPY as it is supported for PVC
Cc: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
---
lib/intel_cmds_info.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/intel_cmds_info.c b/lib/intel_cmds_info.c
index 1bf13fdc1..2e51ec081 100644
--- a/lib/intel_cmds_info.c
+++ b/lib/intel_cmds_info.c
@@ -84,7 +84,8 @@ static const struct blt_cmd_info
static const struct blt_cmd_info
pvc_mem_copy = BLT_INFO(MEM_COPY,
- BIT(M_LINEAR));
+ BIT(M_LINEAR) |
+ BIT(M_MATRIX));
static const struct blt_cmd_info
pvc_mem_set = BLT_INFO(MEM_SET,
--
2.39.1
More information about the igt-dev
mailing list