From 97bebf5280f46a97cdfbb4238d2a89f4b67073d6 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 24 Mar 2011 12:53:38 +0100 Subject: bump to latest 2.6.38.1 +pre patches + intel i915 pipeline fix + radeon kms fix --- PATCHCFG | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'PATCHCFG') 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() { -- cgit v1.2.2