summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: NULL pointer dereference from vmw_cmd_dx_view_define()Murray McAllister2019-06-221-0/+4
* drm/vmwgfx: integer underflow in vmw_cmd_dx_set_shader() leading to an invali...Murray McAllister2019-06-221-1/+2
* drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_userThomas Hellstrom2019-02-201-1/+1
* drm/vmwgfx: Potential off by one in vmw_view_add()Dan Carpenter2018-01-171-0/+2
* drm/vmwgfx: Fix gcc-7.1.1 warningSinclair Yeh2017-08-061-1/+1
* drm/vmwgfx: Limit the user-space command buffer sizeThomas Hellstrom2016-10-311-3/+3
* drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.Charmaine Lee2016-06-071-4/+4
* drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATIONCharmaine Lee2016-06-071-1/+1
* drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom2015-09-141-2/+4
* drm/vmwgfx: Add DX query support. Various fixes.Sinclair Yeh2015-08-121-18/+191
* drm/vmwgfx: Add command parser support for a couple of DX commandsNeha Bhende2015-08-121-2/+48
* drm/vmwgfx: Command parser fixes for DXCharmaine Lee2015-08-121-13/+85
* drm/vmwgfx: Initial DX supportThomas Hellstrom2015-08-121-116/+1232
* drm/vmwgfx: Update device includes for DX device functionalitySinclair Yeh2015-08-121-2/+0
* drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-9/+9
* drm/vmwgfx: Convert screen targets to new helpers v3Thomas Hellstrom2015-08-051-19/+5
* drm/vmwgfx: Add kms helpers for dirty- and readback functionsThomas Hellstrom2015-08-051-8/+11
* drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom2015-08-051-41/+40
* drm/vmwgfx: Replace SurfaceDMA usage with SurfaceCopy in 2D VMsSinclair Yeh2015-08-051-7/+13
* drm/vmwgfx: Add "quirk" to handling command verification exceptionsThomas Hellstrom2015-08-051-0/+10
* drm/vmwgfx: Add command buffer support v3Thomas Hellstrom2015-08-051-28/+152
* drm/vmwgfx: Correctly NULLify dma buffer pointer on failureColin Ian King2015-03-111-4/+6
* drm/vmwgfx: Fix a couple of lock dependency violationsThomas Hellstrom2015-03-111-5/+3
* drm/ttm: optionally move duplicates to a separate listChristian König2014-12-031-2/+4
* drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie2014-09-161-6/+5
|\
| * drm/vmwgfx: Fix an incorrect OOM return valueThomas Hellstrom2014-09-011-6/+5
* | drm/ttm: allow fence to be added as sharedChristian König2014-09-111-0/+3
* | drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst2014-09-021-1/+1
* | drm/vmwgfx: get rid of different types of fence_flags entirelyMaarten Lankhorst2014-09-021-11/+3
* | drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst2014-09-011-1/+0
* | drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst2014-09-011-5/+2
|/
* drm/vmwgfx: Fix compat shader namespaceThomas Hellstrom2014-07-041-99/+128
* drm/vmwgfx: Make sure user-space can't DMA across buffer object boundaries v2Thomas Hellstrom2014-04-241-0/+22
* drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-281-3/+2
* drm/vmwgfx: Fix command defines and checksThomas Hellstrom2014-02-121-0/+3
* drm/vmwgfx: Remove stray constThomas Hellstrom2014-02-121-1/+1
* drm/vmwgfx: unlock on error path in vmw_execbuf_process()Dan Carpenter2014-02-121-1/+1
* drm/vmwgfx: Fix a couple of sparse warnings and errorsThomas Hellstrom2014-02-121-1/+1
* drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom2014-02-051-4/+81
* drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2Thomas Hellstrom2014-02-051-29/+168
* drm/vmwgfx: Fix SET_SHADER_CONST emulation on guest-backed devicesThomas Hellstrom2014-02-051-2/+35
* drm/vmwgfx: Fix regression caused by "drm/ttm: make ttm reservation calls beh...Thomas Hellstrom2014-02-051-4/+5
* drm/vmwgfx: Don't commit staged bindings if execbuf failsThomas Hellstrom2014-02-051-2/+4
* drm/vmwgfx: Implement 64-bit Otable- and MOB binding v2Thomas Hellstrom2014-01-171-1/+1
* drm/vmwgfx: Persistent tracking of context bindingsThomas Hellstrom2014-01-171-5/+26
* drm/vmwgfx: Track context bindings and scrub them upon exiting execbufThomas Hellstrom2014-01-171-11/+84
* drm/vmwgfx: Block the BIND_SHADERCONSTS commandThomas Hellstrom2014-01-171-34/+2
* drm/vmwgfx: Extend the command verifier to handle guest-backed on / offThomas Hellstrom2014-01-171-107/+208
* drm/vmwgfx: Add new unused (by user-space) commands to the verifierThomas Hellstrom2014-01-171-0/+26
* drm/vmwgfx: Validate guest-backed shader const commandsThomas Hellstrom2014-01-171-0/+35