xf86-video-intel: src/sna/kgem.c

Chris Wilson ickle at kemper.freedesktop.org
Thu Sep 11 09:03:54 PDT 2014


 src/sna/kgem.c |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 9e397830f5ea56f2e43430666c78ffc574058d45
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Thu Sep 11 17:02:37 2014 +0100

    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 at intel.com>
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/kgem.c b/src/sna/kgem.c
index 53cc578..66adae8 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;
 


More information about the xorg-commit mailing list