summaryrefslogtreecommitdiff
path: root/include/linux/agpgart.h
AgeCommit message (Collapse)Author
2006-01-16[AGPGART] Semaphore to Mutex conversion.akpm@osdl.org
Semaphore to mutex conversion. The conversion was generated via scripts, and the result was validated automatically via a script as well. Signed-off-by: Arjan van de Ven <arjan@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Dave Jones <davej@redhat.com>
2005-02-22agp: aper_base is unsignedLinus Torvalds
Not that anybody cares about the sign, but the signed type does the wrong thing for right shifts. Which we had.
2003-05-21[AGPGART] Rid AGP/DRM of more typedefs.Dave Jones
2003-05-01[AGPGART] Kill off some typedefs.Dave Jones
Note, I'm leaving behind the ones not in #ifdef __KERNEL__ for now, as I'm not sure just what userspace stuff that might break.
2003-04-25[AGPGART] Remove semaphore abstraction.Dave Jones
2002-07-14agpgart: Split agpgart code into separate files.Greg Kroah-Hartman
The majority of this work was done by Dave Jones, I merely converted the driver to the "new" pci api.
2002-02-04Import changesetLinus Torvalds