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

sandeep.kumar.parupalli at intel.com sandeep.kumar.parupalli at intel.com
Fri Sep 25 05:14:59 UTC 2020


From: Parupalli Sandeep Kumar <sandeep.kumar.parupalli at intel.com>

Added test description to avaliable sub test

Signed-off-by: Parupalli Sandeep Kumar <sandeep.kumar.parupalli at intel.com>
---
 tests/i915/gem_cs_tlb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/i915/gem_cs_tlb.c b/tests/i915/gem_cs_tlb.c
index f72879c3..eeed8e6e 100644
--- a/tests/i915/gem_cs_tlb.c
+++ b/tests/i915/gem_cs_tlb.c
@@ -149,7 +149,7 @@ igt_main
 		fd = drm_open_driver(DRIVER_INTEL);
 		igt_require_gem(fd);
 	}
-
+	igt_describe("Test checks whether we correctly invalidate cs tlb & coherency for each engine");
 	igt_subtest_with_dynamic("engines") {
 		__for_each_physical_engine(fd, e) {
 			igt_dynamic_f("%s", e->name)
-- 
2.28.0



More information about the igt-dev mailing list