Age | Commit message (Expand) | Author | Files | Lines |
2014-03-28 | drm/vmwgfx: Tighten security around surface sharing v2 | Thomas Hellstrom | 1 | -0/+24 |
2014-03-28 | drm/vmwgfx: Allow prime fds in the surface reference ioctls | Thomas Hellstrom | 1 | -35/+70 |
2014-03-28 | drm/vmwgfx: Drop authentication requirement on UNREF ioctls | Thomas Hellstrom | 1 | -5/+5 |
2014-03-28 | drm/vmwgfx: Reinstate and tighten security around legacy master model | Thomas Hellstrom | 1 | -5/+89 |
2014-03-28 | drm/vmwgfx: Use a per-device semaphore for reservation protection | Thomas Hellstrom | 11 | -58/+46 |
2014-03-18 | Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr... | Dave Airlie | 1 | -2/+3 |
2014-03-16 | drm: init TTM dev_mapping in ttm_bo_device_init() | David Herrmann | 1 | -2/+3 |
2014-03-16 | drm: use anon-inode instead of relying on cdevs | David Herrmann | 1 | -1/+1 |
2014-03-13 | drm/vmwgfx: Fix a surface reference corner-case in legacy emulation mode | Thomas Hellstrom | 1 | -0/+18 |
2014-03-02 | drm/vmwgfx: avoid null pointer dereference at failure paths | Alexey Khoroshilov | 1 | -16/+19 |
2014-03-02 | drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ... | Thomas Hellstrom | 2 | -3/+2 |
2014-03-02 | drm/vmwgfx: Remove some unused surface formats | Thomas Hellstrom | 1 | -6/+1 |
2014-02-12 | drm/vmwgfx: Fix command defines and checks | Thomas Hellstrom | 2 | -50/+75 |
2014-02-12 | drm/vmwgfx: Fix possible integer overflow | Thomas Hellstrom | 1 | -4/+7 |
2014-02-12 | drm/vmwgfx: Remove stray const | Thomas Hellstrom | 1 | -1/+1 |
2014-02-12 | drm/vmwgfx: unlock on error path in vmw_execbuf_process() | Dan Carpenter | 1 | -1/+1 |
2014-02-12 | drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZE | Charmaine Lee | 4 | -1/+15 |
2014-02-12 | drm/vmwgfx: Fix a couple of sparse warnings and errors | Thomas Hellstrom | 3 | -14/+13 |
2014-02-05 | vmwgfx: Fix unitialized stack read in vmw_setup_otable_base | Dave Jones | 1 | -0/+1 |
2014-02-05 | drm/vmwgfx: Reemit context bindings when necessary v2 | Thomas Hellstrom | 6 | -28/+222 |
2014-02-05 | drm/vmwgfx: Detect old user-space drivers and set up legacy emulation v2 | Thomas Hellstrom | 2 | -16/+101 |
2014-02-05 | drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2 | Thomas Hellstrom | 4 | -78/+620 |
2014-02-05 | drm/vmwgfx: Fix legacy surface reference size copyback | Thomas Hellstrom | 1 | -2/+2 |
2014-02-05 | drm/vmwgfx: Fix SET_SHADER_CONST emulation on guest-backed devices | Thomas Hellstrom | 1 | -2/+35 |
2014-02-05 | drm/vmwgfx: Fix regression caused by "drm/ttm: make ttm reservation calls beh... | Thomas Hellstrom | 1 | -4/+5 |
2014-02-05 | drm/vmwgfx: Don't commit staged bindings if execbuf fails | Thomas Hellstrom | 1 | -2/+4 |
2014-01-21 | drm/vmwgfx: Fix recently introduced sparse / smatch warnings and errors | Thomas Hellstrom | 5 | -28/+25 |
2014-01-17 | drm/vmwgfx: Invalidate surface on non-readback unbind | Jakob Bornecrantz | 1 | -8/+18 |
2014-01-17 | drm/vmwgfx: Silence the device command verifier | Thomas Hellstrom | 1 | -7/+23 |
2014-01-17 | drm/vmwgfx: Implement 64-bit Otable- and MOB binding v2 | Thomas Hellstrom | 3 | -25/+101 |
2014-01-17 | drm/vmwgfx: Fix surface framebuffer check for guest-backed surfaces | Thomas Hellstrom | 1 | -3/+3 |
2014-01-17 | drm/vmwgfx: Update otable definitions | Thomas Hellstrom | 3 | -11/+27 |
2014-01-17 | drm/vmwgfx: Use the linux DMA api also for MOBs | Thomas Hellstrom | 3 | -41/+142 |
2014-01-17 | drm/vmwgfx: Ditch the vmw_dummy_query_bo_prepare function | Thomas Hellstrom | 2 | -49/+37 |
2014-01-17 | drm/vmwgfx: Persistent tracking of context bindings | Thomas Hellstrom | 7 | -10/+143 |
2014-01-17 | drm/vmwgfx: Track context bindings and scrub them upon exiting execbuf | Thomas Hellstrom | 3 | -11/+365 |
2014-01-17 | drm/vmwgfx: Block the BIND_SHADERCONSTS command | Thomas Hellstrom | 1 | -34/+2 |
2014-01-17 | drm/vmwgfx: Add a parameter to get max MOB memory size | Thomas Hellstrom | 2 | -2/+5 |
2014-01-17 | drm/vmwgfx: Implement a buffer object synccpu ioctl. | Thomas Hellstrom | 3 | -1/+149 |
2014-01-17 | drm/vmwgfx: Make sure that the multisampling is off | Zack Rusin | 1 | -1/+1 |
2014-01-17 | drm/vmwgfx: Extend the command verifier to handle guest-backed on / off | Thomas Hellstrom | 1 | -107/+208 |
2014-01-17 | drm/vmwgfx: Fix up the vmwgfx_drv.h header for new files | Thomas Hellstrom | 1 | -28/+42 |
2014-01-17 | drm/vmwgfx: Enable 3D for new hardware version | Thomas Hellstrom | 1 | -0/+17 |
2014-01-17 | drm/vmwgfx: Add new unused (by user-space) commands to the verifier | Thomas Hellstrom | 1 | -0/+26 |
2014-01-17 | drm/vmwgfx: Validate guest-backed shader const commands | Thomas Hellstrom | 1 | -0/+35 |
2014-01-17 | drm/vmwgfx: Add guest-backed shaders | Thomas Hellstrom | 5 | -1/+496 |
2014-01-17 | drm/vmwgfx: Hook up guest-backed surfaces | Thomas Hellstrom | 5 | -4/+708 |
2014-01-17 | drm/vmwgfx: Hook up guest-backed contexts | Thomas Hellstrom | 2 | -0/+227 |
2014-01-17 | drm/vmwgfx: Detach backing store from its resources when it is evicted | Thomas Hellstrom | 1 | -1/+44 |
2014-01-17 | drm/vmwgfx: Hook up guest-backed queries | Thomas Hellstrom | 3 | -14/+292 |