summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-28drm/vmwgfx: Move irq bottom half processing to threadsThomas Hellstrom1-11/+57
2017-08-28drm/vmwgfx: Don't use drm_irq_[un]installThomas Hellstrom1-10/+35
2015-11-06drm/vmwgfx: Relax irq locking somewhatThomas Hellstrom1-74/+30
2015-11-02drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom1-4/+5
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-2/+2
2015-08-05drm/vmwgfx: Add command buffer support v3Thomas Hellstrom1-1/+40
2015-01-19drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom1-16/+9
2013-12-18drm: Kill DRM_IRQ_ARGSDaniel Vetter1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2011-10-10vmwgfx: Add fence eventsThomas Hellstrom1-18/+49
2011-09-06vmwgfx: Implement fence objectsThomas Hellstrom1-26/+9
2011-09-06vmwgfx: Make vmw_wait_seqno a bit more readableThomas Hellstrom1-22/+35
2011-09-06vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom1-28/+28
2010-06-01drm/vmwgfx: Add kernel throttling support. Bump minor.Thomas Hellstrom1-3/+14
2010-02-11drm/vmwgfx: Fix a circular locking dependency bug.Thomas Hellstrom1-10/+3
2009-12-23drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal.Thomas Hellstrom1-4/+2
2009-12-15drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz1-0/+295