summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-22drm/vmwgfx: enforce Screen Target boundary conditionsfeature/syeh/screen-targetsSinclair Yeh4-29/+75
2014-12-22drm/vmwgfx: Add multimon screen target supportSinclair Yeh5-168/+695
2014-12-22drm/vmwgfx: Add "quirk" to handling command verification exceptionsSinclair Yeh4-5/+19
2014-12-12drm/vmwgfx: Refactor vmw_gb_surface_define_ioctl()Sinclair Yeh2-64/+146
2014-11-11drm/vwmgfx: Minor fixes to display unit codeSinclair Yeh3-7/+19
2014-11-11drm/vmwgfx: Update device files to support screen targetsSinclair Yeh2-4/+115
2014-11-11drm/vmwgfx: Screen Target ImplementationSinclair Yeh5-184/+460
2014-11-11drm/vmwgfx: SVGA device definition updateSinclair Yeh1-2/+9
2014-11-11drm/vmwgfx: Screen Target Skeleton CodeSinclair Yeh5-6/+436
2014-11-11vmwgfx: Add an interface to pin a resource v2Thomas Hellstrom2-1/+89
2014-10-29drm/vmwgfx: Add active display unit fieldSinclair Yeh6-20/+42
2014-10-29drm/vmwgfx: Renamed functions to make name space more consistentSinclair Yeh4-37/+35
2014-10-29drm/vmwgfx: Moved Display Unit specific codeSinclair Yeh4-286/+465
2014-10-29drm/vmwgfx: Screen Target PreparationSinclair Yeh5-11/+11
2014-10-22vmwgfx: Fix hash key computationThomas Hellstrom1-1/+2
2014-10-13vmwgfx: Fix build for 3.17Thomas Hellstrom3-1/+15
2014-10-10vmwgfx: Fix a potential infinite spin waiting for fifo idleThomas Hellstrom1-1/+2
2014-09-29drm/vmwgfx: Filter out modes those cannot be supported by the current VRAM size.syeh2-4/+18
2014-06-18vmwgfx: Fix compat shader namespaceThomas Hellstrom7-409/+672
2014-06-10vmwgfx: Adapt to new idr interfaceThomas Hellstrom4-0/+89
2014-03-13vmwgfx: Fix a surface reference corner-case in legacy emulation modeThomas Hellstrom1-0/+18
2014-03-12userns: Convert drm to use kuid and kgid and struct pid where appropriateEric W. Biederman4-7/+10
2014-03-12drm: Introduce kuid_t for standaloneThomas Hellstrom1-1/+10
2014-02-25vmwgfx: Fix build errors on non-prime aware kernels and 3.9.X.Thomas Hellstrom2-4/+25
2014-02-18vmwgfx/ttm: Add a compat includeThomas Hellstrom1-0/+1
2014-02-18vmwgfx/drm: Fix up an include pathThomas Hellstrom1-1/+1
2014-02-11vmwgfx: Get maximum mob size from register SVGA_REG_MOB_MAX_SIZECharmaine Lee5-1/+16
2014-02-04vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom6-28/+222
2014-01-31vmwgfx: Emulate legacy shaders on guest-backed devices v2Thomas Hellstrom4-78/+621
2014-01-31vmwgfx: Detect old user-space drivers and set up legacy emulation v2Thomas Hellstrom2-16/+101
2014-01-30vmwgfx: Fix legacy surface reference size copybackThomas Hellstrom1-2/+2
2014-01-30vmwgfx: Fix SET_SHADER_CONST emulation on guest-backed devicesThomas Hellstrom1-2/+35
2014-01-30vmwgfx: Don't commit staged bindings if execbuf failsThomas Hellstrom1-2/+4
2014-01-30vmwgfx: Silence the device command verifierThomas Hellstrom1-7/+23
2014-01-30vmwgfx: Implement 64-bit Otable- and MOB binding v2Thomas Hellstrom3-25/+101
2014-01-30vmwgfx: Fix surface framebuffer check for guest-backed surfacesThomas Hellstrom1-3/+3
2014-01-30vmwgfx: Update otable definitionsThomas Hellstrom3-11/+27
2013-12-17vmwgfx: Allow an RCU grace period before freeing shadersThomas Hellstrom1-1/+1
2013-12-17vmwgfx: Use the linux DMA api also for MOBsThomas Hellstrom3-44/+137
2013-12-17vmwgfx: Ditch the vmw_dummy_query_bo_prepare functionThomas Hellstrom2-49/+38
2013-12-17vmwgfx: Persistent tracking of context bindingsThomas Hellstrom7-10/+143
2013-12-17vmwgfx: Track context bindings and scrub them upon exiting execbufThomas Hellstrom3-11/+365
2013-12-17vmwgfx: Block the BIND_SHADERCONSTS command.Thomas Hellstrom1-34/+2
2013-12-17vmwgfx: Update the gb-objects code to latest binary interface.Thomas Hellstrom1-1/+1
2013-12-17vmwgfx: Invalidate surface on non-readback unbindJakob Bornecrantz1-8/+18
2013-12-17vmwgfx: Remove unused vmw_context_allocJakob Bornecrantz2-4/+0
2013-12-17vmwgfx: Add new devcapsJakob Bornecrantz1-0/+10
2013-12-17vmwgfx: Allow legacy surfaces to have no id in destroyJakob Bornecrantz1-1/+7
2013-12-17vmwgfx: Add a parameter to get max MOB memory sizeThomas Hellstrom3-2/+6
2013-12-17vmwgfx: Implement a buffer object synccpu ioctl.Thomas Hellstrom4-2/+211