summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)2018-06-291-2/+2
* drm/vmwgfx: Move irq bottom half processing to threadsThomas Hellstrom2017-08-281-11/+57
* drm/vmwgfx: Don't use drm_irq_[un]installThomas Hellstrom2017-08-281-10/+35
* drm/vmwgfx: Relax irq locking somewhatThomas Hellstrom2015-11-061-74/+30Star
* drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom2015-11-021-4/+5
* drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-2/+2
* drm/vmwgfx: Add command buffer support v3Thomas Hellstrom2015-08-051-1/+40
* drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom2015-01-191-16/+9Star
* drm: Kill DRM_IRQ_ARGSDaniel Vetter2013-12-181-1/+1
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-1/+1
* vmwgfx: Add fence eventsThomas Hellstrom2011-10-101-18/+49
* vmwgfx: Implement fence objectsThomas Hellstrom2011-09-061-26/+9Star
* vmwgfx: Make vmw_wait_seqno a bit more readableThomas Hellstrom2011-09-061-22/+35
* vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom2011-09-061-28/+28
* drm/vmwgfx: Add kernel throttling support. Bump minor.Thomas Hellstrom2010-06-011-3/+14
* drm/vmwgfx: Fix a circular locking dependency bug.Thomas Hellstrom2010-02-111-10/+3Star
* drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal.Thomas Hellstrom2009-12-231-4/+2Star
* drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz2009-12-141-0/+295