summaryrefslogtreecommitdiff
path: root/linux-core/drm_bufs.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'modesetting-gem'"Jesse Barnes2008-12-101-19/+6
* radeon: fix some warningsDave Airlie2008-11-031-1/+0
* radeon: FEDORA: add old DMA buffers on top of GEMDave Airlie2008-08-141-0/+4
* drm: remove root only from a lot of drm ioctls to get stuff running as non-rootDave Airlie2008-05-121-1/+1
* drm: select the correct master to attempt to remove the lock from.Dave Airlie2008-03-171-3/+9
* various fixes from trying to get userspace startedDave Airlie2008-02-151-0/+1
* major port of multi-master ideas into modesettingDave Airlie2008-02-131-6/+6
* Don't free driver mapped locksJesse Barnes2007-12-041-0/+2
* Merge branch 'origin' into modesetting-101Dave Airlie2007-11-221-10/+16
|\
| * drm: major whitespace/coding style realignment with kernelDave Airlie2007-11-221-10/+16
* | Merge branch 'master' into modesetting-101Thomas Hellstrom2007-11-051-8/+6
|\ \ | |/
| * drm: remove lots of spurious whitespace.Dave Airlie2007-11-051-9/+7
* | Merge branch 'master' into modesetting-101 - TTM & typedef removalJesse Barnes2007-09-241-197/+137
|\ \ | |/
| * Fix dev->agp->base initialization on BSD, and fix addmap range check on Linux.Eric Anholt2007-08-151-1/+1
| * Bug #11895: Only add the AGP base to map offset if the caller didn't.Eric Anholt2007-08-131-4/+10
| * drm_rmmap_ioctl(): remove dead codeAdrian Bunk2007-07-231-5/+0
| * Fix misc ioctl issues, makes Nouveau run.Pekka Paalanen2007-07-211-2/+1
| * Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt2007-07-201-106/+55
| * Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt2007-07-201-38/+28
| * drm: remove drm_buf_tDave Airlie2007-07-161-8/+8
| * drm: remove hashtab/sman and object typedefsDave Airlie2007-07-161-1/+1
| * drm: remove drmP.h internal typedefsDave Airlie2007-07-161-44/+44
| * drm: detypedef drm.h and fixup all problemsDave Airlie2007-07-161-38/+39
| * nouveau: separate region_offset into map_handle and offset.Ben Skeggs2007-07-121-2/+2
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane2007-06-291-24/+19
|\ \ | |/
| * drm: cleanup use of Linux list handling macrosDave Airlie2007-05-261-24/+19
* | i915/drm: clean up a lot of the i915/drm startup/teardown sequencesDavid Airlie2007-04-131-1/+2
|/
* drm: remove drm_follow_page, and drm_ioremap and ioremapfreeChristoph Hellwig2007-01-081-2/+6
* Replace vmalloc_32.Thomas Hellstrom2006-12-201-2/+1
* Security fix. Zero pages before they are handed to user space.Thomas Hellstrom2006-12-191-0/+1
* Revert "drm: ioremap balanced with iounmap for drivers/char/drm"Dave Airlie2006-12-191-4/+0
* drm: ioremap balanced with iounmap for drivers/char/drmDave Airlie2006-12-191-0/+4
* Merging drm-ttm-0-2-branchThomas Hellstrom2006-10-181-4/+7
|\
| * Allow for 44 bit user-tokens (or drm_file offsets)Thomas Hellstrom2006-10-021-4/+5
| * Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-...Thomas Hellstrom2006-08-281-10/+10
| |\
| * \ Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-...Thomas Hellstrom2006-08-231-6/+8
| |\ \
| * | | Bring in stripped TTM functionality.Thomas Hellstrom2006-08-221-0/+2
* | | | Bug 6242: [mach64] Use private DMA buffers, part #3.George Sapountzis2006-10-021-3/+7
| |_|/ |/| |
* | | drm: lots of small cleanups and whitespace issues fixed upDave Airlie2006-08-281-6/+6
* | | add static function, and remove bad attributionsDave Airlie2006-08-281-2/+2
* | | Fix previous commit: Only fall back to hashed handlesThomas Hellstrom2006-08-231-2/+2
| |/ |/|
* | Allow multiple addMaps with the same 32-bit map offset.Thomas Hellstrom2006-08-231-6/+8
|/
* remove all TRUE/FALSE no need for this in the drm, use 0 or 1Dave Airlie2006-08-141-1/+1
* switch drm to use Linux mutexes instead of semaphore.Dave Airlie2006-07-241-41/+41
* Keep hashed user tokens, with the following changes:Thomas Hellstrom2006-07-111-9/+34
* Change drm Map handles to be arbitrary 32-bit hash tokens in the rangeThomas Hellstrom2006-07-101-41/+14
* Add missing semaphore release.Thomas Hellstrom2006-07-051-1/+3
* rip out unneeded back compat codeDave Airlie2006-05-191-16/+0
* experimental PCI DMA fixes use proper Linux interfacesDave Airlie2006-02-191-9/+11
* major realigment of DRM CVS with kernel code, makes integration much easierDave Airlie2006-02-181-41/+35