summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()Dan Carpenter2017-06-071-0/+2
* drm/vmwgfx: fix a warning messageDan Carpenter2015-11-261-1/+1
* drm/vmwgfx: Relax irq locking somewhatThomas Hellstrom2015-11-061-19/+4
* drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom2015-11-021-59/+50
* drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-4/+24
* drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh2015-08-121-1/+2
* drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-19/+18
* drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom2015-08-051-2/+2
* vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh2015-08-051-2/+2
* drm/vmwgfx: Add command buffer support v3Thomas Hellstrom2015-08-051-3/+64
* vmwgfx: Rework device initializationThomas Hellstrom2015-08-051-7/+5
* drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom2015-01-191-21/+15
* drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie2014-09-161-1/+2
|\
| * drm/vmwgfx: Fix a potential infinite spin waiting for fifo idleThomas Hellstrom2014-09-011-1/+2
* | drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst2014-09-021-3/+8
|/
* drm/vmwgfx: Enable 3D for new hardware versionThomas Hellstrom2014-01-171-0/+17
* drm/vmwgfx: Hook up guest-backed queriesThomas Hellstrom2014-01-171-13/+77
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom2011-12-191-1/+7
* vmwgfx: Add fence eventsThomas Hellstrom2011-10-101-6/+4
* vmwgfx: Fix up query processingThomas Hellstrom2011-10-051-0/+57
* vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz2011-10-051-0/+4
* vmwgfx: Require HWV8 for 3d supportThomas Hellstrom2011-10-051-1/+1
* vmwgfx: Document vmw_fifo_reserveJakob Bornecrantz2011-10-051-0/+10
* vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom2011-09-061-13/+13
* vmwgfx: Remove the possibility to map the fifo from user-spaceThomas Hellstrom2011-09-061-48/+0
* vmwgfx: Remove the fifo debug ioctlThomas Hellstrom2011-09-061-21/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * drivers/gpu/drm: Remove unnecessary casts of private_dataJoe Perches2010-09-231-1/+1
* | vmwgfx: vt-switch (master drop) fixesThomas Hellstrom2010-10-011-0/+3
|/
* drm/vmwgfx: Support older hardware.Jakob Bornecrantz2010-06-011-0/+18
* drm/vmwgfx: Add kernel throttling support. Bump minor.Thomas Hellstrom2010-06-011-1/+4
* drm/vmwgfx: Fix a circular locking dependency bug.Thomas Hellstrom2010-02-111-8/+9
* drm/vmwgfx: Correctly detect 3DJakob Bornecrantz2010-02-011-0/+19
* drm/vmwgfx: Make fence sequences continous across a VT switch.Thomas Hellstrom2010-01-141-2/+1
* 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/+521
OpenPOWER on IntegriCloud