[PATCH i-g-t 01/12] tests/intel: Unify Blitter subcategory for i915 and Xe
Katarzyna Piecielska
katarzyna.piecielska at intel.com
Fri Mar 22 12:40:56 UTC 2024
After cleaning up test documentation for i915 tests some Xe tweaks are
needed. Let's unify Blitter subcategory between Xe and i915.
Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska at intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab at linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
Cc: Aditya Chauhan <aditya.chauhan at intel.com>
Cc: Girotra Himanshu <himanshu.girotra at intel.com>
Cc: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
---
tests/intel/xe_ccs.c | 2 +-
tests/intel/xe_copy_basic.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/intel/xe_ccs.c b/tests/intel/xe_ccs.c
index aec83a057..7d0f2f2a1 100644
--- a/tests/intel/xe_ccs.c
+++ b/tests/intel/xe_ccs.c
@@ -21,7 +21,7 @@
/**
* TEST: xe ccs
* Category: Hardware building block
- * Sub-category: blitter
+ * Sub-category: Blitter
* Functionality: flat_ccs
* Description: Exercise gen12 blitter with and without flatccs compression on Xe
* Test category: functionality test
diff --git a/tests/intel/xe_copy_basic.c b/tests/intel/xe_copy_basic.c
index 66c666eac..25e8adca0 100644
--- a/tests/intel/xe_copy_basic.c
+++ b/tests/intel/xe_copy_basic.c
@@ -22,8 +22,8 @@
/**
* TEST: Test to validate copy commands on xe
* Category: Software building block
- * Sub-category: Copy
- * Functionality: blitter
+ * Sub-category: Blitter
+ * Functionality: copy
*/
/**
--
2.34.1
More information about the igt-dev
mailing list