summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_fence.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-05drm/nv50: Fix large 3D performance regression caused by the interchannel sync...Francisco Jerez1-7/+39
2010-10-05drm/nouveau: Use semaphores to handle inter-channel sync in hardware.Francisco Jerez1-1/+194
2010-10-05drm/nouveau: Provide a means to have arbitrary work run on fence completion.Francisco Jerez1-0/+30
2010-10-05drm/nouveau: Minor refactoring/cleanup of the fence code.Francisco Jerez1-17/+46
2010-09-03drm/nouveau: Take fence spinlock before reading the last sequence.Francisco Jerez1-2/+4
2010-08-02drm/nouveau: set TASK_(UN)INTERRUPTIBLE before schedule_timeout()Kulikov Vasiliy1-2/+2
2010-07-13drm/nouveau: reduce usage of fence spinlock to when absolutely necessaryBen Skeggs1-25/+6
2010-01-11drm/nouveau: Use the software object for fencing.Francisco Jerez1-1/+1
2009-12-15drm/nouveau: remove use of -ERESTARTBen Skeggs1-1/+1
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+262