summaryrefslogtreecommitdiff
path: root/vmwgfx_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-09vmwgfx: Expose SM4_1 param to user spaceDeepak Rawat1-0/+3
2018-08-09vmwgfx: Add CAP2 support in vmwgfxNeha Bhende1-0/+3
2018-08-09vmwgfx: Update the device headersDeepak Rawat1-9/+6
2018-03-26vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-2/+2
2017-03-24vmwgfx: avoid calling vzalloc with a 0 size in vmw_get_cap_3d_ioctl()Murray McAllister1-1/+1
2017-02-23vmwgfx: Porting over new drm and ttm filesSinclair Yeh1-30/+24
2015-11-18vmwgfx: Fix address-space- visibility- and endian warnings and errorsThomas Hellstrom1-2/+2
2015-11-05vmwgfx: Replace iowrite/ioread with volatile memory accessesThomas Hellstrom1-8/+8
2015-10-30vmwgfx: Turn off support for multisample count != 0 v2Thomas Hellstrom1-2/+20
2015-09-08vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-09-08vmwgfx: Command parser fixes for DXCharmaine Lee1-2/+2
2015-09-08vmwgfx: Initial DX supportThomas Hellstrom1-2/+5
2015-09-08vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-0/+1
2015-09-07vmwgfx: Implement screen targetsSinclair Yeh1-0/+4
2015-04-23vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom1-4/+4
2014-11-14vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom1-6/+4
2014-02-11vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZECharmaine Lee1-0/+3
2014-01-31vmwgfx: Detect old user-space drivers and set up legacy emulation v2Thomas Hellstrom1-16/+77
2013-12-17vmwgfx: Add a parameter to get max MOB memory sizeThomas Hellstrom1-0/+3
2013-12-17vmwgfx: Adapt capability reporting to new hardware versionThomas Hellstrom1-3/+31
2013-12-17vmwgfx: Replace vram_size with prim_bb_mem for calculation of max resolutionThomas Hellstrom1-1/+1
2013-12-05vmwgfx: Add max surface memory paramJakob Bornecrantz1-0/+3
2012-11-07vmwgfx: Refactor resource managementThomas Hellstrom1-2/+5
2011-11-28vmwgfx: Use the revised fifo hw version register when presentThomas Hellstrom1-2/+8
2011-11-04vmwgfx: Remove dmabuf check in present ioctlJakob Bornecrantz1-6/+0
2011-10-19vmwgfx: return -EFAULT instead of number of bytes remainingDan Carpenter1-0/+2
2011-10-19vmwgfx: Wrap drm_read and drm_pollThomas Hellstrom1-0/+43
2011-09-27vmwgfx: Add present and readback ioctlsJakob Bornecrantz1-0/+172
2011-09-27vmwgfx: Add functionality to get 3D capsThomas Hellstrom1-0/+48
2011-09-27vmwgfx: Remove the possibility to map the fifo from user-spaceThomas Hellstrom1-3/+0
2011-09-27vmwgfx: Remove the fifo debug ioctlThomas Hellstrom1-23/+0
2010-09-23vmwgfx: Add a parameter to get the max fb sizeThomas Hellstrom1-0/+3
2010-09-22vmwgfx: Pull down upstream vmwgfx codeThomas Hellstrom1-1/+1
2010-07-23vmwgfx: Add a parameter to get the max fb size.Thomas Hellstrom1-0/+3
2010-03-04vmwgfx: Add option to turn 3D support offJakob Bornecrantz1-1/+1
2010-02-05vmwgfx: Update the user-space interface.Thomas Hellstrom1-0/+6
2010-01-16vmwgfx: Correctly detect 3DJakob Bornecrantz1-1/+1
2009-12-14vmwgfx: Big ioctl breaker before upstreamingJakob Bornecrantz1-9/+6
2009-12-14vmwgfx: Add params for getting the number of streamsJakob Bornecrantz1-1/+7
2009-12-12vmwgfx: Add param support for checking for 3DJakob Bornecrantz1-0/+3
2009-12-10vmwgfx: Remove extension ioctlJakob Bornecrantz1-6/+0
2009-12-08vmwgfx: Export param for overlay supportJakob Bornecrantz1-2/+3
2009-11-17Initial commitJakob Bornecrantz1-0/+80