[PATCH i-g-t v3 03/16] tests/intel: Add Blitter tests to General Core Mega feature
Katarzyna Piecielska
katarzyna.piecielska at intel.com
Mon May 13 10:48:33 UTC 2024
Add Blitter tests to General Core mega feature.
Group:
SUBTEST
Description
Category
Mega feature
Sub-category
Functionality
Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska at intel.com>
Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab at linux.intel.com>
Cc: Aditya Chauhan <aditya.chauhan at intel.com>
Cc: Girotra Himanshu <himanshu.girotra at intel.com>
CC: Sandeep Kumar Parupalli <sandeep.kumar.parupalli at intel.com>
---
tests/intel/gem_exercise_blt.c | 5 +++--
tests/intel/gem_linear_blits.c | 7 ++++---
tests/intel/gem_set_tiling_vs_blt.c | 7 ++++---
tests/intel/gen9_exec_parse.c | 7 ++++---
tests/intel/i915_selftest.c | 10 ++++++----
tests/intel/xe_ccs.c | 3 ++-
tests/intel/xe_copy_basic.c | 3 ++-
tests/intel/xe_exercise_blt.c | 3 ++-
8 files changed, 27 insertions(+), 18 deletions(-)
diff --git a/tests/intel/gem_exercise_blt.c b/tests/intel/gem_exercise_blt.c
index 7554aaef1..4d62a037a 100644
--- a/tests/intel/gem_exercise_blt.c
+++ b/tests/intel/gem_exercise_blt.c
@@ -13,10 +13,11 @@
/**
* TEST: gem exercise blt
* Description: Exercise blitter commands
- * Feature: blitter feature
- * Sub-category: Blitter
* Category: Desktop client
+ * Mega feature: General Core features
+ * Sub-category: Blitter tests
* Functionality: fast-copy
+ * Feature: blitter
* Test category: GEM_Legacy
*
* SUBTEST: fast-copy
diff --git a/tests/intel/gem_linear_blits.c b/tests/intel/gem_linear_blits.c
index 023b2026b..f5b86e37c 100644
--- a/tests/intel/gem_linear_blits.c
+++ b/tests/intel/gem_linear_blits.c
@@ -51,11 +51,12 @@
#include "intel_blt.h"
/**
* TEST: gem linear blits
- * Category: Infrastructure
* Description: Test doing many blits with a working set larger than the aperture size.
- * Feature: blitter feature
+ * Category: Infrastructure
+ * Mega feature: General Core features
+ * Sub-category: Blitter tests
* Functionality: linear blits
- * Sub-category: Blitter
+ * Feature: blitter
* Test category: GEM_Legacy
*
* SUBTEST: basic
diff --git a/tests/intel/gem_set_tiling_vs_blt.c b/tests/intel/gem_set_tiling_vs_blt.c
index 1a1bd86aa..ecd4fc711 100644
--- a/tests/intel/gem_set_tiling_vs_blt.c
+++ b/tests/intel/gem_set_tiling_vs_blt.c
@@ -60,10 +60,11 @@
/**
* TEST: gem set tiling vs blt
* Description: Check for proper synchronization of tiling changes vs. tiled gpu access.
- * Feature: blitter feature, gtt
- * Functionality: tiling
- * Sub-category: Blitter
* Category: Desktop client
+ * Mega feature: General Core features
+ * Sub-category: Blitter tests
+ * Functionality: tiling
+ * Feature: blitter, gtt
*
* SUBTEST: tiled-to-tiled
* Description: Check for proper synchronization of tiled->tiled transition.
diff --git a/tests/intel/gen9_exec_parse.c b/tests/intel/gen9_exec_parse.c
index c9d97ba7a..021c07c38 100644
--- a/tests/intel/gen9_exec_parse.c
+++ b/tests/intel/gen9_exec_parse.c
@@ -35,10 +35,11 @@
#include "sw_sync.h"
/**
* TEST: gen9 exec parse
- * Feature: blitter feature, command_parser
- * Sub-category: Blitter
- * Functionality: command parser
* Category: Desktop client
+ * Mega feature: General Core features
+ * Sub-category: Blitter tests
+ * Functionality: command parser
+ * Feature: blitter, command_parser
*
* SUBTEST: allowed-all
*
diff --git a/tests/intel/i915_selftest.c b/tests/intel/i915_selftest.c
index 95561f3a3..a1acd8c9a 100644
--- a/tests/intel/i915_selftest.c
+++ b/tests/intel/i915_selftest.c
@@ -40,11 +40,12 @@
* Sub-category: Synchronization
*
* SUBTEST: live at blt
- * Category: Selftest
* Description: Blitter validation
+ * Category: Selftest
+ * Mega feature: General Core features
+ * Sub-category: Blitter tests
* Functionality: command streamer
* Test category: i915 / HW
- * Sub-category: Blitter
*
* SUBTEST: live at client
* Category: Selftest
@@ -376,11 +377,12 @@
* Test category: i915
*
* SUBTEST: live at win_blt_copy
- * Category: Selftest
* Description: Validation of migration interface
+ * Category: Selftest
+ * Mega feature: General Core features
+ * Sub-category: Blitter tests
* Functionality: migration interface
* Test category: i915 / HW
- * Sub-category: Blitter
*
* SUBTEST: live at workarounds
* Category: Selftest
diff --git a/tests/intel/xe_ccs.c b/tests/intel/xe_ccs.c
index 706d760cc..a083325c0 100644
--- a/tests/intel/xe_ccs.c
+++ b/tests/intel/xe_ccs.c
@@ -21,7 +21,8 @@
/**
* TEST: xe ccs
* Category: Hardware building block
- * Sub-category: Blitter
+ * Mega feature: General Core features
+ * Sub-category: Blitter tests
* 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 25e8adca0..86fdac0ce 100644
--- a/tests/intel/xe_copy_basic.c
+++ b/tests/intel/xe_copy_basic.c
@@ -22,7 +22,8 @@
/**
* TEST: Test to validate copy commands on xe
* Category: Software building block
- * Sub-category: Blitter
+ * Mega feature: General Core features
+ * Sub-category: Blitter tests
* Functionality: copy
*/
diff --git a/tests/intel/xe_exercise_blt.c b/tests/intel/xe_exercise_blt.c
index 253edec7f..1b86e9757 100644
--- a/tests/intel/xe_exercise_blt.c
+++ b/tests/intel/xe_exercise_blt.c
@@ -15,7 +15,8 @@
/**
* TEST: xe exercise blt
* Category: Hardware building block
- * Sub-category: Blitter
+ * Mega feature: General Core features
+ * Sub-category: Blitter tests
* Functionality: flat_ccs
* Description: Exercise blitter commands on Xe
* Test category: functionality test
--
2.34.1
More information about the igt-dev
mailing list