summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Implement MSI/MSI-X support for IRQsZack Rusin2022-03-111-6/+49
* drm/vmwgfx: Fix fencing on SVGAv3Zack Rusin2022-03-111-8/+18
* drm/vmwgfx: Convert to Linux IRQ interfacesThomas Zimmermann2021-07-081-11/+5
* drm/vmwgfx: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-8/+0
* drm/vmwgfx: Add basic support for SVGA3Zack Rusin2021-05-111-63/+14
* drm/vmwgfx: Remove the throttling codeZack Rusin2021-01-141-1/+0
* drm/vmwgfx: Cleanup fifo mmio handlingZack Rusin2021-01-141-6/+3
* drm/vmwgfx: drop reminaing users of drmP.hSam Ravnborg2019-08-151-1/+2
* 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/+30
* 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/+9
* 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/+9
* 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/+3
* drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal.Thomas Hellstrom2009-12-231-4/+2
* drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz2009-12-151-0/+295