public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Suspend-devel list <suspend-devel@lists.sourceforge.net>,
	"Benjamin A. Okopnik" <ben@linuxgazette.net>
Subject: [PATCH] radeonfb supend/resume support for Acer Aspire 2010
Date: Fri, 22 Sep 2006 22:10:43 +0200	[thread overview]
Message-ID: <45144343.7080404@gmx.net> (raw)

Hi Ben,

the patch below has been tested by Benjamin Okopnik and makes
suspend-to-RAM work for him perfectly on his Acer Aspire 2010.
Without this patch, a total lockup happens on resume.

I hope the patch is still in the merge window for 2.6.19.

Regards,
Carl-Daniel
-- 
http://www.hailfinger.org/

This patch adds suspend/resume support for the graphics chip in the
Acer Aspire 2010: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]
01:00.0 0300: 1002:4e50 (prog-if 00 [VGA])
        Subsystem: 1025:0061
        Flags: bus master, 66MHz, medium devsel, latency 128, IRQ 16
        Memory at a8000000 (32-bit, prefetchable) [size=128M]
        I/O ports at c100 [size=256]
        Memory at e0010000 (32-bit, non-prefetchable) [size=64K]
        [virtual] Expansion ROM at a0000000 [disabled] [size=128K]
        Capabilities: [58] AGP version 2.0
        Capabilities: [50] Power Management version 2

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@mgx.net>


--- a/drivers/video/aty/radeon_pm.c	2006-09-22 02:53:06.000000000 +0200
+++ b/drivers/video/aty/radeon_pm.c	2006-09-22 02:55:15.000000000 +0200
@@ -86,6 +86,9 @@
 	BUGFIX("Samsung P35",
 	       PCI_VENDOR_ID_SAMSUNG, 0xc00c,
 	       radeon_pm_off, radeon_reinitialize_M10),
+	BUGFIX("Acer Aspire 2010",
+	       PCI_VENDOR_ID_AI, 0x0061,
+	       radeon_pm_off, radeon_reinitialize_M10),
 	{ .ident = NULL }
 };
 



             reply	other threads:[~2006-09-22 20:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-22 20:10 Carl-Daniel Hailfinger [this message]
2006-09-23  6:13 ` [PATCH] radeonfb supend/resume support for Acer Aspire 2010 Benjamin Herrenschmidt

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=45144343.7080404@gmx.net \
    --to=c-d.hailfinger.devel.2006@gmx.net \
    --cc=ben@linuxgazette.net \
    --cc=benh@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=suspend-devel@lists.sourceforge.net \
    /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