An error occurred fetching the project authors.
- 24 Mar, 2004 1 commit
-
-
Dave Jones authored
Andi pointed out that Intel changed their nomenclature for this monster to EM64T instead. Updated the text to mention the actual AGP chipset this driver supports rather than the CPU architecture, which is irrelevant. Change various function names accordingly.
-
- 19 Mar, 2004 1 commit
-
-
Dave Jones authored
This way we can lose all the legacy junk that comes along with intel-agp Start by just getting a bare bones driver supporting the more recent AGP chipsets.
-
- 19 Feb, 2004 1 commit
-
-
Carlos Puchol authored
This implements the initial support for the AGP gart in Transmeta's Efficeon processors. This code is based on linus' code from a while ago. Peter and I adapted it for the current kernel. The note at the top indicates how it was tested, known issues, and so forth. It is working quite well, and we'll work to fix the minor issues and test it some more with s3, more cards, other southbridges, etc., next.
-
- 01 Sep, 2003 1 commit
-
-
Dave Jones authored
- Remove references to 8151, as its not specific to this driver - K8 & x86-64 is deprecated in favour of amd64
-
- 15 Aug, 2003 1 commit
-
-
Dave Jones authored
-
- 14 May, 2003 1 commit
-
-
Dave Jones authored
By Paul Mackerras and BenH
-
- 10 May, 2003 1 commit
-
-
Dave Jones authored
-
- 06 May, 2003 1 commit
-
-
Dave Jones authored
The standard says that 3.0 chipsets don't support these extensions. Move the isoch stuff out into isoch.c leaving behind a shell for basic AGP3.0 enabling (to be written).
-
- 25 Apr, 2003 3 commits
-
-
Dave Jones authored
-
Dave Jones authored
- the makefile is not the right place to describe the driver - remove some junk
-
Dave Jones authored
Based upon code written by NVIDIA for agpgart 2.4, forward ported and cleaned up slightly by me. This still needs work, and is untested.
-
- 10 Apr, 2003 2 commits
-
-
Dave Jones authored
This optioned saved just a handful of bytes, and uglied up the code quite a lot. Saving less than a page of memory is not as important as maintainable code.
-
Dave Jones authored
Also includes various other fixes from Matt Tolentino
-
- 10 Feb, 2003 2 commits
-
-
Dave Jones authored
This removes lots of annoying problems trying to prevent both modules from being loaded, and also shares quite a bit of code. CONFIG_AGP3 will disable AGP3 mode operation of KT400s.
-
Dave Jones authored
-
- 03 Feb, 2003 1 commit
-
-
Kai Germaschewski authored
One of the goals of the whole new modversions implementation: export-objs is gone for good!
-
- 02 Jan, 2003 1 commit
-
-
Dave Jones authored
Right now its the only VIA AGP 3.0 chipset. At some point in time it may become via-agp3.c, but until then its cleaner to seperate this from the VIA AGP 2.0 driver. The 2.0 driver will still work on a KT400 with a 2.0 compliant graphic card present. If the 2.0 driver finds the bridge in 3.0 mode, it aborts. Likewise, the 3.0 driver will abort if the bridge is in 2.0 mode. Confused yet?
-
- 19 Dec, 2002 1 commit
-
-
Dave Jones authored
-
- 13 Dec, 2002 1 commit
-
-
Dave Jones authored
-
- 03 Dec, 2002 1 commit
-
-
Dave Jones authored
that use the pci driver interfaces, and register with the agpgart backend.
-
- 29 Oct, 2002 1 commit
-
-
James Simmons authored
Moved AGP and DRM code back to drivers/char until a proper solution is done for handling AGP/DMA based framebuffer devices.
-
- 16 Oct, 2002 1 commit
-
-
James Simmons authored
The last of the console code inside the frmaebuffer layer. I also moved all the graphics related code into the drivers/video directory.
-
- 27 Sep, 2002 1 commit
-
-
Andi Kleen authored
Add an AGP driver for the AGP aperture in the northbridge of the AMD Hammer. The AGP driver works for both 32bit and 64bit kernels. It also adds some hooks to the AGP driver to allow the x86-64 GART based IOMMU code to share the aperture with AGP. The hooks are intentionally kept minimalistic. In addition it needs some Config.in hackery, because AGP cannot be modular in this case, because the IOMMU needs to control its startup and it runs early when PCI is initialized. The original AGP driver was done by Dave Jones, I added the IOMMU support.
-
- 17 Jul, 2002 1 commit
-
-
Greg Kroah-Hartman authored
agpgart: added "-agp" to the .c files that are for specific hardware types, based on mailing list comments.
-
- 15 Jul, 2002 2 commits
-
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
The majority of this work was done by Dave Jones, I merely converted the driver to the "new" pci api.
-
- 24 May, 2002 1 commit
-
-
Kai Germaschewski authored
Use the new obj-$(CONFIG_FOO) += foo/ syntax to descend into a subdir and link in the result, if CONFIG_FOO=y.
-
- 22 Mar, 2002 1 commit
-
-
Kai Germaschewski authored
-
- 05 Feb, 2002 2 commits
-
-
Linus Torvalds authored
- Kai Germaschewski: Makefile dependency fixes. ISDN update - Chris Mason: another reiserfs tail writing fix - unify pte/pmd allocation - undo some VIA PCI fixups - conflicting behaviour
-
Linus Torvalds authored
-