From: Andrew Morton <akpm@osdl.org>
To: Lee Revell <rlrevell@joe-job.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Losing interrupts
Date: Thu, 15 Jul 2004 14:04:58 -0700 [thread overview]
Message-ID: <20040715140458.3c0aee37.akpm@osdl.org> (raw)
In-Reply-To: <1089927383.24832.14.camel@mindpipe>
Lee Revell <rlrevell@joe-job.com> wrote:
>
> There was an issue several years ago where Matrox figured out they could
> get slightly better benchmark scores by not checking whether a FIFO on
> the video card was full before writing to it, which would cause the PCI
> bus to completely freeze until the FIFO had drained. Lots of vendors
> followed suit until one of the audio software vendors figred it out and
> called them on it, at which point they fixed their drivers. The effects
> (massive audio drouputs) and the steps to reproduce (drag a window
> around the screen slowly) were identical.
There's an XF86Config incantation which is supposed to prevent this: if you
set it, the driver will poll the FIFO-full bit before actually reading the
FIFO.
hm, according to http://www.xfree86.org/3.3.6/3DLabs3.html, the pci_retry
option _causes_ the bad behaviour, rather than avoiding it.
Oh, well. Have a play with that.
next prev parent reply other threads:[~2004-07-15 22:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-14 22:19 Losing interrupts Lee Revell
2004-07-15 21:36 ` Lee Revell
2004-07-15 21:04 ` Andrew Morton [this message]
2004-07-16 3:24 ` Lee Revell
-- strict thread matches above, loose matches on Subject: below --
2004-07-16 9:16 Remon Sijrier
2004-07-16 21:00 ` Lee Revell
2004-07-17 13:29 ` Remon Sijrier
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=20040715140458.3c0aee37.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rlrevell@joe-job.com \
/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 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.