summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Fix gcc-7.1.1 warningSinclair Yeh2017-07-181-1/+1
* drm/vmwgfx: fix comment mistake for vmw_cmd_dx_set_index_buffer()Brian Paul2017-07-181-1/+1
* drm/vmwgfx: Fix NULL pointer comparisonRavikant B Sharma2017-07-181-2/+2
* drm/vmwgfx: Avoid validating views on view destructionThomas Hellstrom2016-10-101-13/+58
* drm/vmwgfx: Limit the user-space command buffer sizeThomas Hellstrom2016-10-101-3/+3
* drm/vmwgfx: Remove a leftover debug printoutThomas Hellstrom2016-10-101-3/+0Star
* drm/vmwgfx: Allow resource relocations on byte boundariesThomas Hellstrom2016-10-101-15/+26
* drm/vmwgfx: Enable SVGA_3D_CMD_DX_TRANSFER_FROM_BUFFER commandCharmaine Lee2016-10-101-0/+32
* drm/vmwgfx: Delete an unnecessary check before the function call "vfree"Markus Elfring2016-07-221-3/+1Star
* drm/vmwgfx: use vmw_cmd_dx_cid_check for query commands.Charmaine Lee2016-04-281-4/+4
* drm/vmwgfx: Enable SVGA_3D_CMD_DX_SET_PREDICATIONCharmaine Lee2016-04-281-1/+1
* drm/vmwgfx: Add DXGenMips supportCharmaine Lee2016-03-141-1/+21
* 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/+0Star
* 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/+5Star
* 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/+40Star
* 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/+3Star
* drm/ttm: optionally move duplicates to a separate listChristian König2014-12-041-2/+4
* drm: backmerge tag 'v3.17-rc5' into drm-nextDave Airlie2014-09-161-6/+5Star
|\
| * drm/vmwgfx: Fix an incorrect OOM return valueThomas Hellstrom2014-09-011-6/+5Star
* | 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/+3Star
* | drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst2014-09-011-1/+0Star
* | drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst2014-09-011-5/+2Star
|/
* 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/+2Star
* 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