public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/i915/gem_set_tiling_vs_pwrite: disable test on gens without ggtt
@ 2020-02-04  7:21 Zbigniew Kempczyński
  2020-02-04  8:41 ` Chris Wilson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Zbigniew Kempczyński @ 2020-02-04  7:21 UTC (permalink / raw)
  To: igt-dev

Test requires fences to map via ggtt so we can skip it on newer gens.

Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
---
 tests/i915/gem_set_tiling_vs_pwrite.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/i915/gem_set_tiling_vs_pwrite.c b/tests/i915/gem_set_tiling_vs_pwrite.c
index 25a28191..b37a2ee4 100644
--- a/tests/i915/gem_set_tiling_vs_pwrite.c
+++ b/tests/i915/gem_set_tiling_vs_pwrite.c
@@ -55,6 +55,7 @@ igt_simple_main
 	uint32_t handle;
 
 	fd = drm_open_driver(DRIVER_INTEL);
+	gem_require_mappable_ggtt(fd);
 
 	for (i = 0; i < OBJECT_SIZE/4; i++)
 		data[i] = i;
-- 
2.23.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-02-06 12:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-04  7:21 [igt-dev] [PATCH i-g-t] tests/i915/gem_set_tiling_vs_pwrite: disable test on gens without ggtt Zbigniew Kempczyński
2020-02-04  8:41 ` Chris Wilson
2020-02-04 14:27 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-02-06 12:53 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

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