summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-14drm/vmwgfx: replace drm_*_unreference with drm_*_putHaneen Mohammed1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-2/+2
2017-03-30drm/vmwgfx: Remove getparam error messageThomas Hellstrom1-2/+0
2017-03-30drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister1-1/+1
2015-11-02drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom1-8/+8
2015-11-02drm/vmwgfx: Turn off support for multisample count != 0 v2Thomas Hellstrom1-2/+20
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-12drm/vmwgfx: Command parser fixes for DXCharmaine Lee1-2/+2
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-2/+5
2015-08-12drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-0/+1
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-4/+4
2015-08-05drm/vmwgfx: Implement screen targetsSinclair Yeh1-0/+4
2015-01-19drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom1-4/+4
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom1-6/+4
2014-02-12drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZECharmaine Lee1-0/+3
2014-02-05drm/vmwgfx: Detect old user-space drivers and set up legacy emulation v2Thomas Hellstrom1-16/+77
2014-01-17drm/vmwgfx: Add a parameter to get max MOB memory sizeThomas Hellstrom1-0/+3
2014-01-17drm/vmwgfx: Adapt capability reporting to new hardware versionThomas Hellstrom1-3/+34
2014-01-17drm/vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom1-1/+1
2013-11-06drm/vmwgfx: Return -ENOENT when a framebuffer can't be foundVille Syrjälä1-2/+2
2013-01-20drm/vmwgfx: add proper framebuffer refcountingDaniel Vetter1-5/+3
2013-01-20drm: create drm_framebuffer_lookupDaniel Vetter1-12/+12
2013-01-20drm: revamp locking around fb creation/destructionDaniel Vetter1-0/+4
2013-01-20drm/vmwgfx: use drm_modeset_lock_allDaniel Vetter1-14/+4
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-0/+2
2012-11-21drm/vmwgfx: Refactor resource managementThomas Hellstrom1-2/+5
2012-11-16vmwgfx: return an -EFAULT if copy_to_user() failsDan Carpenter1-0/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2011-12-19vmwgfx: Remove dmabuf check in present ioctlJakob Bornecrantz1-6/+0
2011-12-19vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom1-2/+8
2011-12-07vmwgfx: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-2/+2
2011-10-18vmwgfx: return -EFAULT instead of number of bytes remainingDan Carpenter1-0/+2
2011-10-10vmwgfx: Wrap drm_read and drm_pollThomas Hellstrom1-0/+43
2011-10-05vmwgfx: Add present and readback ioctlsJakob Bornecrantz1-0/+172
2011-09-06vmwgfx: Add functionality to get 3D capsThomas Hellstrom1-0/+48
2011-09-06vmwgfx: Remove the possibility to map the fifo from user-spaceThomas Hellstrom1-3/+0
2011-09-06vmwgfx: Remove the fifo debug ioctlThomas Hellstrom1-23/+0
2010-10-06drm/vmwgfx: Add a parameter to get the max fb sizeThomas Hellstrom1-0/+3
2010-02-11drm/vmwgfx: Update the user-space interface.Thomas Hellstrom1-0/+6
2010-02-01drm/vmwgfx: Correctly detect 3DJakob Bornecrantz1-1/+1
2009-12-15drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz1-0/+81