public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ati-agp suspend/resume support (try 2)
@ 2005-12-26  4:52 Jaco Kroon
  2005-12-26  8:29 ` Pavel Machek
  0 siblings, 1 reply; 47+ messages in thread
From: Jaco Kroon @ 2005-12-26  4:52 UTC (permalink / raw)
  To: Pavel Machek; +Cc: linux-kernel, davej

[-- Attachment #1: Type: text/plain, Size: 837 bytes --]

Based on the patch at
http://unixhead.org/docs/thinkpad/ati-agp/ati-agp.diff, add support for
suspend/resume in the ati-agp module.

Signed-of-by: Jaco Kroon <jaco@kroon.co.za>

--- linux-2.6.15-rc6/drivers/char/agp/ati-agp.c.orig	2005-12-25
22:21:32.000000000 +0200
+++ linux-2.6.15-rc6/drivers/char/agp/ati-agp.c	2005-12-26
06:47:26.000000000 +0200
@@ -243,6 +243,10 @@
 	return 0;
 }

+static int agp_ati_resume(struct pci_dev *dev)
+{
+	return ati_configure();
+}

 /*
  *Since we don't need contigious memory we just try
@@ -525,6 +529,7 @@
 	.id_table	= agp_ati_pci_table,
 	.probe		= agp_ati_probe,
 	.remove		= agp_ati_remove,
+	.resume		= agp_ati_resume,
 };

 static int __init agp_ati_init(void)
-- 
There are only 10 kinds of people in this world,
  those that understand binary and those that don't.
http://www.kroon.co.za/

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3166 bytes --]

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

end of thread, other threads:[~2006-01-02 21:27 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-26  4:52 [PATCH] ati-agp suspend/resume support (try 2) Jaco Kroon
2005-12-26  8:29 ` Pavel Machek
2005-12-26  8:55   ` recommended mail clients [was] " Jaco Kroon
2005-12-26 14:38     ` Steven Rostedt
2005-12-26 15:35       ` Alistair John Strachan
2005-12-26 17:54         ` Lee Revell
2005-12-26 18:09           ` Jason Munro
2005-12-26 18:19             ` Lee Revell
2005-12-26 18:28               ` recommended mail clients Jaco Kroon
2005-12-26 18:43                 ` Lee Revell
2005-12-26 18:47                   ` Jaco Kroon
2005-12-26 18:48                 ` Lee Revell
2005-12-26 18:47                   ` Christoph Hellwig
2005-12-26 18:54                     ` Jaco Kroon
2005-12-29  9:49                   ` Coywolf Qi Hunt
2005-12-26 18:58                 ` Randy.Dunlap
2005-12-26 19:04                   ` Jaco Kroon
2005-12-26 19:12                   ` Jaco Kroon
2005-12-27 21:55                   ` Ryan Anderson
2005-12-26 19:18                 ` Jeff Garzik
2005-12-26 19:32                   ` Lee Revell
2005-12-26 20:32                     ` Pavel Machek
2005-12-26 18:24             ` recommended mail clients [was] [PATCH] ati-agp suspend/resume support (try 2) Lee Revell
2005-12-26 22:33             ` Jan Engelhardt
2005-12-26 20:03           ` Alistair John Strachan
2005-12-26 21:00             ` Lee Revell
2005-12-28  0:05               ` Michael Clark
2005-12-28  0:33                 ` Lee Revell
2005-12-28  1:09                 ` Peter Williams
2005-12-28  2:01                   ` Michael Clark
2005-12-28  2:10                     ` Steven Rostedt
2005-12-28  2:14                       ` Randy.Dunlap
2005-12-28 12:44                         ` Paolo Ornati
2005-12-28  2:12                     ` Randy.Dunlap
2005-12-28  3:22                       ` Peter Williams
2005-12-28  3:28                         ` Michael Clark
2005-12-28  3:33                           ` Randy.Dunlap
2005-12-28  3:39                             ` Randy.Dunlap
2005-12-28  7:22                               ` Stefan Smietanowski
2005-12-26 22:26         ` Jan Engelhardt
2005-12-27 15:20           ` Jason Munro
2005-12-27 15:45             ` Pavel Machek
2005-12-26 15:05     ` Lee Revell
2005-12-26 18:50       ` Randy.Dunlap
2005-12-27 15:48         ` Bob Copeland
     [not found]   ` <mailman.1135587661.17617.linux-kernel2news@redhat.com>
2005-12-31  3:28     ` Pete Zaitcev
2006-01-02 21:27       ` Tomasz Torcz

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