[igt-dev] [PATCH i-g-t] Added test description for test case.
sai.gowtham.ch at intel.com
sai.gowtham.ch at intel.com
Thu Nov 5 04:28:51 UTC 2020
From: sai gowtham <sai.gowtham.ch at intel.com>
Added test description to test and basic-all subtest
Cc: Melkaveri Arjun <arjun.melkaveri at intel.com>
Signed-off-by: sai gowtham <sai.gowtham.ch at intel.com>
---
tests/i915/gem_ringfill.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/i915/gem_ringfill.c b/tests/i915/gem_ringfill.c
index c499cb0d..aebbd15a 100644
--- a/tests/i915/gem_ringfill.c
+++ b/tests/i915/gem_ringfill.c
@@ -50,6 +50,9 @@
#define HIBERNATE 0x40
#define NEWFD 0x80
+IGT_TEST_DESCRIPTION("This test does many tiny batchbuffer operations, in the"
+ " hope of catching failure to manage the ring properly near full");
+
static unsigned int ring_size;
static void check_bo(int fd, uint32_t handle)
@@ -348,6 +351,8 @@ igt_main
}
}
+ igt_describe("This test does a basic pass over on all engines simultaniously"
+ " and checks how the driver handles a full ring.");
igt_subtest("basic-all") {
const struct intel_execution_engine2 *e;
--
2.28.0
More information about the igt-dev
mailing list