Age | Commit message (Expand) | Author | Files | Lines |
2009-11-17 | Drop shared-core, bsd-core, linux-core and scripts subdirs | Kristian Høgsberg | 1 | -389/+0 |
2008-12-10 | Revert "Merge branch 'modesetting-gem'" | Jesse Barnes | 1 | -36/+27 |
2008-09-30 | Merge remote branch 'origin/master' into modesetting-gem | Dave Airlie | 1 | -7/+5 |
2008-08-13 | Don't call the vblank tasklet with irqs disabled. | Thomas Hellstrom | 1 | -7/+5 |
2008-07-28 | Merge commit 'origin/master' into drm-gem | Eric Anholt | 1 | -8/+13 |
2008-07-26 | Merge remote branch 'origin/modesetting-101' into modesetting-gem | Dave Airlie | 1 | -8/+13 |
2008-07-26 | drm: don't set the signal blocker on the master process. | Dave Airlie | 1 | -8/+13 |
2008-07-25 | drm: don't set the signal blocker on the master process. | Dave Airlie | 1 | -8/+13 |
2008-06-18 | Merge commit 'origin/drm-gem' into modesetting-gem | Jesse Barnes | 1 | -59/+0 |
2008-06-11 | [gem] Remove the drm_client_lock_take in set_domain. | Eric Anholt | 1 | -56/+0 |
2008-06-10 | Merge commit 'origin/drm-gem' into modesetting-gem | Jesse Barnes | 1 | -0/+58 |
2008-06-03 | Drop struct_mutex while waiting in drm_client_lock_take | Keith Packard | 1 | -2/+3 |
2008-05-30 | Merge commit 'origin/master' into drm-gem | Eric Anholt | 1 | -20/+15 |
2008-05-27 | [intel-gem] Replace idlelock usage with real lock acquisition. | Eric Anholt | 1 | -13/+61 |
2008-04-28 | Merge branch 'master' into modesetting-101 | Thomas Hellstrom | 1 | -15/+16 |
2008-04-23 | Don't disable IRQs, just tasklets, when taking the drm lock spinlock. | Thomas Hellstrom | 1 | -20/+15 |
2008-03-14 | fix build problems | Alan Hourihane | 1 | -2/+2 |
2008-03-14 | drm: Fix race that can lockup the kernel | Mike Isely | 1 | -15/+20 |
2008-02-13 | start moving over to proper hierarchy wrt master accesses | Dave Airlie | 1 | -3/+3 |
2008-02-13 | major port of multi-master ideas into modesetting | Dave Airlie | 1 | -19/+21 |
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt | 1 | -32/+24 |
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt | 1 | -14/+12 |
2007-07-20 | Remove DRM_ERR OS macro. | Eric Anholt | 1 | -1/+1 |
2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie | 1 | -10/+10 |
2007-07-16 | drm: detypedef drm.h and fixup all problems | Dave Airlie | 1 | -4/+4 |
2007-02-14 | Fix multiple spinlock unlocking | Thomas Hellstrom | 1 | -3/+0 |
2007-02-13 | Bugzilla Bug #9457 | Thomas Hellstrom | 1 | -71/+91 |
2006-10-02 | Fix type of second argument to spin_lock_irqsave(). | Michel Dänzer | 1 | -1/+1 |
2006-10-02 | Trap and be verbose about a deadlock that occurs with AIGLX and drivers that | Thomas Hellstrom | 1 | -1/+7 |
2006-09-29 | Add support for interrupt triggered driver callback with lock held to DRM core. | Michel Dänzer | 1 | -0/+11 |
2006-09-27 | Activate error message that was never hit since it was masked | Thomas Hellstrom | 1 | -2/+7 |
2006-09-26 | Remove the call to drm_lock_transfer, since it is not used anymore. | Thomas Hellstrom | 1 | -6/+3 |
2006-09-15 | Allow a "native type" to be associated with a fence sequence. | Thomas Hellstrom | 1 | -2/+2 |
2006-09-12 | More bugfixes. | Thomas Hellstrom | 1 | -1/+1 |
2006-08-28 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-... | Thomas Hellstrom | 1 | -1/+1 |
2006-08-28 | drm: lots of small cleanups and whitespace issues fixed up | Dave Airlie | 1 | -1/+1 |
2006-08-21 | Generic DRM support base-class support for user-space objects, like | Thomas Hellstrom | 1 | -0/+57 |
2006-02-18 | fix build wrong function call | Dave Airlie | 1 | -1/+1 |
2006-02-18 | major realigment of DRM CVS with kernel code, makes integration much easier | Dave Airlie | 1 | -5/+10 |
2005-11-11 | convert to use __set_current_state, align some header includes | Dave Airlie | 1 | -2/+2 |
2005-06-04 | misc cleanup patch from Adrian Bunk | Dave Airlie | 1 | -2/+6 |
2005-04-20 | A fix for a locking bug which is triggered when a client tries to lock with | Thomas Hellstrom | 1 | -5/+10 |
2004-10-18 | Update Doxygen configuration & comments. | Jose Fonseca | 1 | -1/+1 |
2004-10-12 | Breakout heads into their own data structures. | Jon Smirl | 1 | -2/+2 |
2004-10-10 | Rename fn_tbl to driver. Core driver now uses pci_driver name which | Jon Smirl | 1 | -8/+8 |
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl | 1 | -92/+88 |
2004-09-30 | Move things around to reduce public symbols and even out files. Switch to | Jon Smirl | 1 | -4/+136 |
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl | 1 | -5/+5 |
2004-08-27 | __NO_VERSION__ hasn't been needed since 2.3 days ditch it... | Dave Airlie | 1 | -1/+0 |
2004-07-05 | fixes from kernel for 0 vs NULL - mika | Dave Airlie | 1 | -2/+2 |