summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vmwgfx-next-4.19-3' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-9/+12
|\
| * drm/vmwgfx: Expose SM4_1 param to user spaceDeepak Rawat2018-07-061-0/+3
| * drm/vmwgfx: Add CAP2 support in vmwgfxNeha Bhende2018-07-061-0/+3
| * drm/vmwgfx: Update the device headersDeepak Rawat2018-07-041-9/+6
* | Merge tag 'vmwgfx-next-4.19-2' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2018-07-101-2/+2
|\ \ | |/
| * drm/vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom2018-07-031-2/+2
* | drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)2018-06-291-2/+2
|/
* drm/vmwgfx: replace drm_*_unreference with drm_*_putHaneen Mohammed2018-03-141-2/+2
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2017-10-121-2/+2
* drm/vmwgfx: Remove getparam error messageThomas Hellstrom2017-03-301-2/+0
* drm/vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister2017-03-301-1/+1
* drm/vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom2015-11-021-8/+8
* drm/vmwgfx: Turn off support for multisample count != 0 v2Thomas Hellstrom2015-11-021-2/+20
* drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Command parser fixes for DXCharmaine Lee2015-08-121-2/+2
* drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-2/+5
* drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh2015-08-121-0/+1
* drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-4/+4
* drm/vmwgfx: Implement screen targetsSinclair Yeh2015-08-051-0/+4
* 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