summaryrefslogtreecommitdiff
path: root/tests/gem_softpin.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_softpin.c')
-rw-r--r--tests/gem_softpin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gem_softpin.c b/tests/gem_softpin.c
index 1facd5b7..99388599 100644
--- a/tests/gem_softpin.c
+++ b/tests/gem_softpin.c
@@ -483,6 +483,7 @@ igt_main
fd = drm_open_driver_master(DRIVER_INTEL);
igt_require_gem(fd);
igt_require(gem_has_softpin(fd));
+ igt_require(gem_can_store_dword(fd, 0));
}
igt_subtest("invalid")