[PATCH i-g-t v2 04/13] tests/intel: Adjust Xe Sub-category/Functionality to i915 test docs

Katarzyna Piecielska katarzyna.piecielska at intel.com
Tue Mar 26 09:28:58 UTC 2024


Let's fix:
	- s/frequency/Power management/
	- s/evict/eviction/
	- s/BO creation/bo/
	- s/fill surface with media block/fill media/

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>
Acked-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
---
 tests/intel/xe_create.c     | 2 +-
 tests/intel/xe_gt_freq.c    | 2 +-
 tests/intel/xe_media_fill.c | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/intel/xe_create.c b/tests/intel/xe_create.c
index 1d3918663..fd5d71d8a 100644
--- a/tests/intel/xe_create.c
+++ b/tests/intel/xe_create.c
@@ -273,7 +273,7 @@ static void create_massive_size(int fd)
 
 /**
  * SUBTEST: create-big-vram
- * Functionality: BO creation
+ * Functionality: bo
  * Test category: functionality test
  * Description: Verifies the creation of substantial BO within VRAM,
  *		constituting all available CPU-visible VRAM.
diff --git a/tests/intel/xe_gt_freq.c b/tests/intel/xe_gt_freq.c
index f0de341cb..c12f6c52c 100644
--- a/tests/intel/xe_gt_freq.c
+++ b/tests/intel/xe_gt_freq.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Test Xe GT frequency request functionality
  * Category: Infrastructure
- * Sub-category: frequency
+ * Sub-category: Power management
  * Functionality: frequency request
  * Test category: functionality test
  */
diff --git a/tests/intel/xe_media_fill.c b/tests/intel/xe_media_fill.c
index ddda1b535..e6b5aaf73 100644
--- a/tests/intel/xe_media_fill.c
+++ b/tests/intel/xe_media_fill.c
@@ -29,9 +29,9 @@
  * TEST: xe media fill
  * Category: Hardware building block
  * Sub-category: Media
- * Functionality: fill surface with media block
+ * Functionality: fill media
  * Description: Basic tests for the media_fill() function.
- * Feature: media
+ * Feature: media feature
  * Test category: functionality test
  *
  * SUBTEST: media-fill
-- 
2.34.1



More information about the igt-dev mailing list