summaryrefslogtreecommitdiff
path: root/vmwgfx_execbuf.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-05drm/vmwgfx: remove redundant return ret statementColin Ian King1-2/+0
2018-09-25vmwgfx: Make user resource lookups reference-free during validationThomas Hellstrom1-130/+137
2018-09-25vmwgfx: Don't refcount cotable lookups during command buffer validationThomas Hellstrom1-5/+0
2018-09-25vmwgfx: Don't refcount command-buffer managed resource lookups during command...Thomas Hellstrom1-43/+26
2018-09-25vmwgfx: Make buffer object lookups reference-free during validationThomas Hellstrom1-55/+30
2018-08-29vmwgfx: Reduce the size of buffer object relocationsThomas Hellstrom1-4/+5
2018-08-27vmwgfx: Use a validation context allocator for relocations and validationsThomas Hellstrom1-36/+44
2018-08-27vmwgfx: Adapt execbuf to the new validation apiThomas Hellstrom1-578/+310
2018-08-27vmwgfx: Modify the resource validation interfaceThomas Hellstrom1-1/+1
2018-08-09vmwgfx: Add support for SVGA3dCmdIntraSurfaceCopy commandNeha Bhende1-0/+28
2018-08-09vmwgfx: Update the device headersDeepak Rawat1-2/+2
2018-03-26vmwgfx: Replace vmw_dma_buffer with vmw_buffer_objectThomas Hellstrom1-44/+42
2018-01-19vmwgfx: Potential off by one in vmw_view_add()Dan Carpenter1-0/+2
2017-10-25vmwgfx: Update stand alone to v4.12Sinclair Yeh1-2/+2
2017-07-17vmwgfx: Fix gcc-7.1.1 warningSinclair Yeh1-1/+1
2017-06-22vmwgfx: fix comment mistake for vmw_cmd_dx_set_index_buffer()Brian Paul1-1/+1
2017-06-14vmwgfx: Add export fence to file descriptor supportSinclair Yeh1-7/+62
2017-06-14vmwgfx: Add support for imported Fence File DescriptorSinclair Yeh1-2/+22
2017-06-14vmwgfx: Prepare to support fence fdSinclair Yeh1-5/+0
2017-06-01vmwgfx: Make vmwgfx build on 4.12Sinclair Yeh1-2/+2
2017-05-31vmwgfx: Support the NOP_ERROR commandThomas Hellstrom1-0/+2
2017-05-29vmwgfx: Restart command buffers after errorsThomas Hellstrom1-1/+47
2017-02-23vmwgfx: Porting over new drm and ttm filesSinclair Yeh1-26/+21
2016-12-07drm/vmwgfx: avoid gcc-7 parentheses warningArnd Bergmann1-1/+1
2016-12-07vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-2/+2
2016-09-21vmwgfx: Avoid validating views on view destructionThomas Hellstrom1-13/+58
2016-09-21vmwgfx: Limit the user-space command buffer sizeThomas Hellstrom1-3/+3
2016-09-21vmwgfx: Remove a leftover debug printoutThomas Hellstrom1-3/+0
2016-09-20vmwgfx: Allow resource relocations on byte boundariesThomas Hellstrom1-15/+26
2016-09-16vmwgfx: Enable SVGA_3D_CMD_DX_TRANSFER_FROM_BUFFER commandCharmaine Lee1-0/+32
2016-07-22drm/vmwgfx: Delete an unnecessary check before the function call "vfree"Markus Elfring1-3/+1
2016-02-22vmwgfx: use vmw_cmd_dx_cid_check for query commands.Charmaine Lee1-4/+4
2016-02-22vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATIONCharmaine Lee1-1/+1
2016-01-13vmwgfx: Add DXGenMips supportCharmaine Lee1-1/+21
2015-11-18vmwgfx: Fix some used-before-check errorsThomas Hellstrom1-1/+3
2015-09-30vmwgfx: Crossport Fix a command submission hang regressionThomas Hellstrom1-2/+2
2015-09-08drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom1-2/+4
2015-09-08vmwgfx: Add DX query support. Various fixes.Sinclair Yeh1-18/+191
2015-09-08vmwgfx: Add command parser support for a couple of DX commandsNeha Bhende1-2/+48
2015-09-08vmwgfx: Command parser fixes for DXCharmaine Lee1-10/+82
2015-09-08vmwgfx: Initial DX supportThomas Hellstrom1-178/+1269
2015-09-08vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-2/+0
2015-09-07vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom1-19/+5
2015-09-07vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom1-7/+11
2015-09-07vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom1-41/+42
2015-09-07vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh1-7/+13
2015-09-07vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom1-0/+10
2015-05-07vmwgfx: Add command buffer support v3Thomas Hellstrom1-28/+152
2015-03-12 drm/vmwgfx: Correctly NULLify dma buffer pointer on failureColin Ian King1-4/+6
2015-03-12vmwgfx: Fix a couple of lock dependency violationsThomas Hellstrom1-5/+3