summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom2015-01-191-4/+4
* drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-281-6/+4
* drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZECharmaine Lee2014-02-121-0/+3
* drm/vmwgfx: Detect old user-space drivers and set up legacy emulation v2Thomas Hellstrom2014-02-051-16/+77
* drm/vmwgfx: Add a parameter to get max MOB memory sizeThomas Hellstrom2014-01-171-0/+3
* drm/vmwgfx: Adapt capability reporting to new hardware versionThomas Hellstrom2014-01-171-3/+34
* drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom2014-01-171-1/+1
* 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