summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-07drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()Dan Carpenter1-0/+2
2015-11-26drm/vmwgfx: fix a warning messageDan Carpenter1-1/+1
2015-11-06drm/vmwgfx: Relax irq locking somewhatThomas Hellstrom1-19/+4
2015-11-02drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom1-59/+50
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-4/+24
2015-08-12drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-1/+2
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-19/+18
2015-08-05drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom1-2/+2
2015-08-05vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh1-2/+2
2015-08-05drm/vmwgfx: Add command buffer support v3Thomas Hellstrom1-3/+64
2015-08-05 vmwgfx: Rework device initializationThomas Hellstrom1-7/+5
2015-01-19drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom1-21/+15
2014-09-16drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie1-1/+2
2014-09-02drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst1-3/+8
2014-09-01drm/vmwgfx: Fix a potential infinite spin waiting for fifo idleThomas Hellstrom1-1/+2
2014-01-17drm/vmwgfx: Enable 3D for new hardware versionThomas Hellstrom1-0/+17
2014-01-17drm/vmwgfx: Hook up guest-backed queriesThomas Hellstrom1-13/+77
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2011-12-19vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom1-1/+7
2011-10-10vmwgfx: Add fence eventsThomas Hellstrom1-6/+4
2011-10-05vmwgfx: Fix up query processingThomas Hellstrom1-0/+57
2011-10-05vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz1-0/+4
2011-10-05vmwgfx: Require HWV8 for 3d supportThomas Hellstrom1-1/+1
2011-10-05vmwgfx: Document vmw_fifo_reserveJakob Bornecrantz1-0/+10
2011-09-06vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom1-13/+13
2011-09-06vmwgfx: Remove the possibility to map the fifo from user-spaceThomas Hellstrom1-48/+0
2011-09-06vmwgfx: Remove the fifo debug ioctlThomas Hellstrom1-21/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-10-01vmwgfx: vt-switch (master drop) fixesThomas Hellstrom1-0/+3
2010-09-23drivers/gpu/drm: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-06-01drm/vmwgfx: Support older hardware.Jakob Bornecrantz1-0/+18
2010-06-01drm/vmwgfx: Add kernel throttling support. Bump minor.Thomas Hellstrom1-1/+4
2010-02-11drm/vmwgfx: Fix a circular locking dependency bug.Thomas Hellstrom1-8/+9
2010-02-01drm/vmwgfx: Correctly detect 3DJakob Bornecrantz1-0/+19
2010-01-14drm/vmwgfx: Make fence sequences continous across a VT switch.Thomas Hellstrom1-2/+1
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/+521