| Commit message (Expand) | Author | Age | Files | Lines |
* | drm: fixup some of the ioctl function exit paths | Dave Airlie | 2008-02-07 | 1 | -5/+7 |
* | drm: add _DRM_DRIVER flag, and re-order unload. | Dave Airlie | 2008-02-07 | 1 | -6/+7 |
* | drm: move drm_mem_init to proper place in startup sequence | Dave Airlie | 2008-02-07 | 1 | -2/+2 |
* | drm: update DRM sysfs support | Jesse Barnes | 2008-02-07 | 1 | -5/+5 |
* | Use helpers to obtain task pid in printks | Pavel Emelyanov | 2007-10-19 | 1 | -1/+1 |
* | drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt | 2007-10-15 | 1 | -75/+92 |
* | drm: Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt | 2007-10-15 | 1 | -14/+13 |
* | drm: convert drawable code to using idr | Dave Airlie | 2007-07-17 | 1 | -12/+3 |
* | drm: detypedeffing continues... | Dave Airlie | 2007-07-11 | 1 | -3/+3 |
* | drm: drop drm_vma_entry_t, drm_magic_entry_t | Dave Airlie | 2007-07-11 | 1 | -2/+2 |
* | drm: remove drm_file_t, drm_device_t and drm_head_t typedefs | Dave Airlie | 2007-07-11 | 1 | -8/+8 |
* | drm: remove a bunch of typedefs on the userspace interface | Dave Airlie | 2007-07-11 | 1 | -4/+4 |
* | drm: fix typo on code drm getsarea | Dave Airlie | 2007-07-11 | 1 | -1/+1 |
* | drm: remove DRM_GETSAREA and replace with drm_getsarea function | Dave Airlie | 2007-07-11 | 1 | -0/+14 |
* | drm: cleanup use of Linux list handling macros | Dave Airlie | 2007-07-11 | 1 | -24/+12 |
* | drm: rename badly named define and cleanup ioctl code spacing | Dave Airlie | 2007-05-08 | 1 | -6/+4 |
* | drm: allow for more generic drm ioctls | Thomas Hellstrom | 2007-03-18 | 1 | -3/+6 |
* | [PATCH] mark struct file_operations const 3 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | drm: Change first valid DRM drawable ID to be 1 instead of 0. | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 1 | -0/+12 |
* | drm: Add support for tracking drawable information to core | =?utf-8?q?Michel_D=C3=A4nzer?= | 2006-12-07 | 1 | -0/+2 |
* | drm: remove hash tables on drm exit | Thomas Hellstrom | 2006-09-21 | 1 | -0/+2 |
* | drm: avoid kernel oops in some error paths calling drm_lastclose | Thomas Hellstrom | 2006-09-21 | 1 | -4/+6 |
* | drm: move drm authentication to new generic hash table. | Thomas Hellstrom | 2006-09-21 | 1 | -6/+4 |
* | drm: cleanup old compat code and DRM fns from Linux only code | Dave Airlie | 2006-09-21 | 1 | -1/+1 |
* | drm: remove master setting from add/remove context | Dave Airlie | 2006-04-05 | 1 | -2/+2 |
* | sem2mutex: drivers/char/drm/ | Dave Airlie | 2006-02-02 | 1 | -2/+2 |
* | drm: cleanup properly on drm module unload | Dave Airlie | 2006-01-11 | 1 | -6/+6 |
* | drm: move ioctl flags to a bit field of flags | Dave Airlie | 2006-01-02 | 1 | -55/+56 |
* | drm: add in-kernel entry points for rest of AGP ioctls | Dave Airlie | 2005-11-11 | 1 | -4/+4 |
* | drm: rename driver hooks more understandably | Dave Airlie | 2005-11-10 | 1 | -13/+16 |
* | merge Linus head tree into my drm tree and fix up conflicts | Dave Airlie | 2005-10-20 | 1 | -1/+1 |
|\ |
|
| * | [PATCH] proc_mkdir() should be used to create procfs directories | Al Viro | 2005-09-29 | 1 | -1/+1 |
* | | drm: lindent the drm directory. | Dave Airlie | 2005-09-25 | 1 | -179/+182 |
|/ |
|
* | drm: cleanup buffer/map code | Dave Airlie | 2005-07-10 | 1 | -52/+16 |
* | drm: fix minor function header issue | Dave Airlie | 2005-07-10 | 1 | -2/+2 |
* | drm: update some function so a driver can call them | Dave Airlie | 2005-07-10 | 1 | -7/+8 |
* | drm: update support for drm pci buffers | Dave Airlie | 2005-07-10 | 1 | -2/+6 |
* | drm: add _DRM_CONSISTENT map type | Dave Airlie | 2005-07-10 | 1 | -0/+4 |
* | drm: misc cleanup | Dave Airlie | 2005-07-07 | 1 | -3/+6 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+531 |