All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] suspend/resume for ATI Mobility Radeon RV350
@ 2008-09-30 14:06 Wolfgang Kroener
  2008-09-30 22:10 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Kroener @ 2008-09-30 14:06 UTC (permalink / raw)
  To: benh, linux-kernel

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

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

end of thread, other threads:[~2009-01-09  7:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-30 14:06 [PATCH] suspend/resume for ATI Mobility Radeon RV350 Wolfgang Kroener
2008-09-30 22:10 ` Benjamin Herrenschmidt
2008-10-01 10:22   ` Wolfgang Kroener
2009-01-08 20:57   ` Bug#506964: " Wolfgang Kroener
2009-01-08 20:57     ` Wolfgang Kroener
2009-01-09  7:34     ` Bug#506964: " Benjamin Herrenschmidt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.