public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] i915/gem_ppgtt: Check for blitter support
@ 2019-09-23  7:36 Chris Wilson
  2019-09-23  7:45 ` Mika Kuoppala
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chris Wilson @ 2019-09-23  7:36 UTC (permalink / raw)
  To: intel-gfx; +Cc: igt-dev

Another type of bcs user, hidden away.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
---
 tests/i915/gem_ppgtt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/i915/gem_ppgtt.c b/tests/i915/gem_ppgtt.c
index 0d40a7b78..89cdc4dbc 100644
--- a/tests/i915/gem_ppgtt.c
+++ b/tests/i915/gem_ppgtt.c
@@ -295,6 +295,7 @@ igt_main
 	igt_fixture {
 		int fd = drm_open_driver(DRIVER_INTEL);
 		igt_require_gem(fd);
+		gem_require_blitter(fd);
 		close(fd);
 	}
 
-- 
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:[~2019-09-23 13:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-23  7:36 [igt-dev] [PATCH i-g-t] i915/gem_ppgtt: Check for blitter support Chris Wilson
2019-09-23  7:45 ` Mika Kuoppala
2019-09-23  9:15 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-09-23 13:12 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

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