aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-02-02Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds28-175/+248
2006-02-02sem2mutex: drivers/char/drm/Dave Airlie11-125/+126
2006-02-02drm: drivers/char/drm/: make some functions staticDave Airlie10-23/+12
2006-01-26drm: Fixes sparse warnings in via_dmablit.cDave Airlie1-2/+2
2006-01-25drm: i915 patches from Tungsten GraphicsDave Airlie4-14/+98
2006-01-25drm: ati_pcigart: simplify page_count manipulationsDave Airlie1-7/+4
2006-01-25drm: use NULL instead of 0Dave Airlie1-3/+3
2006-01-25drm: add X600 PCI IDsDave Airlie1-0/+1
2006-01-25drm: add i945GM PCI IDDave Airlie1-0/+1
2006-01-25drm: Fix sparce warning in radeon driverDave Airlie1-1/+1
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-1/+1
2006-01-12Merge branch 'drm-forlinus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds73-1812/+2794
2006-01-12drm: fix issues with systems with no MTRRDave Airlie1-0/+14
2006-01-11drm: cleanup properly on drm module unloadDave Airlie1-6/+6
2006-01-11drm: fixup drm bufs being just under the EOMDave Airlie1-1/+1
2006-01-10[PATCH] don't include ioctl32.h in driversChristoph Hellwig5-5/+0
2006-01-10drm: fix radeon warnings on 64-bitDave Airlie1-3/+3
2006-01-10drm: fix warning on alphaDave Airlie1-0/+2
2006-01-03drm: remove is_pci flag completely...Dave Airlie1-1/+0
2006-01-03drm: merge in Linus mainlineDave Airlie5-7/+11
2006-01-02drm: major update from CVS for radeon and coreDave Airlie12-381/+366
2006-01-02drm: update drm pci ids listDave Airlie1-1/+11
2006-01-02drm: drm_ioctl.c sync with fixes from CVSDave Airlie1-5/+10
2006-01-02drm: update lock flags from userspaceDave Airlie1-2/+2
2006-01-02drm: update to i915 1.3.0Dave Airlie6-39/+78
2006-01-02drm: update drm_memory_debug.hDave Airlie1-135/+134
2006-01-02drm: proper fix for drm_contextDave Airlie1-2/+1
2006-01-02drm: fix issue with contexts running out of RAMDave Airlie1-0/+4
2006-01-02drm: update PCIGART support from CVSDave Airlie8-38/+43
2006-01-02drm: remove old reclaim_buffers from ix0 driversDave Airlie2-2/+0
2006-01-02drm: bring savage inline with latest CVSDave Airlie2-17/+27
2006-01-02drm: fix a LOR issue on FreeBSD for savage driverDave Airlie2-176/+171
2006-01-02drm: bring sis + tdfx up to latest CVSDave Airlie5-15/+42
2006-01-02drm: via driver update to CVS versionDave Airlie6-6/+951
2006-01-02drm: move ioctl flags to a bit field of flagsDave Airlie11-177/+182
2005-12-29Revert radeon AGP aperture offset changesLinus Torvalds1-9/+2
2005-12-27[PATCH] Fix more radeon GART start calculation casesBenjamin Herrenschmidt1-2/+4
2005-12-18[PATCH] radeon drm: fix compilation breakage with gcc 2.95.3Jean Delvare1-1/+1
2005-12-15[PATCH] radeon drm: fix agp aperture map offsetBenjamin Herrenschmidt2-2/+8
2005-12-12[drm] fix radeon aperture issueDave Airlie1-1/+1
2005-11-30[PATCH] SiS DRM: Fix possible NULL dereferenceEgbert Eich1-1/+4
2005-11-24drm: fix quiescent lockingDave Airlie1-5/+11
2005-11-23drm: move is_pci to the end of the structureDave Airlie1-2/+1
2005-11-23drm: add __GFP_COMP to the drm_alloc_pagesDave Airlie2-2/+2
2005-11-23I think that if a PCI bus is a root bus, attached to a host bridge not aDave Airlie1-1/+1
2005-11-12drm: update VIA driver to 2.7.2Dave Airlie12-98/+211
2005-11-11drm: drop mtrr from i915Dave Airlie1-1/+4
2005-11-11drm: update mga driver for new bootstrap codeDave Airlie3-62/+92
2005-11-11drm: remove exports that modules shouldn't use.Dave Airlie1-8/+0
2005-11-11drm: add in-kernel entry points for rest of AGP ioctlsDave Airlie4-52/+95