summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+23Star
* 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
* drm/ttm/vmwgfx: Have TTM manage the validation sequence.Thomas Hellstrom2010-11-221-2/+1Star
* drm: vmwgfx: fix information leak to userlandKulikov Vasiliy2010-11-091-0/+1
* vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom2010-10-271-18/+11Star
* drm/vmwgfx: return -EFAULT for copy_to_user errorsDan Carpenter2010-06-081-0/+1
* drm/vmwgfx: Add kernel throttling support. Bump minor.Thomas Hellstrom2010-06-011-0/+9
* drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse2010-04-081-2/+2
* drm/vmwgfx: Fix queries if no dma buffer thrashing is occuring.Thomas Hellstrom2010-02-231-16/+92
* drm/vmwgfx: Optimize memory footprint for DMA buffers.Thomas Hellstrom2010-01-251-0/+19
* drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.Thomas Hellstrom2009-12-231-24/+129
* drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal.Thomas Hellstrom2009-12-231-2/+2
* drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz2009-12-141-0/+516