aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move mmfs ioctls into the DRM. Untested.Eric Anholt2008-04-291-0/+6
* Rename drm_mm.c and its fuctions to drm_memrange.Eric Anholt2008-04-281-1/+1
* drm/ttm: add ioctl to get back memory managed area sizedDave Airlie2008-03-051-0/+2
* drm: reorganise minor number handling using code from modesetting branchDave Airlie2008-03-051-30/+27
* Merge branch 'master' into vblank-rework, including mach64 supportJesse Barnes2008-01-221-24/+25
|\
| * take down stuff after asking driver to unloadDave Airlie2007-12-061-9/+8
| * drm: Add _DRM_DRIVER map flag.Robert Noland2007-12-011-2/+4
| * drm: major whitespace/coding style realignment with kernelDave Airlie2007-11-221-2/+2
| * drm: remove lots of spurious whitespace.Dave Airlie2007-11-041-11/+11
* | Merge branch 'master' into vblank-rework, fixup remaining driversJesse Barnes2007-10-301-112/+178
|\|
| * update DRM sysfs supportJesse Barnes2007-10-261-2/+2
| * Tighten permissions on some buffer manager ioctls.Thomas Hellstrom2007-10-251-4/+8
| * Buffer manager:Thomas Hellstrom2007-10-251-0/+1
| * Remove the op ioctl, and replace it with a setuser ioctl.Thomas Hellstrom2007-10-171-1/+1
| * Revert "Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set...Thomas Hellstrom2007-10-171-1/+0
| * Drop destroy ioctls for fences and buffer objects.Kristian Høgsberg2007-10-161-2/+0
| * linux-drm: Obey device class requirements when detecting devices.Maarten Maathuis2007-10-041-0/+10
| * Add bracketsAlan Hourihane2007-09-261-1/+1
| * don't copy back if an error was returned.Alan Hourihane2007-09-261-1/+1
| * Merge branch 'master' into bo-set-pinEric Anholt2007-08-161-1/+7
| |\
| | * drm: add unlocked ioctl code path - not used yetDave Airlie2007-08-021-1/+7
| * | debug print ioctl return value as -integer rather than fffffwhatever.Eric Anholt2007-07-261-1/+1
| * | Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set pinning.Eric Anholt2007-07-261-0/+1
| |/
| * Fix misc ioctl issues, makes Nouveau run.Pekka Paalanen2007-07-211-2/+8
| * fix missing brace placement for IOC_INDave Airlie2007-07-211-2/+3
| * fix drm no-compile due to BSD :-)Dave Airlie2007-07-211-1/+1
| * Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt2007-07-201-105/+118
| * Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt2007-07-201-15/+14
| * drm: remove drmP.h internal typedefsDave Airlie2007-07-151-17/+17
| * drm: detypedef drm.h and fixup all problemsDave Airlie2007-07-151-2/+2
| * Merge branch 'master' into cleanupDave Airlie2007-07-101-70/+21
| |\
| | * Made drm_sg_alloc accessible from inside the DRM - drm_sg_alloc_ioctl is the ...Arthur Huillet2007-07-101-1/+1
| | * Fix must-check warnings and implement a few error paths.Kristian Høgsberg2007-07-021-1/+1
| * | ttm: complete drm buffer object ioctl splitDave Airlie2007-05-081-1/+13
| * | drm/ttm: cleanup most of fence ioctl split outDave Airlie2007-05-051-1/+12
| * | drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.Dave Airlie2007-05-051-2/+10
* | | Update vblank code:Jesse Barnes2007-06-121-0/+1
| |/ |/|
* | use krh's idr mods to remove lists from idr codeDave Airlie2007-06-101-10/+2
* | Revert "drm: add new drm_wait_on function to replace macro"root2007-06-031-28/+0
* | drm: convert drawable handling to use Linux idrDave Airlie2007-05-261-9/+8
* | Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls."Dave Airlie2007-05-251-10/+2
* | Revert "drm/ttm: cleanup most of fence ioctl split out"Dave Airlie2007-05-251-12/+1
* | whitespace fixups from kernelDave Airlie2007-05-251-1/+1
* | drm/ttm: cleanup most of fence ioctl split outDave Airlie2007-05-251-1/+12
* | drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.Dave Airlie2007-05-251-2/+10
* | drm: cleanup use of Linux list handling macrosDave Airlie2007-05-251-28/+16
|/
* drm: add new drm_wait_on function to replace macroDave Airlie2007-04-281-0/+28
* remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie2007-04-281-0/+14
* rename badly named defineDave Airlie2007-03-191-4/+2
* cleanup ioctl expansion codeDave Airlie2007-03-181-7/+6