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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to