aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx
AgeCommit message (Expand)Author
2014-06-18drm/vmwgfx: Make sure user-space can't DMA across buffer object boundaries v2Thomas Hellstrom
2014-06-18drm/vmwgfx: Fix query buffer locking order violationThomas Hellstrom
2014-06-18drm/vmwgfx: correct fb_fix_screeninfo.line_lengthChristopher Friedt
2014-03-13drm/vmwgfx: Fix a surface reference corner-case in legacy emulation modeThomas Hellstrom
2014-03-02drm/vmwgfx: avoid null pointer dereference at failure pathsAlexey Khoroshilov
2014-03-02drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ...Thomas Hellstrom
2014-03-02drm/vmwgfx: Remove some unused surface formatsThomas Hellstrom
2014-02-12drm/vmwgfx: Fix command defines and checksThomas Hellstrom
2014-02-12drm/vmwgfx: Fix possible integer overflowThomas Hellstrom
2014-02-12drm/vmwgfx: Remove stray constThomas Hellstrom
2014-02-12drm/vmwgfx: unlock on error path in vmw_execbuf_process()Dan Carpenter
2014-02-12drm/vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZECharmaine Lee
2014-02-12drm/vmwgfx: Fix a couple of sparse warnings and errorsThomas Hellstrom
2014-02-05vmwgfx: Fix unitialized stack read in vmw_setup_otable_baseDave Jones
2014-02-05drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom
2014-02-05drm/vmwgfx: Detect old user-space drivers and set up legacy emulation v2Thomas Hellstrom
2014-02-05drm/vmwgfx: Emulate legacy shaders on guest-backed devices v2Thomas Hellstrom
2014-02-05drm/vmwgfx: Fix legacy surface reference size copybackThomas Hellstrom
2014-02-05drm/vmwgfx: Fix SET_SHADER_CONST emulation on guest-backed devicesThomas Hellstrom
2014-02-05drm/vmwgfx: Fix regression caused by "drm/ttm: make ttm reservation calls beh...Thomas Hellstrom
2014-02-05drm/vmwgfx: Don't commit staged bindings if execbuf failsThomas Hellstrom
2014-01-21drm/vmwgfx: Fix recently introduced sparse / smatch warnings and errorsThomas Hellstrom
2014-01-17drm/vmwgfx: Invalidate surface on non-readback unbindJakob Bornecrantz
2014-01-17drm/vmwgfx: Silence the device command verifierThomas Hellstrom
2014-01-17drm/vmwgfx: Implement 64-bit Otable- and MOB binding v2Thomas Hellstrom
2014-01-17drm/vmwgfx: Fix surface framebuffer check for guest-backed surfacesThomas Hellstrom
2014-01-17drm/vmwgfx: Update otable definitionsThomas Hellstrom
2014-01-17drm/vmwgfx: Use the linux DMA api also for MOBsThomas Hellstrom
2014-01-17drm/vmwgfx: Ditch the vmw_dummy_query_bo_prepare functionThomas Hellstrom
2014-01-17drm/vmwgfx: Persistent tracking of context bindingsThomas Hellstrom
2014-01-17drm/vmwgfx: Track context bindings and scrub them upon exiting execbufThomas Hellstrom
2014-01-17drm/vmwgfx: Block the BIND_SHADERCONSTS commandThomas Hellstrom
2014-01-17drm/vmwgfx: Add a parameter to get max MOB memory sizeThomas Hellstrom
2014-01-17drm/vmwgfx: Implement a buffer object synccpu ioctl.Thomas Hellstrom
2014-01-17drm/vmwgfx: Make sure that the multisampling is offZack Rusin
2014-01-17drm/vmwgfx: Extend the command verifier to handle guest-backed on / offThomas Hellstrom
2014-01-17drm/vmwgfx: Fix up the vmwgfx_drv.h header for new filesThomas Hellstrom
2014-01-17drm/vmwgfx: Enable 3D for new hardware versionThomas Hellstrom
2014-01-17drm/vmwgfx: Add new unused (by user-space) commands to the verifierThomas Hellstrom
2014-01-17drm/vmwgfx: Validate guest-backed shader const commandsThomas Hellstrom
2014-01-17drm/vmwgfx: Add guest-backed shadersThomas Hellstrom
2014-01-17drm/vmwgfx: Hook up guest-backed surfacesThomas Hellstrom
2014-01-17drm/vmwgfx: Hook up guest-backed contextsThomas Hellstrom
2014-01-17drm/vmwgfx: Detach backing store from its resources when it is evictedThomas Hellstrom
2014-01-17drm/vmwgfx: Hook up guest-backed queriesThomas Hellstrom
2014-01-17drm/vmwgfx: Add the possibility to validate a buffer as a MOBThomas Hellstrom
2014-01-17drm/vmwgfx: Read bounding box memory from the appropriate registerThomas Hellstrom
2014-01-17drm/vmwgfx: Hook up MOBs to TTM as a separate memory typeThomas Hellstrom
2014-01-17drm/vmwgfx: Add MOB managementThomas Hellstrom
2014-01-17drm/vmwgfx: Adapt capability reporting to new hardware versionThomas Hellstrom