summaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_fops.c
Commit message (Expand)AuthorAgeFilesLines
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-3/+4
* drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt2007-10-151-2/+2
* drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt2007-10-151-17/+17
* drm: detypedeffing continues...Dave Airlie2007-07-111-1/+1
* drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie2007-07-111-11/+11
* drm: cleanup list initialisationDave Airlie2007-07-111-3/+0Star
* drm: cleanup use of Linux list handling macrosDave Airlie2007-07-111-34/+13Star
* drm: fix driver deadlock with AIGLX and reclaim_buffers_lockedThomas Hellstrom2007-03-231-46/+44Star
* drm: fix warning in drm_fops.cAndrew Morton2007-03-181-1/+1
* drm: fix crash with fops lock and fixup sarea/page size lockingDave Airlie2007-03-111-2/+4
* drm: remove hash tables on drm exitThomas Hellstrom2006-09-211-0/+2
* drm: move drm authentication to new generic hash table.Thomas Hellstrom2006-09-211-4/+2Star
* drm: cleanup old compat code and DRM fns from Linux only codeDave Airlie2006-09-211-1/+1
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-1/+1
* sem2mutex: drivers/char/drm/Dave Airlie2006-02-021-6/+6
* drm: major update from CVS for radeon and coreDave Airlie2006-01-021-123/+166
* drm: remove drm_flushDave Airlie2005-11-111-14/+0Star
* drm: remove drm_init.c it is no longer neededDave Airlie2005-11-101-0/+17
* drm: rename driver hooks more understandablyDave Airlie2005-11-101-19/+16Star
* drm: remove unused components of drm structuresDave Airlie2005-10-241-3/+0Star
* drm: lindent the drm directory.Dave Airlie2005-09-251-141/+152
* drm: cleanup buffer/map codeDave Airlie2005-07-101-6/+0Star
* drm: misc cleanupDave Airlie2005-07-071-7/+3Star
* drm: ctx release can happen before dev->ctxlist is allocatedDave Airlie2005-07-071-1/+1
* drm: fix minor issues caused by core conversionDave Airlie2005-07-071-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+451