summaryrefslogtreecommitdiff
path: root/drivers/char/drm/drm_drv.c
AgeCommit message (Expand)Author
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie
2008-06-20drm: only trust core drm ioctls - driver ioctls are a mess.Dave Airlie
2008-06-13drm: use drms ioctl cmd not what we get passed from userspace.Johannes Weiner
2008-04-26drm: reorganise minor number handling using backported modesetting code.Dave Airlie
2008-02-07drm: fixup some of the ioctl function exit pathsDave Airlie
2008-02-07drm: add _DRM_DRIVER flag, and re-order unload.Dave Airlie
2008-02-07drm: move drm_mem_init to proper place in startup sequenceDave Airlie
2008-02-07drm: update DRM sysfs supportJesse Barnes
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-15drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt
2007-07-17drm: convert drawable code to using idrDave Airlie
2007-07-11drm: detypedeffing continues...Dave Airlie
2007-07-11drm: drop drm_vma_entry_t, drm_magic_entry_tDave Airlie
2007-07-11drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie
2007-07-11drm: remove a bunch of typedefs on the userspace interfaceDave Airlie
2007-07-11drm: fix typo on code drm getsareaDave Airlie
2007-07-11drm: remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie
2007-07-11drm: cleanup use of Linux list handling macrosDave Airlie
2007-05-08drm: rename badly named define and cleanup ioctl code spacingDave Airlie
2007-03-19drm: allow for more generic drm ioctlsThomas Hellstrom
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven
2006-12-07drm: Change first valid DRM drawable ID to be 1 instead of 0.=?utf-8?q?Michel_D=C3=A4nzer?=
2006-12-07drm: Add support for tracking drawable information to core=?utf-8?q?Michel_D=C3=A4nzer?=
2006-09-22drm: remove hash tables on drm exitThomas Hellstrom
2006-09-22drm: avoid kernel oops in some error paths calling drm_lastcloseThomas Hellstrom
2006-09-22drm: move drm authentication to new generic hash table.Thomas Hellstrom
2006-09-22drm: cleanup old compat code and DRM fns from Linux only codeDave Airlie
2006-04-05drm: remove master setting from add/remove contextDave Airlie
2006-02-02sem2mutex: drivers/char/drm/Dave Airlie
2006-01-11drm: cleanup properly on drm module unloadDave Airlie
2006-01-02drm: move ioctl flags to a bit field of flagsDave Airlie
2005-11-11drm: add in-kernel entry points for rest of AGP ioctlsDave Airlie
2005-11-10drm: rename driver hooks more understandablyDave Airlie
2005-10-20merge Linus head tree into my drm tree and fix up conflictsDave Airlie
2005-09-29[PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro
2005-09-25drm: lindent the drm directory.Dave Airlie
2005-07-10drm: cleanup buffer/map codeDave Airlie
2005-07-10drm: fix minor function header issueDave Airlie
2005-07-10drm: update some function so a driver can call themDave Airlie
2005-07-10drm: update support for drm pci buffersDave Airlie
2005-07-10drm: add _DRM_CONSISTENT map typeDave Airlie
2005-07-07drm: misc cleanupDave Airlie
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds