summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2018-03-06 11:16:31 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2018-03-06 11:34:02 +0000
commitb4689dce36d0fbd9aec70d5a4b077c43a6b9c254 (patch)
tree110786a64dcbbc1706c89920a90786c124a797f7 /tests/meson.build
parent8a3ea5746fa359ee774379265f8f0dd3b225332a (diff)
igt: Remove gen7_forcewake_mt
Having demonstrated that FORCEWAKE_MT is suspect to the same old concurrent mmio access bug that stalks gen7, we have shown that it is not viable for userspace to poke around inside FORCEWAKE_MT directly. As it can not work correctly, remove the test. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 2a1e6f19..58729231 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -142,7 +142,6 @@ test_progs = [
'gen3_render_mixed_blits',
'gen3_render_tiledx_blits',
'gen3_render_tiledy_blits',
- 'gen7_forcewake_mt',
'gvt_basic',
'kms_3d',
'kms_addfb_basic',