summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Add max surface memory paramJakob Bornecrantz2013-12-081-0/+3
* drm/vmwgfx: Return -ENOENT when a framebuffer can't be foundVille Syrjälä2013-11-061-2/+2
* drm/vmwgfx: add proper framebuffer refcountingDaniel Vetter2013-01-201-5/+3
* drm: create drm_framebuffer_lookupDaniel Vetter2013-01-201-12/+12
* drm: revamp locking around fb creation/destructionDaniel Vetter2013-01-201-0/+4
* drm/vmwgfx: use drm_modeset_lock_allDaniel Vetter2013-01-201-14/+4
* Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-12-101-0/+2
|\
| * vmwgfx: return an -EFAULT if copy_to_user() failsDan Carpenter2012-11-161-0/+2
* | drm/vmwgfx: Refactor resource managementThomas Hellstrom2012-11-211-2/+5
|/
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-1/+1
* vmwgfx: Remove dmabuf check in present ioctlJakob Bornecrantz2011-12-191-6/+0
* vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom2011-12-191-2/+8
* vmwgfx: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-071-2/+2
* vmwgfx: return -EFAULT instead of number of bytes remainingDan Carpenter2011-10-181-0/+2
* vmwgfx: Wrap drm_read and drm_pollThomas Hellstrom2011-10-101-0/+43
* vmwgfx: Add present and readback ioctlsJakob Bornecrantz2011-10-051-0/+172
* vmwgfx: Add functionality to get 3D capsThomas Hellstrom2011-09-061-0/+48
* vmwgfx: Remove the possibility to map the fifo from user-spaceThomas Hellstrom2011-09-061-3/+0
* vmwgfx: Remove the fifo debug ioctlThomas Hellstrom2011-09-061-23/+0
* drm/vmwgfx: Add a parameter to get the max fb sizeThomas Hellstrom2010-10-061-0/+3
* drm/vmwgfx: Update the user-space interface.Thomas Hellstrom2010-02-111-0/+6
* drm/vmwgfx: Correctly detect 3DJakob Bornecrantz2010-02-011-1/+1
* drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz2009-12-151-0/+81
OpenPOWER on IntegriCloud