summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-05vmwgfx: Some comments and BUG_ONJakob Bornecrantz1-0/+5
2011-09-06vmwgfx: Bump majorThomas Hellstrom1-0/+14
2011-09-06vmwgfx: Implement fence objectsThomas Hellstrom1-21/+91
2011-09-06vmwgfx: Fix confusion caused by using "fence" in various placesThomas Hellstrom1-5/+5
2011-09-01vmwgfx: Fix potential execbuf deadlocksThomas Hellstrom1-43/+123
2011-08-31drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák1-0/+1
2010-11-22drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom1-2/+1
2010-11-09drm: vmwgfx: fix information leak to userlandKulikov Vasiliy1-0/+1
2010-10-27vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom1-18/+11
2010-06-08drm/vmwgfx: return -EFAULT for copy_to_user errorsDan Carpenter1-0/+1
2010-06-01drm/vmwgfx: Add kernel throttling support. Bump minor.Thomas Hellstrom1-0/+9
2010-04-08drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse1-2/+2
2010-02-23drm/vmwgfx: Fix queries if no dma buffer thrashing is occuring.Thomas Hellstrom1-16/+92
2010-01-25drm/vmwgfx: Optimize memory footprint for DMA buffers.Thomas Hellstrom1-0/+19
2009-12-23drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.Thomas Hellstrom1-24/+129
2009-12-23drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal.Thomas Hellstrom1-2/+2
2009-12-15drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz1-0/+516