mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Michael Leun <ml@newton.leun.net>
To: linux-kernel@vger.kernel.org
Subject: solved: 2.6.23 && fglrx && s2ram
Date: Fri, 12 Oct 2007 00:07:22 +0200	[thread overview]
Message-ID: <20071012000722.3cbf17b6@elektra.leun.net> (raw)

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


             reply	other threads:[~2007-10-11 22:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-11 22:07 Michael Leun [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071012000722.3cbf17b6@elektra.leun.net \
    --to=ml@newton.leun.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome