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

sai.gowtham.ch at intel.com sai.gowtham.ch at intel.com
Thu Jan 28 05:13:32 UTC 2021


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

Added test description to all the available subtests.

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

diff --git a/tests/i915/gem_exec_gttfill.c b/tests/i915/gem_exec_gttfill.c
index c0e27c9b..e6c756e6 100644
--- a/tests/i915/gem_exec_gttfill.c
+++ b/tests/i915/gem_exec_gttfill.c
@@ -216,9 +216,12 @@ igt_main
 		igt_fork_hang_detector(i915);
 	}
 
+	igt_describe("Check that we can handle enough batches to fill gtt");
 	igt_subtest("basic") /* just enough to run a single pass */
 		fillgtt(i915, ALL_ENGINES, 1);
 
+	igt_describe("checks the correctness of handling enought batches to fill gtt"
+			"for each engine");
 	igt_subtest_with_dynamic("engines") {
 		__for_each_physical_engine(i915, e) {
 			if (!gem_class_can_store_dword(i915, e->class))
@@ -229,6 +232,8 @@ igt_main
 		}
 	}
 
+	igt_describe("stress test check behaviour/correctness of handling"
+			"batches to fill gtt");
 	igt_subtest("all")
 		fillgtt(i915, ALL_ENGINES, 20);
 
-- 
2.28.0



More information about the igt-dev mailing list