summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-28drm/vmwgfx: Add export fence to file descriptor supportSinclair Yeh1-7/+62
2017-08-28drm/vmwgfx: Add support for imported Fence File DescriptorSinclair Yeh1-2/+22
2017-08-28drm/vmwgfx: Prepare to support fence fdSinclair Yeh1-5/+0
2017-08-28drm/vmwgfx: Support the NOP_ERROR commandThomas Hellstrom1-0/+2
2017-08-28drm/vmwgfx: Restart command buffers after errorsThomas Hellstrom1-1/+47
2017-07-17drm/vmwgfx: Fix gcc-7.1.1 warningSinclair Yeh1-1/+1
2017-07-17drm/vmwgfx: fix comment mistake for vmw_cmd_dx_set_index_buffer()Brian Paul1-1/+1
2017-07-17drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma1-2/+2
2016-10-10drm/vmwgfx: Avoid validating views on view destructionThomas Hellstrom1-13/+58
2016-10-10drm/vmwgfx: Limit the user-space command buffer sizeThomas Hellstrom1-3/+3
2016-10-10drm/vmwgfx: Remove a leftover debug printoutThomas Hellstrom1-3/+0
2016-10-10drm/vmwgfx: Allow resource relocations on byte boundariesThomas Hellstrom1-15/+26
2016-10-10drm/vmwgfx: 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-04-28drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.Charmaine Lee1-4/+4
2016-04-28drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATIONCharmaine Lee1-1/+1
2016-03-14drm/vmwgfx: Add DXGenMips supportCharmaine Lee1-1/+21
2015-09-14drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom1-2/+4
2015-08-12drm/vmwgfx: Add DX query support. Various fixes.Sinclair Yeh1-18/+191
2015-08-12drm/vmwgfx: Add command parser support for a couple of DX commandsNeha Bhende1-2/+48
2015-08-12drm/vmwgfx: Command parser fixes for DXCharmaine Lee1-13/+85
2015-08-12drm/vmwgfx: Initial DX supportThomas Hellstrom1-116/+1232
2015-08-12drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh1-2/+0
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-9/+9
2015-08-05drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom1-19/+5
2015-08-05drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom1-8/+11
2015-08-05drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom1-41/+40
2015-08-05drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh1-7/+13
2015-08-05drm/vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom1-0/+10
2015-08-05drm/vmwgfx: Add command buffer support v3Thomas Hellstrom1-28/+152
2015-03-11drm/vmwgfx: Correctly NULLify dma buffer pointer on failureColin Ian King1-4/+6
2015-03-11drm/vmwgfx: Fix a couple of lock dependency violationsThomas Hellstrom1-5/+3
2014-12-03drm/ttm: optionally move duplicates to a separate listChristian König1-2/+4
2014-09-16drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie1-6/+5
2014-09-11drm/ttm: allow fence to be added as sharedChristian König1-0/+3
2014-09-02drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst1-1/+1
2014-09-02drm/vmwgfx: get rid of different types of fence_flags entirelyMaarten Lankhorst1-11/+3
2014-09-01drm/vmwgfx: Fix an incorrect OOM return valueThomas Hellstrom1-6/+5
2014-09-01drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst1-1/+0
2014-09-01drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst1-5/+2
2014-07-04drm/vmwgfx: Fix compat shader namespaceThomas Hellstrom1-99/+128
2014-04-24drm/vmwgfx: Make sure user-space can't DMA across buffer object boundaries v2Thomas Hellstrom1-0/+22
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom1-3/+2
2014-02-12drm/vmwgfx: Fix command defines and checksThomas Hellstrom1-0/+3
2014-02-12drm/vmwgfx: Remove stray constThomas Hellstrom1-1/+1
2014-02-12drm/vmwgfx: unlock on error path in vmw_execbuf_process()Dan Carpenter1-1/+1
2014-02-12drm/vmwgfx: Fix a couple of sparse warnings and errorsThomas Hellstrom1-1/+1
2014-02-05drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom1-4/+81
2014-02-05drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2Thomas Hellstrom1-29/+168
2014-02-05drm/vmwgfx: Fix SET_SHADER_CONST emulation on guest-backed devicesThomas Hellstrom1-2/+35