lkml.org 
[lkml]   [2005]   [Feb]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] Add missing configure calls to intel agp resume code.
From
Date
Hi.

Signed-off by: Nigel Cunningham <ncunningham@linuxmail.org>

-----Forwarded Message-----
From: Alex Yustasov <yust@anti-leasure.ru>
To: softwaresuspend-help@lists.berlios.de

Fix for resume on i850. Maybe for i855GM.

--- 2.6.10/drivers/char/agp/intel-agp.c.orig 2004-12-25 00:34:45 +0300
+++ 2.6.10/drivers/char/agp/intel-agp.c 2005-01-10 15:18:43 +0300
@@ -1727,12 +1727,16 @@

if (bridge->driver == &intel_generic_driver)
intel_configure();
+ else if (bridge->driver == &intel_850_driver)
+ intel_850_configure();
else if (bridge->driver == &intel_845_driver)
intel_845_configure();
else if (bridge->driver == &intel_830mp_driver)
intel_830mp_configure();
else if (bridge->driver == &intel_915_driver)
intel_i915_configure();
+ else if (bridge->driver == &intel_830_driver)
+ intel_i830_configure();

return 0;
}
_______________________________________________
SoftwareSuspend-help mailing list
SoftwareSuspend-help@lists.berlios.de
http://lists.berlios.de/mailman/listinfo/softwaresuspend-help
--
Nigel Cunningham
Software Engineer, Canberra, Australia
http://www.cyclades.com
Ph: +61 (2) 6292 8028 Mob: +61 (417) 100 574

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:10    [W:0.090 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site