public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* solved: 2.6.23 && fglrx && s2ram
@ 2007-10-11 22:07 Michael Leun
  2007-10-11 23:31 ` Rafael J. Wysocki
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Leun @ 2007-10-11 22:07 UTC (permalink / raw)
  To: linux-kernel

Hello,

(please, don't blame me for using the binary only driver, I will
happily switch to a open source one once it properly runs mplayer,
e.g.).

Renaming the config options for suspend/sleep broke fglrx power
management.

--- firegl_public.h.orig	2007-10-11 23:43:26.000000000 +0200
+++ firegl_public.h	2007-10-11 23:53:08.000000000 +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_PM_SLEEP_SMP) // ACPI not working on older SMP kernel (prior to 2.6.13) 
 #define FIREGL_POWER_MANAGEMENT
 #endif
 #endif
 

-- 
MfG,

Michael Leun


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-10-12 12:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-11 22:07 solved: 2.6.23 && fglrx && s2ram Michael Leun
2007-10-11 23:31 ` Rafael J. Wysocki
2007-10-11 23:49   ` Michael Leun
2007-10-12  0:06     ` Adrian Bunk
2007-10-12 12:10       ` Rafael J. Wysocki
2007-10-12 12:33       ` Bill Davidsen
2007-10-12 12:46         ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox