public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Nigel Cunningham <ncunningham@linuxmail.org>
To: yust@anti-leasure.ru,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@digeo.com>
Subject: [PATCH] Add missing configure calls to intel agp resume code.
Date: Sun, 06 Feb 2005 08:18:54 +1100	[thread overview]
Message-ID: <1107638334.6348.27.camel@desktop.cunninghams> (raw)

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


                 reply	other threads:[~2005-02-05 21:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1107638334.6348.27.camel@desktop.cunninghams \
    --to=ncunningham@linuxmail.org \
    --cc=akpm@digeo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yust@anti-leasure.ru \
    /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