[igt-dev] [PATCH i-g-t] i915/gem_render_linear_blits: Add test description

sai.gowtham.ch at intel.com sai.gowtham.ch at intel.com
Thu Nov 12 04:49:20 UTC 2020


From: sai gowtham <sai.gowtham.ch at intel.com>

Added more test description to the test and basic subtest.

Cc: Melkaveri Arjun <arjun.melkaveri at intel.com>
Signed-off-by: sai gowtham <sai.gowtham.ch at intel.com>
---
 tests/i915/gem_render_linear_blits.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/i915/gem_render_linear_blits.c b/tests/i915/gem_render_linear_blits.c
index 8e646127..0cbd205c 100644
--- a/tests/i915/gem_render_linear_blits.c
+++ b/tests/i915/gem_render_linear_blits.c
@@ -55,6 +55,9 @@
 #define HEIGHT 512
 #define SIZE (HEIGHT*STRIDE)
 
+IGT_TEST_DESCRIPTION("This is a test of doing many blits, with a working set"
+		" larger than the aperture size. The goal is to simply ensure"
+		" the basics work.");
 static uint32_t linear[WIDTH*HEIGHT];
 static igt_render_copyfunc_t render_copy;
 
@@ -170,6 +173,8 @@ igt_main
 		igt_require_gem(fd);
 	}
 
+	igt_describe("This is a basic test for render blit where it"
+			" does many blits, with a working set larger than the aperture size.");
 	igt_subtest("basic") {
 		run_test(fd, 2);
 	}
-- 
2.28.0



More information about the igt-dev mailing list