summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/vmwgfx: Add guest-backed shadersThomas Hellstrom2014-01-171-0/+35
* drm/vmwgfx: Hook up guest-backed surfacesThomas Hellstrom2014-01-171-0/+231
* drm/vmwgfx: Hook up guest-backed contextsThomas Hellstrom2014-01-171-0/+5
* drm/vmwgfx: Hook up guest-backed queriesThomas Hellstrom2014-01-171-1/+214
* drm/vmwgfx: Add the possibility to validate a buffer as a MOBThomas Hellstrom2014-01-171-7/+19
* drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst2013-06-281-6/+8
* drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst2012-12-101-2/+2
* drm/vmwgfx: Refactor resource managementThomas Hellstrom2012-11-211-248/+650
* drm/vmwgfx: remove use of fence_obj_argsMaarten Lankhorst2012-11-201-13/+2
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* vmwgfx: Make it possible to get fence from execbufJakob Bornecrantz2012-02-131-4/+11
* Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie2011-10-271-1/+0
* vmwgfx: information leak in vmw_execbuf_copy_fence_user()Dan Carpenter2011-10-181-0/+2
* vmwgfx: Add fence eventsThomas Hellstrom2011-10-101-1/+1
* vmwgfx: Break out and comment vmw_execbuf_copy_fence_userThomas Hellstrom2011-10-101-33/+67
* vmwgfx: Handle device surface memory limitThomas Hellstrom2011-10-051-0/+19
* vmwgfx: Optimize the command submission resource listThomas Hellstrom2011-10-051-27/+23
* vmwgfx: Fix up query processingThomas Hellstrom2011-10-051-20/+355
* vmwgfx: Disallow user space to send present and readback commandsJakob Bornecrantz2011-10-051-3/+13
* vmwgfx: Expand the command checker to cover screen object commandsJakob Bornecrantz2011-10-051-5/+72
* vmwgfx: Break out execbuf command processingThomas Hellstrom2011-10-051-56/+80
* vmwgfx: Some comments and BUG_ONJakob Bornecrantz2011-10-051-0/+5
* vmwgfx: Bump majorThomas Hellstrom2011-09-061-0/+14
* vmwgfx: Implement fence objectsThomas Hellstrom2011-09-061-21/+91
* vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom2011-09-061-5/+5
* vmwgfx: Fix potential execbuf deadlocksThomas Hellstrom2011-09-011-43/+123
* drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák2011-08-311-0/+1
OpenPOWER on IntegriCloud