[PATCH i-g-t 02/12] tests/intel: Introduce CMD submission Sub-category for XE

Kamil Konieczny kamil.konieczny at linux.intel.com
Mon Mar 25 14:48:18 UTC 2024


Hi Katarzyna,
On 2024-03-22 at 12:40:57 +0000, Katarzyna Piecielska wrote:
> Let's introduce 'CMD submission' subcategory in Xe. So far 'execbuf'
> subcategory was used.
> Also let's move xe_exec_store to CMD submission subcategory
> 
> 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_exec_balancer.c     | 2 +-
>  tests/intel/xe_exec_basic.c        | 2 +-
>  tests/intel/xe_exec_compute_mode.c | 2 +-
>  tests/intel/xe_exec_fault_mode.c   | 2 +-
>  tests/intel/xe_exec_reset.c        | 2 +-
>  tests/intel/xe_exec_store.c        | 2 +-
>  tests/intel/xe_exec_threads.c      | 2 +-
>  7 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/tests/intel/xe_exec_balancer.c b/tests/intel/xe_exec_balancer.c
> index 02edd389d..6e467e34a 100644
> --- a/tests/intel/xe_exec_balancer.c
> +++ b/tests/intel/xe_exec_balancer.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Basic tests for execbuf functionality for virtual and parallel exec_queues
>   * Category: Hardware building block
> - * Sub-category: execbuf
> + * Sub-category: CMD submission
>   * Functionality: virtual and parallel exec_queues
>   * Test category: functionality test
>   */
> diff --git a/tests/intel/xe_exec_basic.c b/tests/intel/xe_exec_basic.c
> index e6f8db5b0..06be502d6 100644
> --- a/tests/intel/xe_exec_basic.c
> +++ b/tests/intel/xe_exec_basic.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Basic tests for execbuf functionality
>   * Category: Hardware building block
> - * Sub-category: execbuf
> + * Sub-category: CMD submission
>   * Functionality: exec_queues
>   */
>  
> diff --git a/tests/intel/xe_exec_compute_mode.c b/tests/intel/xe_exec_compute_mode.c
> index 2ba94d2c6..c1f703c43 100644
> --- a/tests/intel/xe_exec_compute_mode.c
> +++ b/tests/intel/xe_exec_compute_mode.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Basic tests for execbuf compute machine functionality
>   * Category: Hardware building block
> - * Sub-category: execbuf
> + * Sub-category: CMD submission
>   * Functionality: compute machine
>   */
>  
> diff --git a/tests/intel/xe_exec_fault_mode.c b/tests/intel/xe_exec_fault_mode.c
> index 20a7cf8fe..72a7bd4fd 100644
> --- a/tests/intel/xe_exec_fault_mode.c
> +++ b/tests/intel/xe_exec_fault_mode.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Basic tests for execbuf functionality for virtual and parallel exec_queues
>   * Category: Hardware building block
> - * Sub-category: execbuf
> + * Sub-category: CMD submission
>   * Functionality: fault mode
>   * GPU requirements: GPU needs support for DRM_XE_VM_CREATE_FLAG_FAULT_MODE
>   */
> diff --git a/tests/intel/xe_exec_reset.c b/tests/intel/xe_exec_reset.c
> index a39e5860e..22735688a 100644
> --- a/tests/intel/xe_exec_reset.c
> +++ b/tests/intel/xe_exec_reset.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Basic tests for execbuf functionality for virtual and parallel exec_queues
>   * Category: Hardware building block
> - * Sub-category: execbuf
> + * Sub-category: CMD submission
>   * Functionality: reset
>   * Test category: functionality test
>   */
> diff --git a/tests/intel/xe_exec_store.c b/tests/intel/xe_exec_store.c
> index 55354e688..c57bcb852 100644
> --- a/tests/intel/xe_exec_store.c
> +++ b/tests/intel/xe_exec_store.c
> @@ -15,7 +15,7 @@
>  /**
>   * TEST: Tests to verify store dword functionality.
>   * Category: Software building block
> - * Sub-category: HW
> + * Sub-category: CMD submission
>   * Functionality: intel-bb
>   * Test category: functionality test
>   */
> diff --git a/tests/intel/xe_exec_threads.c b/tests/intel/xe_exec_threads.c
> index 977e8c600..05ea1d35a 100644
> --- a/tests/intel/xe_exec_threads.c
> +++ b/tests/intel/xe_exec_threads.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Basic tests for execbuf functionality
>   * Category: Hardware building block
> - * Sub-category: execbuf
> + * Sub-category: CMD submission
>   * Functionality: multi-threads
>   * Test category: functionality test
>   */
> -- 
> 2.34.1
> 


More information about the igt-dev mailing list