]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- check proper def for PM (from lkml) DEVEL auto/th/xorg-driver-video-fglrx-7_11-1 auto/th/xorg-driver-video-fglrx-7_11-2 auto/th/xorg-driver-video-fglrx-7_11-3 auto/th/xorg-driver-video-fglrx-7_11-4 auto/th/xorg-driver-video-fglrx-8_40_4-5 auto/th/xorg-driver-video-fglrx-8_42_3-0_1 auto/th/xorg-driver-video-fglrx-8_42_3-0_2 auto/th/xorg-driver-video-fglrx-8_42_3-1 auto/th/xorg-driver-video-fglrx-8_42_3-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 12 Oct 2007 10:04:46 +0000 (10:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-driver-video-fglrx-pm.patch -> 1.1

xorg-driver-video-fglrx-pm.patch [new file with mode: 0644]

diff --git a/xorg-driver-video-fglrx-pm.patch b/xorg-driver-video-fglrx-pm.patch
new file mode 100644 (file)
index 0000000..c9ce50e
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./common/lib/modules/fglrx/build_mod/firegl_public.h.org   2007-10-12 11:58:44.358677250 +0200
++++ ./common/lib/modules/fglrx/build_mod/firegl_public.h       2007-10-12 11:59:05.239709409 +0200
+@@ -172,7 +172,7 @@
+ #endif
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
+-#if !defined(CONFIG_SMP) || defined(CONFIG_SUSPEND_SMP) // ACPI not working on older SMP kernel (prior to 2.6.13) 
++#if !defined(CONFIG_SMP) || defined(CONFIG_SUSPEND_SMP) || defined(CONFIG_PM_SLEEP_SMP) // ACPI not working on older SMP kernel (prior to 2.6.13) 
+ #define FIREGL_POWER_MANAGEMENT
+ #endif
+ #endif
This page took 0.034111 seconds and 4 git commands to generate.