Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2012 13:48:15 +0800
From:      Meowthink <meowthink@gmail.com>
To:        freebsd-x11@freebsd.org
Subject:   Intel GPU patch 14.4 for stable/9 and releng/9.0
Message-ID:  <CABnABoaOW010Kz3FSLRZDAL0jc-gRvkb%2BB5_TOaRBZ5adSu7kA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABnABoaOW010Kz3FSLRZDAL0jc-gRvkb%2BB5_TOaRBZ5adSu7kA>