SOURCES: xorg-driver-video-fglrx-pm.patch (NEW) - check proper def...

arekm arekm at pld-linux.org
Fri Oct 12 12:04:52 CEST 2007


Author: arekm                        Date: Fri Oct 12 10:04:52 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- check proper def for PM (from lkml)

---- Files affected:
SOURCES:
   xorg-driver-video-fglrx-pm.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xorg-driver-video-fglrx-pm.patch
diff -u /dev/null SOURCES/xorg-driver-video-fglrx-pm.patch:1.1
--- /dev/null	Fri Oct 12 12:04:52 2007
+++ SOURCES/xorg-driver-video-fglrx-pm.patch	Fri Oct 12 12:04:46 2007
@@ -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
================================================================


More information about the pld-cvs-commit mailing list