| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/vmwgfx: Replace iowrite/ioread with volatile memory accesses | Thomas Hellstrom | 2015-11-02 | 1 | -8/+8 |
* | drm/vmwgfx: Turn off support for multisample count != 0 v2 | Thomas Hellstrom | 2015-11-02 | 1 | -2/+20 |
* | drm/vmwgfx: Fix copyright headers | Sinclair Yeh | 2015-08-12 | 1 | -1/+1 |
* | drm/vmwgfx: Command parser fixes for DX | Charmaine Lee | 2015-08-12 | 1 | -2/+2 |
* | drm/vmwgfx: Initial DX support | Thomas Hellstrom | 2015-08-12 | 1 | -2/+5 |
* | drm/vmwgfx: Update device includes for DX device functionality | Sinclair Yeh | 2015-08-12 | 1 | -0/+1 |
* | drm/vmwgfx: Kill a bunch of sparse warnings | Thomas Hellstrom | 2015-08-05 | 1 | -4/+4 |
* | drm/vmwgfx: Implement screen targets | Sinclair Yeh | 2015-08-05 | 1 | -0/+4 |
* | drm/vmwgfx: Replace the hw mutex with a hw spinlock | Thomas Hellstrom | 2015-01-19 | 1 | -4/+4 |
* | drm/vmwgfx: Use a per-device semaphore for reservation protection | Thomas Hellstrom | 2014-03-28 | 1 | -6/+4 |
* | drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZE | Charmaine Lee | 2014-02-12 | 1 | -0/+3 |
* | drm/vmwgfx: Detect old user-space drivers and set up legacy emulation v2 | Thomas Hellstrom | 2014-02-05 | 1 | -16/+77 |
* | drm/vmwgfx: Add a parameter to get max MOB memory size | Thomas Hellstrom | 2014-01-17 | 1 | -0/+3 |
* | drm/vmwgfx: Adapt capability reporting to new hardware version | Thomas Hellstrom | 2014-01-17 | 1 | -3/+34 |
* | drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolution | Thomas Hellstrom | 2014-01-17 | 1 | -1/+1 |
* | drm/vmwgfx: Return -ENOENT when a framebuffer can't be found | Ville Syrjälä | 2013-11-06 | 1 | -2/+2 |
* | drm/vmwgfx: add proper framebuffer refcounting | Daniel Vetter | 2013-01-20 | 1 | -5/+3 |
* | drm: create drm_framebuffer_lookup | Daniel Vetter | 2013-01-20 | 1 | -12/+12 |
* | drm: revamp locking around fb creation/destruction | Daniel Vetter | 2013-01-20 | 1 | -0/+4 |
* | drm/vmwgfx: use drm_modeset_lock_all | Daniel Vetter | 2013-01-20 | 1 | -14/+4 |
* | Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into... | Dave Airlie | 2012-12-10 | 1 | -0/+2 |
|\ |
|
| * | vmwgfx: return an -EFAULT if copy_to_user() fails | Dan Carpenter | 2012-11-16 | 1 | -0/+2 |
* | | drm/vmwgfx: Refactor resource management | Thomas Hellstrom | 2012-11-21 | 1 | -2/+5 |
|/ |
|
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 2012-10-02 | 1 | -1/+1 |
* | vmwgfx: Remove dmabuf check in present ioctl | Jakob Bornecrantz | 2011-12-19 | 1 | -6/+0 |
* | vmwgfx: Use the revised fifo hw version register when present | Thomas Hellstrom | 2011-12-19 | 1 | -2/+8 |
* | vmwgfx: Use kcalloc instead of kzalloc to allocate array | Thomas Meyer | 2011-12-07 | 1 | -2/+2 |
* | vmwgfx: return -EFAULT instead of number of bytes remaining | Dan Carpenter | 2011-10-18 | 1 | -0/+2 |
* | vmwgfx: Wrap drm_read and drm_poll | Thomas Hellstrom | 2011-10-10 | 1 | -0/+43 |
* | vmwgfx: Add present and readback ioctls | Jakob Bornecrantz | 2011-10-05 | 1 | -0/+172 |
* | vmwgfx: Add functionality to get 3D caps | Thomas Hellstrom | 2011-09-06 | 1 | -0/+48 |
* | vmwgfx: Remove the possibility to map the fifo from user-space | Thomas Hellstrom | 2011-09-06 | 1 | -3/+0 |
* | vmwgfx: Remove the fifo debug ioctl | Thomas Hellstrom | 2011-09-06 | 1 | -23/+0 |
* | drm/vmwgfx: Add a parameter to get the max fb size | Thomas Hellstrom | 2010-10-06 | 1 | -0/+3 |
* | drm/vmwgfx: Update the user-space interface. | Thomas Hellstrom | 2010-02-11 | 1 | -0/+6 |
* | drm/vmwgfx: Correctly detect 3D | Jakob Bornecrantz | 2010-02-01 | 1 | -1/+1 |
* | drm/vmwgfx: Add DRM driver for VMware Virtual GPU | Jakob Bornecrantz | 2009-12-15 | 1 | -0/+81 |