summaryrefslogtreecommitdiff
path: root/tests/gem_storedw_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_storedw_loop.c')
-rw-r--r--tests/gem_storedw_loop.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/gem_storedw_loop.c b/tests/gem_storedw_loop.c
index 09636520..8e57abe2 100644
--- a/tests/gem_storedw_loop.c
+++ b/tests/gem_storedw_loop.c
@@ -163,8 +163,7 @@ static void
check_test_requirements(int fd, int ringid)
{
gem_require_ring(fd, ringid);
- igt_skip_on_f(intel_gen(devid) == 6 && ringid == I915_EXEC_BSD,
- "MI_STORE_DATA broken on gen6 bsd\n");
+ igt_require(gem_can_store_dword(fd, ringid));
}
igt_main