summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-023-15/+15
* drm/vmwgfx: Bump driver minor and dateThomas Hellstrom2014-03-281-2/+2
* drm/vmwgfx: Enable render nodesThomas Hellstrom2014-03-281-22/+21Star
* drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom2014-03-281-2/+7
* drm/vmwgfx: Tighten security around surface sharing v2Thomas Hellstrom2014-03-281-0/+24
* drm/vmwgfx: Allow prime fds in the surface reference ioctlsThomas Hellstrom2014-03-281-35/+70
* drm/vmwgfx: Drop authentication requirement on UNREF ioctlsThomas Hellstrom2014-03-281-5/+5
* drm/vmwgfx: Reinstate and tighten security around legacy master modelThomas Hellstrom2014-03-281-5/+89
* drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-2811-58/+46Star
* Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie2014-03-181-2/+3
|\
| * drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann2014-03-161-2/+3
| * drm: use anon-inode instead of relying on cdevsDavid Herrmann2014-03-161-1/+1
* | drm/vmwgfx: Fix a surface reference corner-case in legacy emulation modeThomas Hellstrom2014-03-131-0/+18
* | drm/vmwgfx: avoid null pointer dereference at failure pathsAlexey Khoroshilov2014-03-021-16/+19
* | drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ...Thomas Hellstrom2014-03-022-3/+2Star
* | drm/vmwgfx: Remove some unused surface formatsThomas Hellstrom2014-03-021-6/+1Star
|/
* drm/vmwgfx: Fix command defines and checksThomas Hellstrom2014-02-122-50/+75
* drm/vmwgfx: Fix possible integer overflowThomas Hellstrom2014-02-121-4/+7
* 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: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZECharmaine Lee2014-02-124-1/+15
* drm/vmwgfx: Fix a couple of sparse warnings and errorsThomas Hellstrom2014-02-123-14/+13Star
* vmwgfx: Fix unitialized stack read in vmw_setup_otable_baseDave Jones2014-02-051-0/+1
* drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom2014-02-056-28/+222
* drm/vmwgfx: Detect old user-space drivers and set up legacy emulation v2Thomas Hellstrom2014-02-052-16/+101
* drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2Thomas Hellstrom2014-02-054-78/+620
* drm/vmwgfx: Fix legacy surface reference size copybackThomas Hellstrom2014-02-051-2/+2
* 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: Fix recently introduced sparse / smatch warnings and errorsThomas Hellstrom2014-01-215-28/+25Star
* drm/vmwgfx: Invalidate surface on non-readback unbindJakob Bornecrantz2014-01-171-8/+18
* drm/vmwgfx: Silence the device command verifierThomas Hellstrom2014-01-171-7/+23
* drm/vmwgfx: Implement 64-bit Otable- and MOB binding v2Thomas Hellstrom2014-01-173-25/+101
* drm/vmwgfx: Fix surface framebuffer check for guest-backed surfacesThomas Hellstrom2014-01-171-3/+3
* drm/vmwgfx: Update otable definitionsThomas Hellstrom2014-01-173-11/+27
* drm/vmwgfx: Use the linux DMA api also for MOBsThomas Hellstrom2014-01-173-41/+142
* drm/vmwgfx: Ditch the vmw_dummy_query_bo_prepare functionThomas Hellstrom2014-01-172-49/+37Star
* drm/vmwgfx: Persistent tracking of context bindingsThomas Hellstrom2014-01-177-10/+143
* drm/vmwgfx: Track context bindings and scrub them upon exiting execbufThomas Hellstrom2014-01-173-11/+365
* drm/vmwgfx: Block the BIND_SHADERCONSTS commandThomas Hellstrom2014-01-171-34/+2Star
* drm/vmwgfx: Add a parameter to get max MOB memory sizeThomas Hellstrom2014-01-172-2/+5
* drm/vmwgfx: Implement a buffer object synccpu ioctl.Thomas Hellstrom2014-01-173-1/+149
* drm/vmwgfx: Make sure that the multisampling is offZack Rusin2014-01-171-1/+1
* drm/vmwgfx: Extend the command verifier to handle guest-backed on / offThomas Hellstrom2014-01-171-107/+208
* drm/vmwgfx: Fix up the vmwgfx_drv.h header for new filesThomas Hellstrom2014-01-171-28/+42
* drm/vmwgfx: Enable 3D for new hardware versionThomas Hellstrom2014-01-171-0/+17
* 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-175-1/+496