[PATCH i-g-t 03/11] tests/intel: Fix inconsitency in Sub-category names

Katarzyna Piecielska katarzyna.piecielska at intel.com
Fri Mar 22 12:40:59 UTC 2024


Let's fix:
 - s/compute/Compute/
 - s/Flat-CCS/Flat-ccs/
 - s/frequency/Power management/.
 - s/power management/Power management/
 - s/Power Management/Power management/
 - s/sysman/SysMan/
 - s/gpgpu/GPGPU/
 - s/gpgpu/gpgpu_fill/
 - s/evict/eviction/
 - s/BO creation/bo/

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>
---
 tests/intel/xe_compute.c          | 2 +-
 tests/intel/xe_compute_preempt.c  | 2 +-
 tests/intel/xe_create.c           | 2 +-
 tests/intel/xe_evict.c            | 2 +-
 tests/intel/xe_evict_ccs.c        | 2 +-
 tests/intel/xe_gpgpu_fill.c       | 4 ++--
 tests/intel/xe_gt_freq.c          | 2 +-
 tests/intel/xe_noexec_ping_pong.c | 2 +-
 tests/intel/xe_pm.c               | 2 +-
 tests/intel/xe_pm_residency.c     | 2 +-
 tests/intel/xe_sysfs_scheduler.c  | 2 +-
 11 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/tests/intel/xe_compute.c b/tests/intel/xe_compute.c
index 42f42ca0c..9cf359383 100644
--- a/tests/intel/xe_compute.c
+++ b/tests/intel/xe_compute.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Check compute-related functionality
  * Category: Hardware building block
- * Sub-category: compute
+ * Sub-category: Compute
  * Test category: functionality test
  */
 
diff --git a/tests/intel/xe_compute_preempt.c b/tests/intel/xe_compute_preempt.c
index 2bc27eff1..45aa15c78 100644
--- a/tests/intel/xe_compute_preempt.c
+++ b/tests/intel/xe_compute_preempt.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Check compute-related preemption functionality
  * Category: Hardware building block
- * Sub-category: compute
+ * Sub-category: Compute
  * Test category: functionality test
  */
 
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_evict.c b/tests/intel/xe_evict.c
index 43e20ef6c..8ef55211f 100644
--- a/tests/intel/xe_evict.c
+++ b/tests/intel/xe_evict.c
@@ -7,7 +7,7 @@
  * TEST: Check VMA eviction
  * Category: Software building block
  * Sub-category: VMA
- * Functionality: evict
+ * Functionality: eviction
  * GPU requirements: GPU needs to have dedicated VRAM
  */
 
diff --git a/tests/intel/xe_evict_ccs.c b/tests/intel/xe_evict_ccs.c
index 35ae8151a..8e43f691d 100644
--- a/tests/intel/xe_evict_ccs.c
+++ b/tests/intel/xe_evict_ccs.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Check flat-ccs eviction
  * Category: Software building block
- * Sub-category: Flat-CCS
+ * Sub-category: Flat-ccs
  * Functionality: ccs-evict
  * GPU requirements: GPU needs to have dedicated VRAM
  */
diff --git a/tests/intel/xe_gpgpu_fill.c b/tests/intel/xe_gpgpu_fill.c
index eee77d252..a359f9f55 100644
--- a/tests/intel/xe_gpgpu_fill.c
+++ b/tests/intel/xe_gpgpu_fill.c
@@ -6,8 +6,8 @@
 /**
  * TEST: Basic tests for gpgpu functionality
  * Category: Software building block
- * Sub-category: gpgpu
- * Functionality: gpgpu
+ * Sub-category: GPGPU
+ * Functionality: gpgpu_fill
  * Test category: functionality test
  */
 
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_noexec_ping_pong.c b/tests/intel/xe_noexec_ping_pong.c
index d02ef62e4..51f28d9d0 100644
--- a/tests/intel/xe_noexec_ping_pong.c
+++ b/tests/intel/xe_noexec_ping_pong.c
@@ -18,7 +18,7 @@
 /**
  * TEST: Expose compute VM's unnecessary rebinds
  * Category: Hardware building block
- * Sub-category: compute
+ * Sub-category: Compute
  * Functionality: compute VM rebind
  * Test category: functionality test
  *
diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
index 3aa247353..c8a5cc6de 100644
--- a/tests/intel/xe_pm.c
+++ b/tests/intel/xe_pm.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Check Power Management functionality
  * Category: Software building block
- * Sub-category: power management
+ * Sub-category: Power management
  * Test category: functionality test
  */
 
diff --git a/tests/intel/xe_pm_residency.c b/tests/intel/xe_pm_residency.c
index 0d8ead6a2..ad70e2430 100644
--- a/tests/intel/xe_pm_residency.c
+++ b/tests/intel/xe_pm_residency.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Test gtidle properties
  * Category: Software building block
- * Sub-category: Power Management
+ * Sub-category: Power management
  * Functionality: GT C States
  * Test category: functionality test
  */
diff --git a/tests/intel/xe_sysfs_scheduler.c b/tests/intel/xe_sysfs_scheduler.c
index 5a22abbf1..d1ef422f4 100644
--- a/tests/intel/xe_sysfs_scheduler.c
+++ b/tests/intel/xe_sysfs_scheduler.c
@@ -6,7 +6,7 @@
 /**
  * TEST: xe sysfs scheduler
  * Category: Infrastructure
- * Sub-category: sysman
+ * Sub-category: SysMan
  * Functionality: scheduler control interface
  *
  * SUBTEST: %s-invalid
-- 
2.34.1



More information about the igt-dev mailing list