public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] [RFT] What's up with Broadwater?
@ 2019-07-12 10:09 Chris Wilson
  2019-07-12 10:52 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Wilson @ 2019-07-12 10:09 UTC (permalink / raw)
  To: intel-gfx; +Cc: igt-dev

Just a poke to see if we still get mystery failures with
MI_STORE_DWORD_IMM or maybe we've cracked the flushing!
---
 lib/igt_gt.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/igt_gt.c b/lib/igt_gt.c
index 78e3cd089..2d0a34b22 100644
--- a/lib/igt_gt.c
+++ b/lib/igt_gt.c
@@ -572,9 +572,6 @@ bool gem_class_can_store_dword(int fd, int class)
 	if (gen == 6 && class == I915_ENGINE_CLASS_VIDEO)
 		return false;
 
-	if (info->is_broadwater)
-		return false; /* Not sure yet... */
-
 	return true;
 }
 
-- 
2.22.0

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

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

end of thread, other threads:[~2019-07-12 10:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-12 10:09 [igt-dev] [PATCH i-g-t] [RFT] What's up with Broadwater? Chris Wilson
2019-07-12 10:52 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork

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