From: Dave Jones <davej@codemonkey.org.uk>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Next round of AGPGART fixes.
Date: Fri, 20 Dec 2002 12:41:37 +0000 [thread overview]
Message-ID: <20021220124137.GA28068@suse.de> (raw)
Linus,
Please pull from bk://linux-dj.bkbits.net/agpgart to get at the
following fixes..
- AGP 3.0 now compiles as a module too.
- beginnings of VIA KT400 AGP 3.0 support.
(Not functional yet, more work needed).
- corrected handling of AGP capability bit in PCI headers for chipset drivers.
This should fix the problems on I815 and similar chipsets.
- small cleanups (making functions static, making things __initdata etc)
- Hopefully fix AMD K8 GART driver
- Fix module exit routine in backend
- Unmark some things __init (The cause of many modules bugs)
- agp_generic_agp_3_0_enable() now returns FALSE to the chipset driver
if it can't configure in 3.0 mode instead of falling back to
generic 2.0 routines.
- Export agp_generic_agp_3_0_enable() to work as module.
- Missing HP ZX1/Intel I460 fixes from David Mosberger (My bad)
- Changed I7505 driver to handle new agp_generic_agp_3_0_enable semantics.
- Renamed some VIA chipsets.
Makefile | 2
agp.h | 4 +
ali-agp.c | 21 +++++----
amd-k7-agp.c | 26 +++++------
amd-k8-agp.c | 18 +++++--
backend.c | 27 +++--------
frontend.c | 2
generic-3.0.c | 14 ++----
hp-agp.c | 18 +++----
i460-agp.c | 35 ++++++++-------
i7x05-agp.c | 32 +++++++------
intel-agp.c | 134 ++++++++++++++++++++++++++++------------------------------
sis-agp.c | 27 +++++------
sworks-agp.c | 59 ++++++++-----------------
via-agp.c | 99 +++++++++++++++++++++++++++++++++++-------
15 files changed, 283 insertions(+), 235 deletions(-)
GNU diff for those who care (against Linus' bk tree) is at
ftp.kernel.org/pub/linux/kernel/people/davej/patches/2.5/2.5.52/agpgart-fixes-1.diff
Dave
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
next reply other threads:[~2002-12-20 12:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-20 12:41 Dave Jones [this message]
2002-12-20 14:42 ` Next round of AGPGART fixes Felix Seeger
2002-12-20 16:41 ` Felix Seeger
2002-12-20 18:44 ` Dave Jones
2002-12-21 7:07 ` Linus Torvalds
2002-12-21 14:23 ` Dave Jones
2002-12-22 15:52 ` Florin Iucha
2002-12-22 18:36 ` Florin Iucha
2002-12-25 18:21 ` Alfred E. Heggestad
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=20021220124137.GA28068@suse.de \
--to=davej@codemonkey.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.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.