summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-06vmwgfx: Fix copy-typovmwgfx-old-hardwareJakob Bornecrantz1-1/+1
2010-02-05vmwgfx: Standardise modesettingJakob Bornecrantz4-53/+44
2010-02-02vmwgfx: Fix breakage with display topologyJakob Bornecrantz3-58/+25
2010-01-30vmwgfx: Handle old hardwareJakob Bornecrantz6-44/+123
2010-01-29vmwgfx: Remove old ioctl structs not usedJakob Bornecrantz1-43/+0
2010-01-29vmwgfx: Don't load driver on SVGA version older then 2Jakob Bornecrantz1-3/+6
2010-01-28vmwgfx: Don't send bad flags to the hostJakob Bornecrantz3-1/+27
2010-01-28vmwgfx: Request SVGA version 2Peter Hanzel1-0/+8
2010-01-16vmwgfx: Correctly detect 3DJakob Bornecrantz4-1/+23
2010-01-14vmwgfx: Missed one defio function in last commitJakob Bornecrantz1-0/+2
2010-01-14vmwgfx: Handle no defio in fb codeJakob Bornecrantz1-2/+35
2010-01-11vmwgfx: Remove a leftover stack-dump.Thomas Hellstrom1-1/+0
2010-01-11Implement basic suspend / resume operationThomas Hellstrom2-1/+63
2010-01-11vmwgfx: Implement the swap_notify callback.Thomas Hellstrom1-1/+8
2010-01-11ttm: Add a swap_notify callback.Thomas Hellstrom2-0/+8
2010-01-11vmwgfx: Use bo_driver::move_notify to unbind GMRs.Thomas Hellstrom5-29/+22
2010-01-11vmwgfx: Make fence sequences continous across vt switch / suspend.Thomas Hellstrom2-2/+2
2010-01-11vmwgfx: Fix an error path causing an oops.Thomas Hellstrom1-18/+21
2010-01-05vmwgfx: Don't promote updates from GMR-backed scanouts to fullscreen.Thomas Hellstrom1-7/+5
2009-12-09vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.Thomas Hellstrom4-111/+209
2009-12-16vmwgfx: Use the same flags as kms for modesetting related ioctlsJakob Bornecrantz1-4/+4
2009-12-08vmwgfx: Return -ERESTARTSYS when interrupted by a signal.Thomas Hellstrom3-10/+6
2009-12-08vmwgfx: Add access control to the ioctls.Thomas Hellstrom1-15/+17
2009-12-14vmwgfx: Big ioctl breaker before upstreamingJakob Bornecrantz4-67/+72
2009-12-14vmwgfx: Add params for getting the number of streamsJakob Bornecrantz4-4/+41
2009-12-14vmwgfx: Userspace must now claim a overlay before useJakob Bornecrantz5-4/+291
2009-12-14ttm: Add more ttm_object_typesJakob Bornecrantz1-1/+5
2009-12-12vmwgfx: Add param support for checking for 3DJakob Bornecrantz2-0/+4
2009-12-14vmwgfx: Make vmwgfx_drm.h be like all the other kernel headersJakob Bornecrantz1-2/+2
2009-11-29drm: Make sure we don't export any drm symbols.Thomas Hellstrom1-0/+3
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-11vmwgfx: Make overlay ioctl interruptibleJakob Bornecrantz1-27/+102
2009-12-10vmwgfx: Remove extension ioctlJakob Bornecrantz4-10/+0
2009-12-10vmwgfx Protect overlay struct with a mutexJakob Bornecrantz3-3/+87
2009-12-09vmwgfx: Fix dmabuf cursor from last commitJakob Bornecrantz1-0/+2
2009-12-10vmwgfx: Make code pass checkpatchJakob Bornecrantz13-203/+230
2009-11-26vmwgfx: Tear down GMR bindings when moving bos to VRAM.Thomas Hellstrom2-0/+17
2009-11-26vmwgfx: Make sure bdev::dev_mapping is properly initialized.Thomas Hellstrom1-1/+2
2009-12-08vmwgfx: Minor cleanups in vmwgfx_overlay.cJakob Bornecrantz1-3/+8
2009-12-08vmwgfx: Export param for overlay supportJakob Bornecrantz3-6/+13
2009-12-04vmwgfx: Use W instead of WR for cursor bypassJakob Bornecrantz1-1/+1
2009-12-04vmwgfx: Add cursor bypass ioctlJakob Bornecrantz5-8/+95
2009-12-02drm: Fix ioctl number for dirty fb, changed upstreamJakob Bornecrantz1-1/+1
2009-12-02vmwgfx: More overlay hand holding for the X serverJakob Bornecrantz3-15/+72
2009-12-02vmwgfx: Remove some debug printsJakob Bornecrantz1-4/+0
2009-12-02vmwgfx: On close stop all streamsJakob Bornecrantz1-1/+1
2009-12-03vmwgfx: Fix initial size in fbdev for none multimon hardwareJakob Bornecrantz1-2/+11
2009-12-01vmwgfx: Add overlay supportJakob Bornecrantz5-1/+428
2009-11-28svga: Add headers for overlay and escape supportJakob Bornecrantz2-0/+290