From: thomas@tungstengraphics.com
To: davej@redhat.com
Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
Thomas Hellstrom <thomas@tungstengraphics.com>
Subject: [PATCH] [AGPGART] Add agp-type-to-mask-type method missing from some drivers.
Date: Mon, 05 Feb 2007 14:44:23 +0100 [thread overview]
Message-ID: <1170683063550-git-send-email-thomas@tungstengraphics.com> (raw)
In-Reply-To: <20070205133410.GA4121@redhat.com>
From: Thomas Hellstrom <thomas@tungstengraphics.com>
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
prev parent reply other threads:[~2007-02-05 13:44 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
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 ` thomas [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=1170683063550-git-send-email-thomas@tungstengraphics.com \
--to=thomas@tungstengraphics.com \
--cc=akpm@linux-foundation.org \
--cc=davej@redhat.com \
--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