aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/agp (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-09[AGPGART] intel_agp: fix G965 GTT size detectWang Zhenyu1-2/+1
2007-04-08[AGPGART] intel_agp: PCI id update for Intel 965GMWang Zhenyu1-2/+12
2007-02-27[AGPGART] fix compile errorsRyusuke Konishi4-5/+5
2007-02-26[PARISC] parisc-agp: Fix thinko const-ifyingKyle McMartin1-1/+1
2007-02-26Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds1-1/+1
2007-02-22[AGPGART] Further constification.Dave Jones17-56/+56
2007-02-20[AGPGART] Fix modular agpgart ia64 allmodconfigZwane Mwaikambo1-1/+2
2007-02-17Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.gitKyle McMartin1-1/+1
2007-02-10[AGPGART] allow drm populated agp memory types cleanupsAndrew Morton2-14/+4
2007-02-06[AGPGART] intel-agp: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-1/+2
2007-02-05[AGPGART] Add agp-type-to-mask-type method missing from some drivers.Thomas Hellstrom2-0/+2
2007-02-04[AGPGART] Don't try to remap i810 registers on resume.Dave Jones1-6/+8
2007-02-03[AGPGART] Allow drm-populated agp memory typesThomas Hellstrom18-75/+291
2007-02-03[AGPGART] compat ioctlZwane Mwaikambo5-14/+407
2007-01-28[AGPGART] Add new IDs to VIA AGP.Dave Jones2-3/+20
2007-01-28[AGPGART] Remove pointless assignment.Dave Jones1-5/+5
2007-01-28[AGPGART] Remove pointless typedef in ati-agpDave Jones1-13/+13
2007-01-28[AGPGART] Prevent (unlikely) memory leak in amd_create_gatt_pages()Dave Jones1-0/+5
2007-01-17[AGPGART] intel_agp: restore graphics device's pci space early in resumeWang Zhenyu1-0/+9
2007-01-02[AGPGART] drivers/char/agp/sgi-agp.c: check kmalloc() return valueakpm@osdl.org1-4/+5
2006-12-28[AGPGART] Fix PCI-posting flush typo.Thomas Hellstrom1-1/+1
2006-12-22[AGPGART] fix detection of aperture size versus GTT size on G965Eric Anholt2-52/+62
2006-12-22[AGPGART] Remove unnecessary flushes when inserting and removing pages.Thomas Hellstrom2-23/+50
2006-12-18[AGPGART] K8M890 support for amd-k8.Gabriel Mansi1-0/+9
2006-12-12Merge ../linusDave Jones5-10/+452
2006-12-12[AGPGART] VIA and SiS AGP chipsets are x86-onlyMatthew Wilcox1-2/+2
2006-12-12[AGPGART] agp-amd64: section mismatches with HOTPLUG=nRandy Dunlap1-1/+1
2006-12-08[PARISC] parisc-agp: Fix integer/pointer warningMatthew Wilcox1-1/+1
2006-12-07[PATCH] agp-amd64: section mismatches with HOTPLUG=nRandy Dunlap1-1/+1
2006-11-22[AGP] Allocate AGP pages with GFP_DMA32 by defaultLinus Torvalds2-2/+2
2006-11-22[AGP] Fix intel 965 AGP memory mapping functionLinus Torvalds1-7/+24
2006-11-03[AGPGART] Fix up misprogrammed bridges with incorrect AGPv2 rates.Dave Jones1-0/+25
2006-10-21Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds1-19/+35
2006-10-15[AGPGART] uninorth: Add module param 'aperture' for aperture sizeMichel Dänzer1-19/+35
2006-10-04[PARISC] Add support for Quicksilver AGPGARTKyle McMartin3-1/+426
2006-09-28[AGPGART] printk fixups.Dave Jones1-3/+6
2006-09-26[AGPGART] Use pci_get_slot not pci_find_slotAlan Cox1-2/+6
2006-09-22Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds7-64/+199
2006-09-10[AGPGART] Rework AGPv3 modesetting fallback.Dave Jones1-15/+24
2006-09-10[AGPGART] Add suspend callback for i965Dave Jones1-0/+2
2006-09-06[AGPGART] Fix number of aperture sizes in 830 gart structs.Dave Jones1-2/+2
2006-09-06[AGPGART] Intel 965 Express support.Eric Anholt1-11/+152
2006-09-05[AGPGART] agp.h: constify struct agp_bridge_data::versionAlexey Dobriyan1-1/+1
2006-08-11[AGPGART] const'ify VIA AGP PCI table.Dave Jones1-2/+2
2006-08-11[AGPGART] CONFIG_PM=n slim: drivers/char/agp/intel-agp.cAlexey Dobriyan1-0/+4
2006-08-11[AGPGART] CONFIG_PM=n slim: drivers/char/agp/efficeon-agp.cAlexey Dobriyan1-7/+9
2006-08-11[AGPGART] Const'ify the agpgart driver version.Dave Jones1-1/+1
2006-07-31[POWERPC] video & agp: Constify & voidify get_property()Jeremy Kerr1-2/+2
2006-07-26[AGPGART] remove private page protection mapHugh Dickins1-25/+2
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1