[Intel-gfx] [PATCH] igt/gem_userptr_blits: Overlapping objects are now allowed
Tvrtko Ursulin
tvrtko.ursulin at linux.intel.com
Wed Jul 23 17:12:55 CEST 2014
Just tell the test to expect them to work then.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
Cc: Chris Wilson <chris at chris-wilson.co.uk>
---
tests/gem_userptr_blits.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gem_userptr_blits.c b/tests/gem_userptr_blits.c
index 2a52856..cc6d31f 100644
--- a/tests/gem_userptr_blits.c
+++ b/tests/gem_userptr_blits.c
@@ -1340,7 +1340,7 @@ int main(int argc, char **argv)
test_create_destroy(fd);
igt_subtest("sync-overlap")
- test_overlap(fd, EINVAL);
+ test_overlap(fd, 0);
igt_subtest("sync-unmap")
test_unmap(fd, EFAULT);
--
1.9.3
More information about the Intel-gfx
mailing list