summaryrefslogtreecommitdiff
path: root/PATCHCFG
diff options
context:
space:
mode:
authorTobias Powalowski <tobias@T-POWA-LX.(none)>2011-03-24 12:53:38 +0100
committerTobias Powalowski <tobias@T-POWA-LX.(none)>2011-03-24 12:53:38 +0100
commit97bebf5280f46a97cdfbb4238d2a89f4b67073d6 (patch)
treec29b8a427fc5fda60a4faed253e690bb080e2981 /PATCHCFG
parent6482fa4ba90a7583eb300149ad0d4e7cadac2ee5 (diff)
bump to latest 2.6.38.1 +pre patches + intel i915 pipeline fix + radeon kms fix
Diffstat (limited to 'PATCHCFG')
-rw-r--r--PATCHCFG13
1 files changed, 10 insertions, 3 deletions
diff --git a/PATCHCFG b/PATCHCFG
index 4edfa26..eeaaf63 100644
--- a/PATCHCFG
+++ b/PATCHCFG
@@ -10,22 +10,29 @@ SRCNAME="linux-2.6.38-ARCH"
# filename%patchlevel (file must be in patches/ subdirectory)
PATCHES=(
# add upstream patch from 2.6.37 series
- #ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.38.1.bz2%1
+ ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-2.6.38.1.bz2%1
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
- 2.6.38.1-pre.patch%1
+ 2.6.38.2-pre.patch%1
# fix #19234 i1915 display size
fix-i915.patch%1
+ # fix #23390 radeon kms
+ radeon-kms-sanity-checks.patch%1
+
+ # fix i915 pipelining glitches
+ # https://bugs.freedesktop.org/show_bug.cgi?id=34584
+ i915-pipeline.patch%1
+
# add aufs2 support, in reference to:
# http://aufs.sourceforge.net
aufs2-base-20110314.patch%1
aufs2-standalone-20110314.patch%1
)
# Name of the resulting patch (will be bzipped afterwards)
-PATCHNAME="patch-2.6.38-2-ARCH"
+PATCHNAME="patch-2.6.38.1-1-ARCH"
# Run this before applying patches
pre_apply() {