summaryrefslogtreecommitdiff
path: root/linux-core/drm_drv.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-06take down stuff after asking driver to unloadDave Airlie1-9/+8
2007-12-01drm: Add _DRM_DRIVER map flag.Robert Noland1-2/+4
2007-11-22drm: major whitespace/coding style realignment with kernelDave Airlie1-2/+2
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-11/+11
2007-10-26update DRM sysfs supportJesse Barnes1-2/+2
2007-10-25Tighten permissions on some buffer manager ioctls.drm-ttm-finalizeThomas Hellstrom1-4/+8
2007-10-25Buffer manager:Thomas Hellstrom1-0/+1
2007-10-17Remove the op ioctl, and replace it with a setuser ioctl.Thomas Hellstrom1-1/+1
2007-10-17Revert "Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set...Thomas Hellstrom1-1/+0
2007-10-16Drop destroy ioctls for fences and buffer objects.Kristian Høgsberg1-2/+0
2007-10-04linux-drm: Obey device class requirements when detecting devices.Maarten Maathuis1-0/+10
2007-09-26Add bracketsAlan Hourihane1-1/+1
2007-09-26don't copy back if an error was returned.Alan Hourihane1-1/+1
2007-08-16Merge branch 'master' into bo-set-pinEric Anholt1-1/+7
2007-08-02drm: add unlocked ioctl code path - not used yetDave Airlie1-1/+7
2007-07-26debug print ioctl return value as -integer rather than fffffwhatever.Eric Anholt1-1/+1
2007-07-26Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set pinning.Eric Anholt1-0/+1
2007-07-21Fix misc ioctl issues, makes Nouveau run.Pekka Paalanen1-2/+8
2007-07-21fix missing brace placement for IOC_INDave Airlie1-2/+3
2007-07-21fix drm no-compile due to BSD :-)Dave Airlie1-1/+1
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-105/+118
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-15/+14
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-17/+17
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie1-2/+2
2007-07-11Merge branch 'master' into cleanupdrm-ttm-cleanup-branchDave Airlie1-70/+21
2007-07-11Made drm_sg_alloc accessible from inside the DRM - drm_sg_alloc_ioctl is the ...Arthur Huillet1-1/+1
2007-07-02Fix must-check warnings and implement a few error paths.Kristian Høgsberg1-1/+1
2007-06-10use krh's idr mods to remove lists from idr codeDave Airlie1-10/+2
2007-06-03Revert "drm: add new drm_wait_on function to replace macro"root1-28/+0
2007-05-27drm: convert drawable handling to use Linux idrDave Airlie1-9/+8
2007-05-26Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls."Dave Airlie1-10/+2
2007-05-26Revert "drm/ttm: cleanup most of fence ioctl split out"Dave Airlie1-12/+1
2007-05-26whitespace fixups from kernelDave Airlie1-1/+1
2007-05-26drm/ttm: cleanup most of fence ioctl split outDave Airlie1-1/+12
2007-05-26drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.Dave Airlie1-2/+10
2007-05-26drm: cleanup use of Linux list handling macrosDave Airlie1-28/+16
2007-05-08ttm: complete drm buffer object ioctl splitDave Airlie1-1/+13
2007-05-06drm/ttm: cleanup most of fence ioctl split outDave Airlie1-1/+12
2007-05-06drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.Dave Airlie1-2/+10
2007-04-28drm: add new drm_wait_on function to replace macroDave Airlie1-0/+28
2007-04-28remove DRM_GETSAREA and replace with drm_getsarea functionDave Airlie1-0/+14
2007-03-20rename badly named defineDave Airlie1-4/+2
2007-03-19cleanup ioctl expansion codeDave Airlie1-7/+6
2007-03-19make drm fops const from kernelDave Airlie1-1/+1
2007-01-25Remove a scary error printed when we were leaking memory caches.Thomas Hellstrom1-6/+26
2006-12-15Remove the memory caches for fence objects and memory manager nodes,Thomas Hellstrom1-51/+0
2006-10-20Bug #8707, 2.6.19-rc compatibility for memory manager code.Thomas Hellstrom1-1/+5
2006-10-17Add vma list memory usage to memory accounting.Thomas Hellstrom1-11/+1
2006-10-17Add memory usage accounting to avoid DOS problems.Thomas Hellstrom1-1/+3
2006-10-17Extend generality for more memory types.Thomas Hellstrom1-4/+5