summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2019-07-12 11:08:29 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2020-09-03 13:52:05 +0100
commit34f0ec734fdd2ec1b1be5f182b568783341c8c56 (patch)
treec6073d59ad30f74c6d4873b973eb96bedc5f1861
parent5a92febd2393ee232c73d0956250ea785eb5c941 (diff)
[RFT] What's up with Broadwater?
Just a poke to see if we still get mystery failures with MI_STORE_DWORD_IMM or maybe we've cracked the flushing!
-rw-r--r--lib/igt_gt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/igt_gt.c b/lib/igt_gt.c
index 7da4f59d..723ace69 100644
--- a/lib/igt_gt.c
+++ b/lib/igt_gt.c
@@ -578,9 +578,6 @@ bool gem_class_can_store_dword(int fd, int class)
if (gen == 6 && class == I915_ENGINE_CLASS_VIDEO)
return false; /* broken, unbelievably broken */
- if (info->is_broadwater)
- return false; /* Not sure yet... */
-
return true;
}