From: Wolfgang Kroener <lkml@azog.de>
To: benh@kernel.crashing.org, linux-kernel@vger.kernel.org
Subject: [PATCH] suspend/resume for ATI Mobility Radeon RV350
Date: Tue, 30 Sep 2008 16:06:58 +0200 [thread overview]
Message-ID: <20080930140658.GL10156@casella.faui2k3.org> (raw)
Hi,
I have a ATI Mobility Radeon RV350 and similar problems with radeonfb
described in http://kernel.org/doc/Documentation/power/s2ram.txt
Adding the device to radeon_workaround_list solves the Problem.
Please accept the following patch:
--8<--
--- drivers/video/aty/radeon_pm.c.orig 2008-09-30 15:00:40.988111330 +0200
+++ drivers/video/aty/radeon_pm.c 2008-09-30 15:14:10.941524474 +0200
@@ -89,6 +89,9 @@
BUGFIX("Acer Aspire 2010",
PCI_VENDOR_ID_AI, 0x0061,
radeon_pm_off, radeon_reinitialize_M10),
+ BUGFIX("Acer Travelmate 290D/292LMi",
+ PCI_VENDOR_ID_AI, 0x005a,
+ radeon_pm_off, radeon_reinitialize_M10),
{ .ident = NULL }
};
-->8--
Kind regards,
Wolfgang
P. S. please CC me, because I'm not subscribed to the lkml
next reply other threads:[~2008-09-30 14:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-30 14:06 Wolfgang Kroener [this message]
2008-09-30 22:10 ` Benjamin Herrenschmidt
2008-10-01 10:22 ` Wolfgang Kroener
2009-01-08 20:57 ` Wolfgang Kroener
2009-01-09 7:34 ` Bug#506964: " 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=20080930140658.GL10156@casella.faui2k3.org \
--to=lkml@azog.de \
--cc=benh@kernel.crashing.org \
--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