[igt-dev] [1/2] tests/i915/gem_tiled_fence_blits : Added subtests description

Kamil Konieczny kamil.konieczny at linux.intel.com
Mon Jun 6 09:33:48 UTC 2022


On 2022-06-06 at 12:47:36 +0530, janga.rahul.kumar at intel.com wrote:
> From: Janga Rahul Kumar <janga.rahul.kumar at intel.com>
> 
> Added test description to all the available subtests.
> 
> Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> Signed-off-by: Janga Rahul Kumar <janga.rahul.kumar at intel.com>

Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>

> ---
>  tests/i915/gem_tiled_fence_blits.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/tests/i915/gem_tiled_fence_blits.c b/tests/i915/gem_tiled_fence_blits.c
> index 0b69c0de..1c621d1e 100644
> --- a/tests/i915/gem_tiled_fence_blits.c
> +++ b/tests/i915/gem_tiled_fence_blits.c
> @@ -46,6 +46,10 @@
>  #include "igt.h"
>  #include "igt_x86.h"
>  
> +IGT_TEST_DESCRIPTION("Tests fence management problems related to tiled blits by performing "
> +		     "many blits on tiled buffer objects with fences enabled and with working "
> +		     "set larger than the aperture size.");
> +
>  enum { width = 512, height = 512 };
>  static uint32_t linear[width * height];
>  static const int bo_size = sizeof(linear);
> @@ -266,9 +270,11 @@ igt_main
>  		count = (count + ncpus - 1) / ncpus;
>  	}
>  
> +	igt_describe("Check basic functionality.");
>  	igt_subtest("basic")
>  		run_test(fd, 2, end);
>  
> +	igt_describe("Check with parallel execution.");
>  	igt_subtest("normal") {
>  		intel_allocator_multiprocess_start();
>  		igt_fork(child, ncpus)


More information about the igt-dev mailing list