Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] i915/gem_mmap_wc: Align subtests with correct function calls
@ 2020-09-09  8:31 apoorva1.singh
  2020-09-09  8:49 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: apoorva1.singh @ 2020-09-09  8:31 UTC (permalink / raw)
  To: igt-dev, chris, arjun.melkaveri

From: Apoorva Singh <apoorva1.singh@intel.com>

- Fix the name of subtest "write-gtt-read-gtt"
- Fix subtests "write-wc-read-gtt" and "write-gtt-read-gtt"
to call correct fucntions

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Melkaveri, Arjun <arjun.melkaveri@intel.com>
Signed-off-by: Apoorva Singh <apoorva1.singh@intel.com>
---
 tests/i915/gem_mmap_wc.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/i915/gem_mmap_wc.c b/tests/i915/gem_mmap_wc.c
index f44b406d..c940376a 100644
--- a/tests/i915/gem_mmap_wc.c
+++ b/tests/i915/gem_mmap_wc.c
@@ -329,7 +329,7 @@ test_write_cpu_read_wc(int fd, int force_domain)
 }
 
 static void
-test_write_gtt_read_wc(int fd)
+test_write_wc_read_gtt(int fd)
 {
 	uint32_t handle;
 	uint32_t *src, *dst;
@@ -350,7 +350,7 @@ test_write_gtt_read_wc(int fd)
 }
 
 static void
-test_write_wc_read_gtt(int fd)
+test_write_gtt_read_wc(int fd)
 {
 	uint32_t handle;
 	uint32_t *src, *dst;
@@ -610,7 +610,7 @@ igt_main
 		igt_fixture gem_require_mappable_ggtt(fd);
 		igt_subtest("write-wc-read-gtt")
 			test_write_wc_read_gtt(fd);
-		igt_subtest("write-gtt-read-gtt")
+		igt_subtest("write-gtt-read-wc")
 			test_write_gtt_read_wc(fd);
 	}
 
-- 
2.28.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-05 13:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-09  8:31 [igt-dev] [PATCH i-g-t] i915/gem_mmap_wc: Align subtests with correct function calls apoorva1.singh
2020-09-09  8:49 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2020-09-09 21:02 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh
2020-10-05 13:42 ` Chris Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox