From owner-freebsd-x11@FreeBSD.ORG Mon Apr 2 15:24:42 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C80BD1065676 for ; Mon, 2 Apr 2012 15:24:42 +0000 (UTC) (envelope-from meowthink@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 897FD8FC23 for ; Mon, 2 Apr 2012 15:24:42 +0000 (UTC) Received: by ghrr20 with SMTP id r20so1441481ghr.13 for ; Mon, 02 Apr 2012 08:24:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZCThHeeT4CwJIutI5HSUeX63ZslehbzHyQxe8Lo+osI=; b=zKFoxXvHugDrPBkdvZCYCyANR4SbbhZMjFvsc0E3tNpIeMD/XiabHeK/0p3K0mmlVK YGg45TQhDY/8i78o3rXs9jdIViDoyr3Et8Iqv39M1EU6Y2PoxpGum4BvD6hpbGiYSWnn 0rFQ/YoP9HvuA+HIUdfF3STOy8Lb2KKeGdcnJnjjhsEkVKpI+jGsBVXCs9C7zB7SuPC6 D2Dwfv6MiGB36MfL/JSFXup53zVLUQ6AuSLL0na39Xu8n58eyWAQ3+a065VeZVZrNTa/ sqjO+oPV64ogHRXv2KEPykzK3mAX8VF+7zj2hWA2LsRfQkszLQpD52gVbg825ceKktYw b+WQ== MIME-Version: 1.0 Received: by 10.50.47.230 with SMTP id g6mr7012983ign.74.1333380275539; Mon, 02 Apr 2012 08:24:35 -0700 (PDT) Received: by 10.64.14.133 with HTTP; Mon, 2 Apr 2012 08:24:35 -0700 (PDT) Date: Mon, 2 Apr 2012 23:24:35 +0800 Message-ID: From: Meowthink To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Intel GPU patch 13.7 for stable/9 and releng/9.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2012 15:24:42 -0000 Hello all, Here's Intel GPU patch 13.7 for stable/9 after r233775: https://docs.google.com/open?id=0BxbPi2OX4_B-U0EtSmoyZVlTbi00R0VJN2VhVW42Zw Note this is nearly same as kib's original one(against head) available at: http://people.freebsd.org/~kib/drm/all.13.7.patch ================================================================================= And for releng/9.0 or release/9.0.0: https://docs.google.com/open?id=0BxbPi2OX4_B-VjluWmVSZmRURjI0ZEJSellndTJPUQ ================================================================================= Both anchor will be available until next post. ================================================================================= One have to undo previous patch before applying this, by: # patch -Rp1 < /path/to/prev_patch Or, in any case, if you want to clean your svn repo: # svn revert -R /path/to/src/ # svn st /path/to/src/ | awk {'print $2'} | xargs rm A proper way to apply this patch is: # cd /path/to/src/ # patch -p1 < /path/to/patch Don't forget to deal with $FreeBSD$ in i915_suspend.c if you use subversion-freebsd. Cheers, Meowthink