summaryrefslogtreecommitdiff
path: root/vmwgfx_irq.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-18vmwgfx: Move irq bottom half processing to threadsThomas Hellstrom1-10/+56
2017-02-23vmwgfx: Porting over new drm and ttm filesSinclair Yeh1-2/+2
2015-11-05vmwgfx: Relax irq locking somewhatThomas Hellstrom1-74/+30
2015-11-05vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom1-4/+5
2015-09-08vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-05-07vmwgfx: Add command buffer support v3Thomas Hellstrom1-1/+40
2015-04-23vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom1-16/+9
2011-10-19vmwgfx: Add fence eventsThomas Hellstrom1-16/+46
2011-10-14vmwgfx: Temporary fix for missing irqsThomas Hellstrom1-3/+4
2011-09-27vmwgfx: Implement fence objectsThomas Hellstrom1-26/+9
2011-09-27vmwgfx: Make vmw_wait_seqno a bit more readableThomas Hellstrom1-22/+35
2011-09-27vmwgfx: Fix confusion caused by using "fence" in various places.Thomas Hellstrom1-28/+28
2010-02-27vmwgfx: Add kernel throttling support. Bump minor.Thomas Hellstrom1-3/+14
2010-02-09vmwgfx: Fix a circular locking dependency.Thomas Hellstrom1-10/+3
2009-12-08vmwgfx: Return -ERESTARTSYS when interrupted by a signal.Thomas Hellstrom1-4/+2
2009-11-18vmwgfx/ttm: Add the set / drop master implementations.Thomas Hellstrom1-0/+3
2009-11-17Initial commitJakob Bornecrantz1-0/+292