summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-05drm/vmwgfx: Fix regression caused by "drm/ttm: make ttm reservation calls beh...Thomas Hellstrom1-4/+5
2014-02-05drm/vmwgfx: Don't commit staged bindings if execbuf failsThomas Hellstrom1-2/+4
2014-01-17drm/vmwgfx: Implement 64-bit Otable- and MOB binding v2Thomas Hellstrom1-1/+1
2014-01-17drm/vmwgfx: Persistent tracking of context bindingsThomas Hellstrom1-5/+26
2014-01-17drm/vmwgfx: Track context bindings and scrub them upon exiting execbufThomas Hellstrom1-11/+84
2014-01-17drm/vmwgfx: Block the BIND_SHADERCONSTS commandThomas Hellstrom1-34/+2
2014-01-17drm/vmwgfx: Extend the command verifier to handle guest-backed on / offThomas Hellstrom1-107/+208
2014-01-17drm/vmwgfx: Add new unused (by user-space) commands to the verifierThomas Hellstrom1-0/+26
2014-01-17drm/vmwgfx: Validate guest-backed shader const commandsThomas Hellstrom1-0/+35
2014-01-17drm/vmwgfx: Add guest-backed shadersThomas Hellstrom1-0/+35
2014-01-17drm/vmwgfx: Hook up guest-backed surfacesThomas Hellstrom1-0/+231
2014-01-17drm/vmwgfx: Hook up guest-backed contextsThomas Hellstrom1-0/+5
2014-01-17drm/vmwgfx: Hook up guest-backed queriesThomas Hellstrom1-1/+214
2014-01-17drm/vmwgfx: Add the possibility to validate a buffer as a MOBThomas Hellstrom1-7/+19
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst1-6/+8
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst1-2/+2
2012-11-21drm/vmwgfx: Refactor resource managementThomas Hellstrom1-248/+650
2012-11-20drm/vmwgfx: remove use of fence_obj_argsMaarten Lankhorst1-13/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-02-13vmwgfx: Make it possible to get fence from execbufJakob Bornecrantz1-4/+11
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie1-1/+0
2011-10-18vmwgfx: information leak in vmw_execbuf_copy_fence_user()Dan Carpenter1-0/+2
2011-10-10vmwgfx: Add fence eventsThomas Hellstrom1-1/+1
2011-10-10vmwgfx: Break out and comment vmw_execbuf_copy_fence_userThomas Hellstrom1-33/+67
2011-10-05vmwgfx: Handle device surface memory limitThomas Hellstrom1-0/+19
2011-10-05vmwgfx: Optimize the command submission resource listThomas Hellstrom1-27/+23
2011-10-05vmwgfx: Fix up query processingThomas Hellstrom1-20/+355
2011-10-05vmwgfx: Disallow user space to send present and readback commandsJakob Bornecrantz1-3/+13
2011-10-05vmwgfx: Expand the command checker to cover screen object commandsJakob Bornecrantz1-5/+72
2011-10-05vmwgfx: Break out execbuf command processingThomas Hellstrom1-56/+80