Age | Commit message (Expand) | Author | Files | Lines |
2009-11-17 | Drop shared-core, bsd-core, linux-core and scripts subdirs | Kristian Høgsberg | 1 | -1608/+0 |
2008-12-10 | Revert "Merge branch 'modesetting-gem'" | Jesse Barnes | 1 | -19/+6 |
2008-11-03 | radeon: fix some warnings | Dave Airlie | 1 | -1/+0 |
2008-08-14 | radeon: FEDORA: add old DMA buffers on top of GEM | Dave Airlie | 1 | -0/+4 |
2008-05-12 | drm: remove root only from a lot of drm ioctls to get stuff running as non-root | Dave Airlie | 1 | -1/+1 |
2008-03-17 | drm: select the correct master to attempt to remove the lock from. | Dave Airlie | 1 | -3/+9 |
2008-02-15 | various fixes from trying to get userspace started | Dave Airlie | 1 | -0/+1 |
2008-02-13 | major port of multi-master ideas into modesetting | Dave Airlie | 1 | -6/+6 |
2007-12-04 | Don't free driver mapped locks | Jesse Barnes | 1 | -0/+2 |
2007-11-22 | Merge branch 'origin' into modesetting-101 | Dave Airlie | 1 | -10/+16 |
2007-11-22 | drm: major whitespace/coding style realignment with kernel | Dave Airlie | 1 | -10/+16 |
2007-11-05 | Merge branch 'master' into modesetting-101 | Thomas Hellstrom | 1 | -8/+6 |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie | 1 | -9/+7 |
2007-09-24 | Merge branch 'master' into modesetting-101 - TTM & typedef removal | Jesse Barnes | 1 | -197/+137 |
2007-08-15 | Fix dev->agp->base initialization on BSD, and fix addmap range check on Linux. | Eric Anholt | 1 | -1/+1 |
2007-08-13 | Bug #11895: Only add the AGP base to map offset if the caller didn't. | Eric Anholt | 1 | -4/+10 |
2007-07-23 | drm_rmmap_ioctl(): remove dead code | Adrian Bunk | 1 | -5/+0 |
2007-07-21 | Fix misc ioctl issues, makes Nouveau run. | Pekka Paalanen | 1 | -2/+1 |
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt | 1 | -106/+55 |
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt | 1 | -38/+28 |
2007-07-16 | drm: remove drm_buf_t | Dave Airlie | 1 | -8/+8 |
2007-07-16 | drm: remove hashtab/sman and object typedefs | Dave Airlie | 1 | -1/+1 |
2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie | 1 | -44/+44 |
2007-07-16 | drm: detypedef drm.h and fixup all problems | Dave Airlie | 1 | -38/+39 |
2007-07-12 | nouveau: separate region_offset into map_handle and offset. | Ben Skeggs | 1 | -2/+2 |
2007-06-29 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode... | Alan Hourihane | 1 | -24/+19 |
2007-05-26 | drm: cleanup use of Linux list handling macros | Dave Airlie | 1 | -24/+19 |
2007-04-13 | i915/drm: clean up a lot of the i915/drm startup/teardown sequences | David Airlie | 1 | -1/+2 |
2007-01-08 | drm: remove drm_follow_page, and drm_ioremap and ioremapfree | Christoph Hellwig | 1 | -2/+6 |
2006-12-20 | Replace vmalloc_32. | Thomas Hellstrom | 1 | -2/+1 |
2006-12-19 | Security fix. Zero pages before they are handed to user space. | Thomas Hellstrom | 1 | -0/+1 |
2006-12-19 | Revert "drm: ioremap balanced with iounmap for drivers/char/drm" | Dave Airlie | 1 | -4/+0 |
2006-12-19 | drm: ioremap balanced with iounmap for drivers/char/drm | Dave Airlie | 1 | -0/+4 |
2006-10-18 | Merging drm-ttm-0-2-branch | Thomas Hellstrom | 1 | -4/+7 |
2006-10-02 | Bug 6242: [mach64] Use private DMA buffers, part #3. | George Sapountzis | 1 | -3/+7 |
2006-10-02 | Allow for 44 bit user-tokens (or drm_file offsets) | Thomas Hellstrom | 1 | -4/+5 |
2006-08-28 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-... | Thomas Hellstrom | 1 | -10/+10 |
2006-08-28 | drm: lots of small cleanups and whitespace issues fixed up | Dave Airlie | 1 | -6/+6 |
2006-08-28 | add static function, and remove bad attributions | Dave Airlie | 1 | -2/+2 |
2006-08-23 | Fix previous commit: Only fall back to hashed handles | Thomas Hellstrom | 1 | -2/+2 |
2006-08-23 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-... | Thomas Hellstrom | 1 | -6/+8 |
2006-08-23 | Allow multiple addMaps with the same 32-bit map offset. | Thomas Hellstrom | 1 | -6/+8 |
2006-08-22 | Bring in stripped TTM functionality. | Thomas Hellstrom | 1 | -0/+2 |
2006-08-14 | remove all TRUE/FALSE no need for this in the drm, use 0 or 1 | Dave Airlie | 1 | -1/+1 |
2006-07-24 | switch drm to use Linux mutexes instead of semaphore. | Dave Airlie | 1 | -41/+41 |
2006-07-11 | Keep hashed user tokens, with the following changes: | Thomas Hellstrom | 1 | -9/+34 |
2006-07-10 | Change drm Map handles to be arbitrary 32-bit hash tokens in the range | Thomas Hellstrom | 1 | -41/+14 |
2006-07-05 | Add missing semaphore release. | Thomas Hellstrom | 1 | -1/+3 |
2006-05-19 | rip out unneeded back compat code | Dave Airlie | 1 | -16/+0 |
2006-02-19 | experimental PCI DMA fixes use proper Linux interfaces | Dave Airlie | 1 | -9/+11 |