aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-07drm: Make DRM_IOCTL_GET_CLIENT return EINVAL when it can't find client #idx.Eric Anholt1-14/+11
2008-02-07drm: run cleanfile across drm treeDave Airlie1-1/+1
2007-11-06drm: DRM: fix memset size errorLi Zefan1-1/+1
2007-10-15drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-103/+74
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-22/+17
2007-10-15drm: Remove DRM_ERR OS macro.Eric Anholt1-1/+1
2007-07-11drm: detypedeffing continues...Dave Airlie1-2/+2
2007-07-11drm: remove drm_file_t, drm_device_t and drm_head_t typedefsDave Airlie1-12/+12
2007-07-11drm: remove a bunch of typedefs on the userspace interfaceDave Airlie1-13/+13
2007-07-11drm: cleanup use of Linux list handling macrosDave Airlie1-4/+10
2006-09-22drm: fixup setversion return codes..Dave Airlie1-7/+10
2006-09-22drm: remove the DRM pci domainDave Airlie1-2/+2
2006-09-22drm: remove local copies of pci bus/slot/funcDave1-3/+6
2006-09-22drm: cleanup old compat code and DRM fns from Linux only codeDave Airlie1-3/+5
2006-02-02sem2mutex: drivers/char/drm/Dave Airlie1-9/+9
2006-01-02drm: drm_ioctl.c sync with fixes from CVSDave Airlie1-5/+10
2005-11-10drm: rename driver hooks more understandablyDave Airlie1-8/+4
2005-09-25drm: lindent the drm directory.Dave Airlie1-82/+86
2005-08-05drm: updated DRM map patch for 32/64 bit systemsDave Airlie1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+370