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

sai.gowtham.ch at intel.com sai.gowtham.ch at intel.com
Fri Apr 29 09:46:48 UTC 2022


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

Added test description for subtest that are available.

Cc: Kamil Konieczny <kamil.konieczny at linux.intel.com>
Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
---
 tests/i915/gem_bad_reloc.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/i915/gem_bad_reloc.c b/tests/i915/gem_bad_reloc.c
index 3ca0f345..478e78a6 100644
--- a/tests/i915/gem_bad_reloc.c
+++ b/tests/i915/gem_bad_reloc.c
@@ -197,12 +197,17 @@ igt_main
 		gem_require_blitter(fd);
 	}
 
+	igt_describe("SNA behaviour is compressing batch buffer which leads to negative"
+		     " relocation deltas. Negative self-relocation happening with"
+		     " real offset 0.\n");
 	igt_subtest("negative-reloc")
 		negative_reloc(fd, 0);
 
+	igt_describe("Similar to previous test with flags for lut_based_execbuffer.");
 	igt_subtest("negative-reloc-lut")
 		negative_reloc(fd, USE_LUT);
 
+	igt_describe("Exercising blitter operation with negative reloc.\n");
 	igt_subtest("negative-reloc-bltcopy")
 		negative_reloc_blt(fd);
 
-- 
2.35.1



More information about the igt-dev mailing list