summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKatarzyna Piecielska <katarzyna.piecielska@intel.com>2024-05-13 10:48:35 +0000
committerKamil Konieczny <kamil.konieczny@linux.intel.com>2024-05-15 13:56:07 +0200
commit0dfaa223f3319548d65fe131635f7f6edd93f98c (patch)
tree50cd77326e181e6f79a51b7196c8e18fb200f294 /tests
parent05df76fe6bbb56cca006829a8341e0432f000808 (diff)
tests/intel: Introduce Compute Mega feature
Add mega feature to Compute tests. Group: SUBTEST Description Category Mega feature Sub-category Functionality Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com> Cc: Aditya Chauhan <aditya.chauhan@intel.com> Cc: Girotra Himanshu <himanshu.girotra@intel.com> Cc: Sandeep Kumar Parupalli <sandeep.kumar.parupalli@intel.com> Reviewed-by: Gandi Ramadevi <ramadevi.gandi@intel.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/intel/gem_compute.c5
-rw-r--r--tests/intel/gem_ctx_persistence.c2
-rw-r--r--tests/intel/gem_userptr_blits.c5
-rw-r--r--tests/intel/xe_compute.c3
-rw-r--r--tests/intel/xe_compute_preempt.c3
-rw-r--r--tests/intel/xe_noexec_ping_pong.c3
-rw-r--r--tests/intel/xe_pm.c2
7 files changed, 14 insertions, 9 deletions
diff --git a/tests/intel/gem_compute.c b/tests/intel/gem_compute.c
index ffab45d61..bc640fa11 100644
--- a/tests/intel/gem_compute.c
+++ b/tests/intel/gem_compute.c
@@ -6,7 +6,8 @@
/**
* TEST: Check compute-related functionality
* Category: Hardware building block
- * Sub-category: Compute
+ * Mega feature: Compute
+ * Sub-category: Compute tests
* Test category: functionality test
*/
@@ -21,7 +22,7 @@
* Description:
* Run an openCL Kernel that returns output[i] = input[i] * input[i],
* for an input dataset..
- * Functionality: compute openCL kernel
+ * Functionality: OpenCL kernel
*/
static void
test_compute_square(int fd)
diff --git a/tests/intel/gem_ctx_persistence.c b/tests/intel/gem_ctx_persistence.c
index 57dd85b88..6c220fba5 100644
--- a/tests/intel/gem_ctx_persistence.c
+++ b/tests/intel/gem_ctx_persistence.c
@@ -47,11 +47,11 @@
#include "sw_sync.h"
/**
* TEST: gem ctx persistence
- * Feature: context feature
* Category: Server
* Mega feature: General Core features
* Sub-category: CMD submission
* Functionality: context
+ * Feature: context
* Test category: GEM_Legacy
*
* SUBTEST: engines-cleanup
diff --git a/tests/intel/gem_userptr_blits.c b/tests/intel/gem_userptr_blits.c
index 66f2a9416..f62e7dbbf 100644
--- a/tests/intel/gem_userptr_blits.c
+++ b/tests/intel/gem_userptr_blits.c
@@ -70,9 +70,10 @@
/**
* TEST: gem userptr blits
* Category: Server
+ * Mega feature: Compute
+ * Sub-category: Compute tests
+ * Functionality: userptr blits
* Feature: userptr
- * Functionality: buffer management
- * Sub-category: Compute
* Test category: GEM_Legacy
*
* SUBTEST: access-control
diff --git a/tests/intel/xe_compute.c b/tests/intel/xe_compute.c
index 735b2fcd0..8cf5e393b 100644
--- a/tests/intel/xe_compute.c
+++ b/tests/intel/xe_compute.c
@@ -6,7 +6,8 @@
/**
* TEST: Check compute-related functionality
* Category: Hardware building block
- * Sub-category: Compute
+ * Mega feature: Compute
+ * Sub-category: Compute tests
* Test category: functionality test
*/
diff --git a/tests/intel/xe_compute_preempt.c b/tests/intel/xe_compute_preempt.c
index 3817b5a30..306b178df 100644
--- a/tests/intel/xe_compute_preempt.c
+++ b/tests/intel/xe_compute_preempt.c
@@ -6,7 +6,8 @@
/**
* TEST: Check compute-related preemption functionality
* Category: Hardware building block
- * Sub-category: Compute
+ * Mega feature: Compute
+ * Sub-category: Compute tests
* Functionality: OpenCL kernel
* Test category: functionality test
*/
diff --git a/tests/intel/xe_noexec_ping_pong.c b/tests/intel/xe_noexec_ping_pong.c
index f88f2af9d..9024623d9 100644
--- a/tests/intel/xe_noexec_ping_pong.c
+++ b/tests/intel/xe_noexec_ping_pong.c
@@ -18,7 +18,8 @@
/**
* TEST: Expose compute VM's unnecessary rebinds
* Category: Hardware building block
- * Sub-category: Compute
+ * Mega feature: Compute
+ * Sub-category: Compute tests
* Functionality: VM rebind
* Test category: functionality test
*
diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
index 6df1b51af..9cb00c7f1 100644
--- a/tests/intel/xe_pm.c
+++ b/tests/intel/xe_pm.c
@@ -618,7 +618,7 @@ static void test_mmap(device_t device, uint32_t placement, uint32_t flags)
* Description:
* Validate mocs register contents over suspend resume
*
- * Functionality: mocs
+ * Functionality: mocs registers
* Run type: FULL
*/
/**