[igt-dev] [PATCH i-g-t v3] tests/kms_mmap_write_crc: Add subtest description

Arundhati Hagaragi arundhati.hagaragi at intel.com
Wed May 12 08:06:22 UTC 2021


Added description for subtest

Signed-off-by: Arundhati Hagaragi <arundhati.hagaragi at intel.com>
Cc: B S Karthik <karthik.b.s at intel.com>
Cc: Patnana Venkata Sai <venkata.sai.patnana at intel.com>

v2: Modified description (Sai)
v3: Placed description correctly (Petri)
---
 tests/kms_mmap_write_crc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/kms_mmap_write_crc.c b/tests/kms_mmap_write_crc.c
index 46013808..9cf95aac 100644
--- a/tests/kms_mmap_write_crc.c
+++ b/tests/kms_mmap_write_crc.c
@@ -285,9 +285,10 @@ igt_main_args("n", NULL, NULL, opt_handler, NULL)
 		fork_cpuhog_helper();
 	}
 
+	igt_describe("Tests that caching mode has become UC/WT and flushed and also validates mmap "
+			"write to an uncached buffer ");
 	igt_subtest("main") {
 		igt_info("Using %d rounds for the test\n", ROUNDS);
-
 		for (i = 0; i < ROUNDS; i++)
 			run_test(&data);
 	}
-- 
2.25.1



More information about the igt-dev mailing list