summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-09-11 17:02:37 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2014-09-11 17:03:39 +0100
commit9e397830f5ea56f2e43430666c78ffc574058d45 (patch)
tree8a37416a0ebce6cd7117d28347360776fb54013d
parent797369449b87cbd578f9fb96f34b065e548755f6 (diff)
sna/gen8: Re-enable userptr
Current testing says that it is stable now... Let's see how long that holds. References: https://bugs.freedesktop.org/show_bug.cgi?id=79053 Cc: Mika Kuoppala <mika.kuoppala@intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/sna/kgem.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sna/kgem.c b/src/sna/kgem.c
index 53cc578c..66adae84 100644
--- a/src/sna/kgem.c
+++ b/src/sna/kgem.c
@@ -1065,9 +1065,6 @@ static bool test_has_userptr(struct kgem *kgem)
if (kgem->gen == 040)
return false;
- if (kgem->gen >= 0100)
- return false; /* FIXME https://bugs.freedesktop.org/show_bug.cgi?id=79053 */
-
if (posix_memalign(&ptr, PAGE_SIZE, PAGE_SIZE))
return false;