From: "Thomas Hellström" <thomas@tungstengraphics.com>
To: ebuddington@wesleyan.edu
Cc: Dave Airlie <airlied@gmail.com>,
Lee Revell <rlrevell@joe-job.com>,
linux-kernel@vger.kernel.org, Dave Jones <davej@redhat.com>
Subject: Re: 2.6.20-rc6-mm3 BUG in drm_ioctl with Rage 128 card
Date: Sun, 04 Feb 2007 11:00:05 +0100 [thread overview]
Message-ID: <45C5AEA5.2040501@tungstengraphics.com> (raw)
In-Reply-To: <20070203232505.GC4557@pool-71-161-133-234.spfdma.east.verizon.net>
[-- Attachment #1: Type: text/plain, Size: 745 bytes --]
Eric Buddington wrote:
>On Sun, Feb 04, 2007 at 10:20:29AM +1100, Dave Airlie wrote:
>
>
>>What AGP chipset do you have? it looks like it might be caused by the
>>AGP changes for TTM..
>>
>>
>
>lspci:
>
>00:00.0 Host bridge: Silicon Integrated Systems [SiS] 741/741GX/M741 Host (rev 03)
>00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge)
>00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media IO] (rev 25)
>00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
>00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
>...
>
>-Eric
>
>
Eric,
Sorry for the breakage. Can you try the attached patch and see if it
fixes the problem.
/Thomas
[-- Attachment #2: 0001-Add-missing-.agp_type_to_mask_type-entries.txt --]
[-- Type: text/plain, Size: 1339 bytes --]
>From 531c7dc4e9d26a9a2c7a64d52cf73951c7c03ee8 Mon Sep 17 00:00:00 2001
From: Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Date: Sun, 4 Feb 2007 10:53:17 +0100
Subject: [PATCH] Add missing .agp_type_to_mask_type entries.
---
drivers/char/agp/parisc-agp.c | 1 +
drivers/char/agp/sis-agp.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/char/agp/parisc-agp.c b/drivers/char/agp/parisc-agp.c
index 17c50b0..b7b4590 100644
--- a/drivers/char/agp/parisc-agp.c
+++ b/drivers/char/agp/parisc-agp.c
@@ -228,6 +228,7 @@ struct agp_bridge_driver parisc_agp_driv
.free_by_type = agp_generic_free_by_type,
.agp_alloc_page = agp_generic_alloc_page,
.agp_destroy_page = agp_generic_destroy_page,
+ .agp_type_to_mask_type = agp_generic_type_to_mask_type,
.cant_use_aperture = 1,
};
diff --git a/drivers/char/agp/sis-agp.c b/drivers/char/agp/sis-agp.c
index a00fd48..60342b7 100644
--- a/drivers/char/agp/sis-agp.c
+++ b/drivers/char/agp/sis-agp.c
@@ -140,6 +140,7 @@ static struct agp_bridge_driver sis_driv
.free_by_type = agp_generic_free_by_type,
.agp_alloc_page = agp_generic_alloc_page,
.agp_destroy_page = agp_generic_destroy_page,
+ .agp_type_to_mask_type = agp_generic_type_to_mask_type,
};
static struct agp_device_ids sis_agp_device_ids[] __devinitdata =
--
1.4.1
next prev parent reply other threads:[~2007-02-04 10:00 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-03 18:54 2.6.20-rc6-mm3 BUG in drm_ioctl with Rage 128 card Eric Buddington
2007-02-03 21:22 ` Lee Revell
2007-02-03 23:09 ` Eric Buddington
2007-02-03 23:20 ` Dave Airlie
2007-02-03 23:25 ` Eric Buddington
2007-02-04 10:00 ` Thomas Hellström [this message]
2007-02-04 19:26 ` Eric Buddington
2007-02-04 23:05 ` Dave Jones
2007-02-05 12:56 ` Thomas Hellström
2007-02-05 13:02 ` [PATCH] agpgart: Allow drm-populated agp memory types update2 thomas
2007-02-05 13:34 ` 2.6.20-rc6-mm3 BUG in drm_ioctl with Rage 128 card Dave Jones
2007-02-05 13:43 ` Thomas Hellström
2007-02-05 13:44 ` [PATCH] [AGPGART] Add agp-type-to-mask-type method missing from some drivers thomas
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=45C5AEA5.2040501@tungstengraphics.com \
--to=thomas@tungstengraphics.com \
--cc=airlied@gmail.com \
--cc=davej@redhat.com \
--cc=ebuddington@wesleyan.edu \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox