public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Sven-Haegar Koch <haegar@sdinet.de>
Cc: Linux-Kernel-Mailinglist <linux-kernel@vger.kernel.org>
Subject: Re: Suspend/Resume support for ati-agp
Date: Mon, 9 Aug 2004 12:48:14 +0100	[thread overview]
Message-ID: <20040809114814.GA2640@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.58.0408080331490.15568@mercury.sdinet.de>

On Sun, Aug 08, 2004 at 03:39:33AM +0200, Sven-Haegar Koch wrote:

 > while trying to debug a strange resume problem with 2.6.8-rc3-mm1 and
 > software suspend 2 I suspeced ati-agp, and created the following attached
 > patch to add powermanagement support for it.
 > 
 > I don't know if it's the completely right thing to do, I just copied the
 > way via-agp and intel-agp do it - but perhaps you like it and want to send
 > it upstream.

I'll have to dig out the specs for this chipset to double check a
reconfigure is enough (or even needed).  Does this patch definitly make
a difference to you on resume ?

 > ps:
 > this did not fix the strange "weird vertical bars instead of movie in
 > mplayer after resume" I have, but does not do any bad things either ;)

That wouldn't be using AGP anyway. The only difference this could make
would be if you were using 3D applications.

 > +
 > +	/* reconfigure AGP hardware again */
 > +	if (bridge->driver == &ati_generic_bridge)
 > +		return ati_configure();
 > +
 > +	return 0;

If bridge->driver _isn't_ ati_generic_bridge, I don't think we can
ever get here, so you can probably just make this unconditional.

		Dave


      parent reply	other threads:[~2004-08-09 11:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-08  1:39 Suspend/Resume support for ati-agp Sven-Haegar Koch
2004-08-08 19:50 ` Pavel Machek
2004-08-09 10:13   ` Sven-Haegar Koch
2004-08-09 11:26     ` Pavel Machek
2004-08-09 11:48 ` Dave Jones [this message]

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=20040809114814.GA2640@redhat.com \
    --to=davej@redhat.com \
    --cc=haegar@sdinet.de \
    --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