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

janga.rahul.kumar at intel.com janga.rahul.kumar at intel.com
Mon Jun 6 07:17:36 UTC 2022


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>
---
 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)
-- 
2.25.1



More information about the igt-dev mailing list