aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-15drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-75/+92
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-14/+13
2007-07-17drm: convert drawable code to using idrDave Airlie1-12/+3
2007-07-11drm: detypedeffing continues...Dave Airlie1-3/+3
2007-07-11drm: drop drm_vma_entry_t, drm_magic_entry_tDave Airlie1-2/+2
2007-07-11drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie1-8/+8
2007-07-11drm: remove a bunch of typedefs on the userspace interfaceDave Airlie1-4/+4
2007-07-11drm: fix typo on code drm getsareaDave Airlie1-1/+1
2007-07-11drm: remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie1-0/+14
2007-07-11drm: cleanup use of Linux list handling macrosDave Airlie1-24/+12
2007-05-08drm: rename badly named define and cleanup ioctl code spacingDave Airlie1-6/+4
2007-03-19drm: allow for more generic drm ioctlsThomas Hellstrom1-3/+6
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2006-12-07drm: Change first valid DRM drawable ID to be 1 instead of 0.=?utf-8?q?Michel_D=C3=A4nzer?=1-0/+12
2006-12-07drm: Add support for tracking drawable information to core=?utf-8?q?Michel_D=C3=A4nzer?=1-0/+2
2006-09-22drm: remove hash tables on drm exitThomas Hellstrom1-0/+2
2006-09-22drm: avoid kernel oops in some error paths calling drm_lastcloseThomas Hellstrom1-4/+6
2006-09-22drm: move drm authentication to new generic hash table.Thomas Hellstrom1-6/+4
2006-09-22drm: cleanup old compat code and DRM fns from Linux only codeDave Airlie1-1/+1
2006-04-05drm: remove master setting from add/remove contextDave Airlie1-2/+2
2006-02-02sem2mutex: drivers/char/drm/Dave Airlie1-2/+2
2006-01-11drm: cleanup properly on drm module unloadDave Airlie1-6/+6
2006-01-02drm: move ioctl flags to a bit field of flagsDave Airlie1-55/+56
2005-11-11drm: add in-kernel entry points for rest of AGP ioctlsDave Airlie1-4/+4
2005-11-10drm: rename driver hooks more understandablyDave Airlie1-13/+16
2005-10-20merge Linus head tree into my drm tree and fix up conflictsDave Airlie1-1/+1
2005-09-29[PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro1-1/+1
2005-09-25drm: lindent the drm directory.Dave Airlie1-179/+182
2005-07-10drm: cleanup buffer/map codeDave Airlie1-52/+16
2005-07-10drm: fix minor function header issueDave Airlie1-2/+2
2005-07-10drm: update some function so a driver can call themDave Airlie1-7/+8
2005-07-10drm: update support for drm pci buffersDave Airlie1-2/+6
2005-07-10drm: add _DRM_CONSISTENT map typeDave Airlie1-0/+4
2005-07-07drm: misc cleanupDave Airlie1-3/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+531