aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_agpsupport.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-455/+0
2008-04-26drm: reorganise minor number handling using backported modesetting code.Dave Airlie1-1/+1
2008-02-07drm: Initialize the AGP structure's base address at init rather than enable.Eric Anholt1-2/+1
2007-10-15drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-74/+33
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-31/+22
2007-07-11drm: detypedeffing continues...Dave Airlie1-9/+9
2007-07-11drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie1-26/+26
2007-07-11drm: remove a bunch of typedefs on the userspace interfaceDave Airlie1-18/+18
2007-07-11drm: cleanup use of Linux list handling macrosDave Airlie1-18/+10
2006-04-23drm: possible cleanupsDave Airlie1-2/+0
2006-01-02drm: major update from CVS for radeon and coreDave Airlie1-4/+6
2005-11-11drm: add in-kernel entry points for rest of AGP ioctlsDave Airlie1-42/+81
2005-09-25drm: lindent the drm directory.Dave Airlie1-71/+79
2005-08-23drm: fix a bad VERSION check.Dave Airlie1-5/+0
2005-07-10drm: make drm_alloc_agp take a dev arg.Dave Airlie1-1/+1
2005-07-10drm: export symbols for use by driversDave Airlie1-0/+1
2005-07-10drm: update some function so a driver can call themDave Airlie1-56/+79
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+448