summaryrefslogtreecommitdiff
path: root/linux-core/drm_lock.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes1-36/+27
2008-09-30Merge remote branch 'origin/master' into modesetting-gemDave Airlie1-7/+5
2008-08-13Don't call the vblank tasklet with irqs disabled.Thomas Hellstrom1-7/+5
2008-07-28Merge commit 'origin/master' into drm-gemEric Anholt1-8/+13
2008-07-26Merge remote branch 'origin/modesetting-101' into modesetting-gemDave Airlie1-8/+13
2008-07-26drm: don't set the signal blocker on the master process.Dave Airlie1-8/+13
2008-07-25drm: don't set the signal blocker on the master process.Dave Airlie1-8/+13
2008-06-18Merge commit 'origin/drm-gem' into modesetting-gemJesse Barnes1-59/+0
2008-06-11[gem] Remove the drm_client_lock_take in set_domain.Eric Anholt1-56/+0
2008-06-10Merge commit 'origin/drm-gem' into modesetting-gemJesse Barnes1-0/+58
2008-06-03Drop struct_mutex while waiting in drm_client_lock_takeKeith Packard1-2/+3
2008-05-30Merge commit 'origin/master' into drm-gemEric Anholt1-20/+15
2008-05-27[intel-gem] Replace idlelock usage with real lock acquisition.Eric Anholt1-13/+61
2008-04-28Merge branch 'master' into modesetting-101Thomas Hellstrom1-15/+16
2008-04-23Don't disable IRQs, just tasklets, when taking the drm lock spinlock.Thomas Hellstrom1-20/+15
2008-03-14fix build problemsAlan Hourihane1-2/+2
2008-03-14drm: Fix race that can lockup the kernelMike Isely1-15/+20
2008-02-13start moving over to proper hierarchy wrt master accessesDave Airlie1-3/+3
2008-02-13major port of multi-master ideas into modesettingDave Airlie1-19/+21
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-32/+24
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-14/+12
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-1/+1
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-10/+10
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie1-4/+4
2007-02-14Fix multiple spinlock unlockingThomas Hellstrom1-3/+0
2007-02-13Bugzilla Bug #9457Thomas Hellstrom1-71/+91
2006-10-02Fix type of second argument to spin_lock_irqsave().Michel Dänzer1-1/+1
2006-10-02Trap and be verbose about a deadlock that occurs with AIGLX and drivers thatThomas Hellstrom1-1/+7
2006-09-29Add support for interrupt triggered driver callback with lock held to DRM core.Michel Dänzer1-0/+11
2006-09-27Activate error message that was never hit since it was maskedThomas Hellstrom1-2/+7
2006-09-26Remove the call to drm_lock_transfer, since it is not used anymore.Thomas Hellstrom1-6/+3
2006-09-15Allow a "native type" to be associated with a fence sequence.Thomas Hellstrom1-2/+2
2006-09-12More bugfixes.Thomas Hellstrom1-1/+1
2006-08-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into drm-...Thomas Hellstrom1-1/+1
2006-08-28drm: lots of small cleanups and whitespace issues fixed upDave Airlie1-1/+1
2006-08-21Generic DRM support base-class support for user-space objects, likeThomas Hellstrom1-0/+57
2006-02-18fix build wrong function callDave Airlie1-1/+1
2006-02-18major realigment of DRM CVS with kernel code, makes integration much easierDave Airlie1-5/+10
2005-11-11convert to use __set_current_state, align some header includesDave Airlie1-2/+2
2005-06-04misc cleanup patch from Adrian BunkDave Airlie1-2/+6
2005-04-20A fix for a locking bug which is triggered when a client tries to lock withThomas Hellstrom1-5/+10
2004-10-18Update Doxygen configuration & comments.Jose Fonseca1-1/+1
2004-10-12Breakout heads into their own data structures.Jon Smirl1-2/+2
2004-10-10Rename fn_tbl to driver. Core driver now uses pci_driver name whichJon Smirl1-8/+8
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-92/+88
2004-09-30Move things around to reduce public symbols and even out files. Switch toJon Smirl1-4/+136
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl1-5/+5
2004-08-27__NO_VERSION__ hasn't been needed since 2.3 days ditch it...Dave Airlie1-1/+0
2004-07-05fixes from kernel for 0 vs NULL - mikaDave Airlie1-2/+2
2003-05-27Merged DRM documentation.Jose Fonseca1-20/+53