summaryrefslogtreecommitdiff
path: root/vmwgfx_drv.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-21vmwgfx: Take the ttm lock around the dirty ioctlThomas Hellstrom1-1/+4
2010-07-19vmwgfx: Add new-style PM hooks to improve hibernation behavior.Thomas Hellstrom1-17/+109
2010-07-15vmwgfx: Remove leftover debug message.Thomas Hellstrom1-1/+0
2010-07-15vmwgfx: Fix ACPI S3 & S4 functionality.Thomas Hellstrom1-2/+37
2010-05-26vmwgfx: Remove some leftover debug messages.Thomas Hellstrom1-8/+0
2010-04-30vmwgfx: Allow userspace to change default layoutJakob Bornecrantz1-1/+8
2010-05-21vmwgfx: Don't switch off the FIFO at master drop if there are 3D resources al...Thomas Hellstrom1-10/+55
2010-03-16vmwgfx: Make the 3D detected printk works with stealth modeJakob Bornecrantz1-5/+12
2010-03-04vmwgfx: Add option to turn 3D support offJakob Bornecrantz1-1/+8
2010-02-27vmwgfx: Add a parameter force_stealth to force stealth mode if needed.Thomas Hellstrom1-64/+82
2010-02-16vmwgfx: Use the fb handover mechanism for kernels >= 2.6.32.Thomas Hellstrom1-2/+44
2010-02-06vmwgfx: Support old hardwareJakob Bornecrantz1-0/+9
2010-01-29vmwgfx: Don't load driver on SVGA version older then 2Jakob Bornecrantz1-3/+6
2010-01-28vmwgfx: Request SVGA version 2Peter Hanzel1-0/+8
2010-01-16vmwgfx: Correctly detect 3DJakob Bornecrantz1-0/+2
2010-01-11Implement basic suspend / resume operationThomas Hellstrom1-1/+61
2010-01-11vmwgfx: Make fence sequences continous across vt switch / suspend.Thomas Hellstrom1-0/+1
2009-12-16vmwgfx: Use the same flags as kms for modesetting related ioctlsJakob Bornecrantz1-4/+4
2009-12-08vmwgfx: Add access control to the ioctls.Thomas Hellstrom1-15/+17
2009-12-14vmwgfx: Big ioctl breaker before upstreamingJakob Bornecrantz1-30/+35
2009-12-14vmwgfx: Userspace must now claim a overlay before useJakob Bornecrantz1-1/+14
2009-11-28vmwgfx: Handle devices without IRQ- and GMR capabilities better.Thomas Hellstrom1-14/+23
2009-12-11vmwgfx: Remove some dead codeJakob Bornecrantz1-6/+0
2009-12-10vmwgfx: Remove extension ioctlJakob Bornecrantz1-1/+0
2009-12-10vmwgfx: Make code pass checkpatchJakob Bornecrantz1-9/+7
2009-11-26vmwgfx: Make sure bdev::dev_mapping is properly initialized.Thomas Hellstrom1-1/+2
2009-12-04vmwgfx: Use W instead of WR for cursor bypassJakob Bornecrantz1-1/+1
2009-12-04vmwgfx: Add cursor bypass ioctlJakob Bornecrantz1-1/+6
2009-12-01vmwgfx: Add overlay supportJakob Bornecrantz1-0/+9
2009-11-18vmwgfx/ttm: Add the set / drop master implementations.Thomas Hellstrom1-74/+164
2009-11-17Initial commitJakob Bornecrantz1-0/+654