From owner-freebsd-x11@FreeBSD.ORG Sun Apr 22 05:48:15 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 EC114106564A for ; Sun, 22 Apr 2012 05:48:15 +0000 (UTC) (envelope-from meowthink@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id B6D178FC0A for ; Sun, 22 Apr 2012 05:48:15 +0000 (UTC) Received: by iahk25 with SMTP id k25so19734745iah.13 for ; Sat, 21 Apr 2012 22:48:15 -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=tE3aCgFsA3jI9ehg+IuvvI07Nzt8T3a2Goy0TWBMiAw=; b=gWrathFNpCw1/CRmrcPryolNjU9/cJSwCEerHt8pfb0lsa/lFwsi6fWeA6M26PPd4L lDO5ZQZNac7W/KVdWYhc9IdVJVTpScBQrmvmRXAPch9aEBjzxXeT59+Kda40/2uQkNoV SlTt7HgGEY5OfSHUU3ESIF0TcKL2R1SLgqTO9u+FfhOSYBRVnhv8tac5RoY8HkY8pyhc VtuhiuPGguxbArLPLZgZKMBpQL39zsJ3nvt/2GpXOWU4af436DxYnHXGN9eL4/RMDvHJ pOR54HNUd8DNZfbUAHm4EKnI9ut7HwgjQ7dRjIh5d3RmeN/GHgE3AA8YkE2pfb/nC0Yz vrEA== MIME-Version: 1.0 Received: by 10.50.6.167 with SMTP id c7mr3284756iga.4.1335073695361; Sat, 21 Apr 2012 22:48:15 -0700 (PDT) Received: by 10.64.82.42 with HTTP; Sat, 21 Apr 2012 22:48:15 -0700 (PDT) Date: Sun, 22 Apr 2012 13:48:15 +0800 Message-ID: From: Meowthink To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Intel GPU patch 14.4 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: Sun, 22 Apr 2012 05:48:16 -0000 Hello all, Here's Intel GPU patch 14.4 for stable/9: https://docs.google.com/open?id=0BxbPi2OX4_B-bFd6djZYeU9uYVE Note this is nearly same as kib's original one(against head) available at: http://people.freebsd.org/~kib/drm/all.14.4.patch ================================================================================= And for releng/9.0 or release/9.0.0: https://docs.google.com/open?id=0BxbPi2OX4_B-aWE2RUVwYWxfdlE ================================================================================= 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