[igt-dev] [PATCH i-g-t] i915/gem_tiled_fence_blits: Added test description for test case

apoorva1.singh at intel.com apoorva1.singh at intel.com
Mon Nov 2 15:19:12 UTC 2020


From: Apoorva Singh <apoorva1.singh at intel.com>

Added test and subtests description

Signed-off-by: Apoorva Singh <apoorva1.singh at intel.com>
Cc: Melkaveri, Arjun <arjun.melkaveri at intel.com>
---
 tests/i915/gem_tiled_fence_blits.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tests/i915/gem_tiled_fence_blits.c b/tests/i915/gem_tiled_fence_blits.c
index 0a633d91..433bf7b1 100644
--- a/tests/i915/gem_tiled_fence_blits.c
+++ b/tests/i915/gem_tiled_fence_blits.c
@@ -45,6 +45,9 @@
 #include "igt.h"
 #include "igt_x86.h"
 
+IGT_TEST_DESCRIPTION("Test doing many tiled blits, with a working set larger"
+		     " than the mappable aperture size.");
+
 enum { width = 512, height = 512 };
 static uint32_t linear[width * height];
 static const int bo_size = sizeof(linear);
@@ -236,9 +239,14 @@ igt_main
 		count = (count + ncpus - 1) / ncpus;
 	}
 
+	igt_describe("Validates the content of small number of tiled buffer objects "
+	       "after random tiled blits among each other");
 	igt_subtest("basic")
 		run_test (fd, 2);
 
+	igt_describe("Validates the content of large number of tiled buffer objects "
+	       "(working set larger than the mappable aperture size) after random tiled blits among "
+	       "each other, performed on multiple parallel threads");
 	igt_subtest("normal") {
 		igt_fork(child, ncpus)
 			run_test(fd, count);
-- 
2.25.1



More information about the igt-dev mailing list