summaryrefslogtreecommitdiff
path: root/linux-core/drm_bufs.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Drop shared-core, bsd-core, linux-core and scripts subdirsKristian Høgsberg1-1608/+0
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes1-19/+6
2008-11-03radeon: fix some warningsDave Airlie1-1/+0
2008-08-14radeon: FEDORA: add old DMA buffers on top of GEMDave Airlie1-0/+4
2008-05-12drm: remove root only from a lot of drm ioctls to get stuff running as non-rootDave Airlie1-1/+1
2008-03-17drm: select the correct master to attempt to remove the lock from.Dave Airlie1-3/+9
2008-02-15various fixes from trying to get userspace startedDave Airlie1-0/+1
2008-02-13major port of multi-master ideas into modesettingDave Airlie1-6/+6
2007-12-04Don't free driver mapped locksJesse Barnes1-0/+2
2007-11-22Merge branch 'origin' into modesetting-101Dave Airlie1-10/+16
2007-11-22drm: major whitespace/coding style realignment with kernelDave Airlie1-10/+16
2007-11-05Merge branch 'master' into modesetting-101Thomas Hellstrom1-8/+6
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-9/+7
2007-09-24Merge branch 'master' into modesetting-101 - TTM & typedef removalJesse Barnes1-197/+137
2007-08-15Fix dev->agp->base initialization on BSD, and fix addmap range check on Linux.Eric Anholt1-1/+1
2007-08-13Bug #11895: Only add the AGP base to map offset if the caller didn't.Eric Anholt1-4/+10
2007-07-23drm_rmmap_ioctl(): remove dead codeAdrian Bunk1-5/+0
2007-07-21Fix misc ioctl issues, makes Nouveau run.Pekka Paalanen1-2/+1
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-106/+55
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-38/+28
2007-07-16drm: remove drm_buf_tDave Airlie1-8/+8
2007-07-16drm: remove hashtab/sman and object typedefsDave Airlie1-1/+1
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-44/+44
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie1-38/+39
2007-07-12nouveau: separate region_offset into map_handle and offset.Ben Skeggs1-2/+2
2007-06-29Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane1-24/+19
2007-05-26drm: cleanup use of Linux list handling macrosDave Airlie1-24/+19
2007-04-13i915/drm: clean up a lot of the i915/drm startup/teardown sequencesDavid Airlie1-1/+2
2007-01-08drm: remove drm_follow_page, and drm_ioremap and ioremapfreeChristoph Hellwig1-2/+6
2006-12-20Replace vmalloc_32.Thomas Hellstrom1-2/+1
2006-12-19Security fix. Zero pages before they are handed to user space.Thomas Hellstrom1-0/+1
2006-12-19Revert "drm: ioremap balanced with iounmap for drivers/char/drm"Dave Airlie1-4/+0
2006-12-19drm: ioremap balanced with iounmap for drivers/char/drmDave Airlie1-0/+4
2006-10-18Merging drm-ttm-0-2-branchThomas Hellstrom1-4/+7
2006-10-02Bug 6242: [mach64] Use private DMA buffers, part #3.George Sapountzis1-3/+7
2006-10-02Allow for 44 bit user-tokens (or drm_file offsets)Thomas Hellstrom1-4/+5
2006-08-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-...Thomas Hellstrom1-10/+10
2006-08-28drm: lots of small cleanups and whitespace issues fixed upDave Airlie1-6/+6
2006-08-28add static function, and remove bad attributionsDave Airlie1-2/+2
2006-08-23Fix previous commit: Only fall back to hashed handlesThomas Hellstrom1-2/+2
2006-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-...Thomas Hellstrom1-6/+8
2006-08-23Allow multiple addMaps with the same 32-bit map offset.Thomas Hellstrom1-6/+8
2006-08-22Bring in stripped TTM functionality.Thomas Hellstrom1-0/+2
2006-08-14remove all TRUE/FALSE no need for this in the drm, use 0 or 1Dave Airlie1-1/+1
2006-07-24switch drm to use Linux mutexes instead of semaphore.Dave Airlie1-41/+41
2006-07-11Keep hashed user tokens, with the following changes:Thomas Hellstrom1-9/+34
2006-07-10Change drm Map handles to be arbitrary 32-bit hash tokens in the rangeThomas Hellstrom1-41/+14
2006-07-05Add missing semaphore release.Thomas Hellstrom1-1/+3
2006-05-19rip out unneeded back compat codeDave Airlie1-16/+0
2006-02-19experimental PCI DMA fixes use proper Linux interfacesDave Airlie1-9/+11