summaryrefslogtreecommitdiff
path: root/vmwgfx_fifo.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-25vmwgfx: Update stand alone to v4.12Sinclair Yeh1-1/+0
2017-05-01vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve()Dan Carpenter1-0/+3
2017-02-23vmwgfx: Porting over new drm and ttm filesSinclair Yeh1-30/+20
2015-11-18vmwgfx: Fix address-space- visibility- and endian warnings and errorsThomas Hellstrom1-1/+1
2015-11-05vmwgfx: Relax irq locking somewhatThomas Hellstrom1-19/+4
2015-11-05vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom1-51/+51
2015-09-08vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-09-08vmwgfx: Initial DX supportThomas Hellstrom1-4/+24
2015-09-08vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-1/+2
2015-09-07vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom1-2/+2
2015-09-07vmwgfx: Major KMS refactoring / cleanup in preparation of screen targetsSinclair Yeh1-2/+2
2015-05-07vmwgfx: Add command buffer support v3Thomas Hellstrom1-3/+64
2015-05-05vmwgfx: Rework device initializationThomas Hellstrom1-7/+5
2015-04-23vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom1-15/+14
2014-10-10vmwgfx: Fix a potential infinite spin waiting for fifo idleThomas Hellstrom1-1/+2
2013-12-17vmwgfx: Enable 3D for new hardware versionThomas Hellstrom1-0/+16
2013-12-17vmwgfx: Hook up guest-backed queriesThomas Hellstrom1-13/+77
2011-11-28vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom1-1/+7
2011-10-19vmwgfx: Add fence eventsThomas Hellstrom1-6/+4
2011-09-28vmwgfx: Fix up query processingThomas Hellstrom1-0/+57
2011-09-27vmwgfx: Drop 3D Legacy Display Unit supportJakob Bornecrantz1-0/+4
2011-09-27vmwgfx: Require HWV8 for 3d supportThomas Hellstrom1-1/+1
2011-09-27vmwgfx: Document vmw_fifo_reserveJakob Bornecrantz1-0/+10
2011-09-27vmwgfx: Fix confusion caused by using "fence" in various places.Thomas Hellstrom1-13/+13
2011-09-27vmwgfx: Remove the possibility to map the fifo from user-spaceThomas Hellstrom1-72/+0
2011-09-27vmwgfx: Remove the fifo debug ioctlThomas Hellstrom1-21/+0
2010-09-24vmwgfx: compat: Re-instate force_no_3d module parameterThomas Hellstrom1-0/+7
2010-09-23vmwgfx: Add an option to choose whether to enable fbdev at load timeThomas Hellstrom1-0/+3
2010-09-22vmwgfx: Add compat / standalone definesThomas Hellstrom1-1/+25
2010-09-22vmwgfx: Pull down upstream vmwgfx codeThomas Hellstrom1-28/+0
2010-05-21vmwgfx: Don't switch off the FIFO at master drop if there are 3D resources al...Thomas Hellstrom1-0/+3
2010-02-27vmwgfx: Add kernel throttling support. Bump minor.Thomas Hellstrom1-1/+4
2010-02-09vmwgfx: Fix a circular locking dependency.Thomas Hellstrom1-8/+9
2010-02-06vmwgfx: Support old hardwareJakob Bornecrantz1-0/+18
2010-01-16vmwgfx: Correctly detect 3DJakob Bornecrantz1-0/+19
2010-01-11vmwgfx: Make fence sequences continous across vt switch / suspend.Thomas Hellstrom1-2/+1
2009-12-08vmwgfx: Return -ERESTARTSYS when interrupted by a signal.Thomas Hellstrom1-4/+2
2009-12-10vmwgfx: Make code pass checkpatchJakob Bornecrantz1-5/+4
2009-11-18vmwgfx/ttm: Add the set / drop master implementations.Thomas Hellstrom1-7/+8
2009-11-17Initial commitJakob Bornecrantz1-0/+546