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

sai.gowtham.ch at intel.com sai.gowtham.ch at intel.com
Tue Feb 15 05:23:47 UTC 2022


From: Ch Sai Gowtham <sai.gowtham.ch at intel.com>

Added test description to test and subtest.

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

diff --git a/tests/i915/gem_ringfill.c b/tests/i915/gem_ringfill.c
index ecfa0bea..0d86141b 100644
--- a/tests/i915/gem_ringfill.c
+++ b/tests/i915/gem_ringfill.c
@@ -51,6 +51,9 @@
 #define HIBERNATE 0x40
 #define NEWFD 0x80
 
+IGT_TEST_DESCRIPTION(" This test does many tiny batchbuffer operations to catch"
+		"errors while ring is near full.");
+
 static unsigned int ring_size;
 
 static void check_bo(int fd, uint32_t handle)
@@ -371,6 +374,9 @@ igt_main
 		}
 	}
 
+
+	igt_describe("Test runs on all available engines simultaniously and"
+			" checks how the driver handles a full ring.");
 	igt_subtest("basic-all") {
 		const struct intel_execution_engine2 *e;
 		intel_allocator_multiprocess_start();
-- 
2.35.0



More information about the igt-dev mailing list