public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@engr.sgi.com>
To: dri-devel@lists.sourceforge.net
Cc: Dave Jones <davej@redhat.com>, Dave Airlie <airlied@linux.ie>,
	Andrew Morton <akpm@osdl.org>,
	linux-kernel@vger.kernel.org
Subject: Re: drm bugs hopefully fixed but there might still be one..
Date: Thu, 24 Mar 2005 10:35:05 -0800	[thread overview]
Message-ID: <200503241035.05826.jbarnes@engr.sgi.com> (raw)
In-Reply-To: <20050324181806.GA23567@redhat.com>

On Thursday, March 24, 2005 10:18 am, Dave Jones wrote:
>  > I'm trying to get ahold of one--so hopefully I'll be able to test and
>  > fix this stuff up when I do.
>
> Aparently backing out the changes to via's tlb_flush routine fixed it
> for one VIA user. I've not had a chance to look into it just yet.
> Worse case we can just drop those changes for 2.6.12

You mean these changes?

--- a/drivers/char/agp/via-agp.c        2005-03-24 10:33:45 -08:00
+++ b/drivers/char/agp/via-agp.c        2005-03-24 10:33:45 -08:00
@@ -83,8 +83,10 @@
 
        pci_read_config_dword(agp_bridge->dev, VIA_GARTCTRL, &temp);
        temp |= (1<<7);
+       temp &= ~0x7f;
        pci_write_config_dword(agp_bridge->dev, VIA_GARTCTRL, temp);
        temp &= ~(1<<7);
+       temp &= ~0x7f;
        pci_write_config_dword(agp_bridge->dev, VIA_GARTCTRL, temp);
 }


I'll ask Markus to try reverting this since I still don't have a machine 
setup.  It sounds like a possibility given what he's seeing.

Jesse

  reply	other threads:[~2005-03-24 18:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-24 10:33 drm bugs hopefully fixed but there might still be one Dave Airlie
2005-03-24 11:04 ` Andrew Morton
2005-03-24 17:02 ` Jesse Barnes
2005-03-24 18:18   ` Dave Jones
2005-03-24 18:35     ` Jesse Barnes [this message]
2005-03-24 21:58 ` cliff white
2005-03-24 22:21   ` Andrew Morton
2005-03-24 23:04     ` cliff white
2005-03-24 23:12       ` Andrew Morton
     [not found] <3LxV3-5Is-25@gated-at.bofh.it>
     [not found] ` <3LE0y-2Kn-55@gated-at.bofh.it>
     [not found]   ` <3LFg5-3MJ-37@gated-at.bofh.it>
     [not found]     ` <3LFzj-40t-15@gated-at.bofh.it>
2005-03-24 20:09       ` Jean Delvare

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=200503241035.05826.jbarnes@engr.sgi.com \
    --to=jbarnes@engr.sgi.com \
    --cc=airlied@linux.ie \
    --cc=akpm@osdl.org \
    --cc=davej@redhat.com \
    --cc=dri-devel@lists.sourceforge.net \
    --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