public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Next round of AGPGART fixes.
@ 2002-12-20 12:41 Dave Jones
  2002-12-20 14:42 ` Felix Seeger
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Dave Jones @ 2002-12-20 12:41 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-12-25 18:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-20 12:41 Next round of AGPGART fixes Dave Jones
2002-12-20 14:42 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox