[igt-dev] [PATCH i-g-t] [RFT] What's up with Broadwater?
Chris Wilson
chris at chris-wilson.co.uk
Fri Jul 12 10:09:32 UTC 2019
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
More information about the igt-dev
mailing list