[PATCH i-g-t 18/24] tests: Introduce Synchronization subcategory

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Mon Mar 4 15:22:23 UTC 2024


On Mon,  4 Mar 2024 11:16:11 +0000
Katarzyna Piecielska <katarzyna.piecielska at intel.com> wrote:

> DRM and i915 subcategories seems to be too wide and general. Let's use
> Synchronization subcategory.

LGTM.
Reviewed-by: Mauro Carvalho Chehab <mchehab at kernel.org>

> 
> 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>
> ---
>  tests/intel/gem_sync.c   | 2 +-
>  tests/intel/gem_wait.c   | 2 +-
>  tests/sw_sync.c          | 2 +-
>  tests/syncobj_basic.c    | 2 +-
>  tests/syncobj_timeline.c | 2 +-
>  tests/syncobj_wait.c     | 2 +-
>  6 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/tests/intel/gem_sync.c b/tests/intel/gem_sync.c
> index d3de2e77e..129ee3b68 100644
> --- a/tests/intel/gem_sync.c
> +++ b/tests/intel/gem_sync.c
> @@ -38,7 +38,7 @@
>   * Description: Basic check of ring<->ring write synchronisation.
>   * Feature: synchronization
>   * Functionality: semaphore
> - * Sub-category: i915
> + * Sub-category: Synchronization
>   * Test category: GEM_Legacy
>   * Run type: FULL
>   *
> diff --git a/tests/intel/gem_wait.c b/tests/intel/gem_wait.c
> index e2a598c64..0d4a959b1 100644
> --- a/tests/intel/gem_wait.c
> +++ b/tests/intel/gem_wait.c
> @@ -37,7 +37,7 @@
>   * Description: Tests the GEM_WAIT ioctl
>   * Feature: synchronization
>   * Functionality: semaphore
> - * Sub-category: i915
> + * Sub-category: Synchronization
>   * Test category: GEM_Legacy
>   * Run type: FULL
>   *
> diff --git a/tests/sw_sync.c b/tests/sw_sync.c
> index 6c476ff46..40ecec665 100644
> --- a/tests/sw_sync.c
> +++ b/tests/sw_sync.c
> @@ -45,7 +45,7 @@
>   * Feature: synchronization
>   * Functionality: semaphore
>   * Run type: FULL
> - * Sub-category: DRM
> + * Sub-category: Synchronization
>   * Test category: GEM_Legacy
>   *
>   * SUBTEST: alloc_fence
> diff --git a/tests/syncobj_basic.c b/tests/syncobj_basic.c
> index f079baf09..6c75fce96 100644
> --- a/tests/syncobj_basic.c
> +++ b/tests/syncobj_basic.c
> @@ -33,7 +33,7 @@
>   * Feature: synchronization
>   * Functionality: semaphore
>   * Run type: FULL
> - * Sub-category: DRM
> + * Sub-category: Synchronization
>   * Test category: GEM_Legacy
>   *
>   * SUBTEST: bad-create-flags
> diff --git a/tests/syncobj_timeline.c b/tests/syncobj_timeline.c
> index ea8341a30..083091583 100644
> --- a/tests/syncobj_timeline.c
> +++ b/tests/syncobj_timeline.c
> @@ -37,7 +37,7 @@
>   * Feature: synchronization
>   * Functionality: semaphore
>   * Run type: FULL
> - * Sub-category: DRM
> + * Sub-category: Synchronization
>   * Test category: GEM_Legacy
>   *
>   * SUBTEST: 32bits-limit
> diff --git a/tests/syncobj_wait.c b/tests/syncobj_wait.c
> index e0ff69b79..687f2613e 100644
> --- a/tests/syncobj_wait.c
> +++ b/tests/syncobj_wait.c
> @@ -37,7 +37,7 @@
>   * Feature: synchronization
>   * Functionality: semaphore
>   * Run type: FULL
> - * Sub-category: DRM
> + * Sub-category: Synchronization
>   * Test category: GEM_Legacy
>   *
>   * SUBTEST: invalid-multi-wait-all-unsubmitted


More information about the igt-dev mailing list