[igt-dev] [PATCH i-g-t] i915/gem_tiled_pread_basic: Add test description

sai.gowtham.ch at intel.com sai.gowtham.ch at intel.com
Thu Nov 12 05:00:44 UTC 2020


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

Add more test description to the test.

Cc: Melkaveri Arjun <arjun.melkaveri at intel.com>
Signed-off-by: sai gowtham <sai.gowtham.ch at intel.com>
---
 tests/i915/gem_tiled_pread_basic.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/i915/gem_tiled_pread_basic.c b/tests/i915/gem_tiled_pread_basic.c
index 7cb64410..6b16feb5 100644
--- a/tests/i915/gem_tiled_pread_basic.c
+++ b/tests/i915/gem_tiled_pread_basic.c
@@ -49,7 +49,9 @@
 
 
 IGT_TEST_DESCRIPTION("Test pread behavior on tiled objects with respect to the"
-		     " reported swizzling value.");
+		     " reported swizzling value. The goal is to exercise the"
+		     " slow_bit17_copy path for reading on bit17 machines,"
+		     " but will also be useful for catching swizzling value bugs on");
 
 #define WIDTH 512
 #define HEIGHT 512
-- 
2.28.0



More information about the igt-dev mailing list