igt-dev.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] igt/gem_render_copy_redux: Check for GEM before use
@ 2018-07-12 15:38 Chris Wilson
  2018-07-12 18:48 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chris Wilson @ 2018-07-12 15:38 UTC (permalink / raw)
  To: intel-gfx; +Cc: igt-dev

As render copy wants to use the GPU, we should make sure it is not
wedged first.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 tests/gem_render_copy_redux.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/gem_render_copy_redux.c b/tests/gem_render_copy_redux.c
index 27098ea6d..a861862d0 100644
--- a/tests/gem_render_copy_redux.c
+++ b/tests/gem_render_copy_redux.c
@@ -209,6 +209,7 @@ int main(int argc, char **argv)
 
 	igt_fixture {
 		data_init(&data);
+		igt_require_gem(data.fd);
 	}
 
 	igt_subtest("normal") {
-- 
2.18.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:[~2018-07-12 21:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-12 15:38 [igt-dev] [PATCH i-g-t] igt/gem_render_copy_redux: Check for GEM before use Chris Wilson
2018-07-12 18:48 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-07-12 19:00 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä
2018-07-12 21:57 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).