aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-01vmwgfx: Switch to VGA when we drop master and vmwgfx fbdev is not activeThomas Hellstrom1-4/+4
2011-09-01vmwgfx: Fix potential execbuf deadlocksThomas Hellstrom1-1/+4
2011-07-25drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possibleRakib Mullick1-5/+3
2010-11-18drm/vmwgfx: Fix up an error path during bo creationThomas Hellstrom1-6/+8
2010-10-27vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom1-75/+0
2010-10-01vmwgfx: vt-switch (master drop) fixesThomas Hellstrom1-0/+4
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-2/+6
2010-06-16fix typos concerning "management"Uwe Kleine-König1-1/+1
2010-06-08drm/vmwgfx: return -EFAULT for copy_to_user errorsDan Carpenter1-2/+6
2010-02-11drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members. Bumps major.Jakob Bornecrantz1-16/+1
2010-02-11drm/vmwgfx: Update the user-space interface.Thomas Hellstrom1-2/+3
2010-02-01drm/vmwgfx: Don't send bad flags to the hostJakob Bornecrantz1-1/+15
2010-01-25drm/vmwgfx: Optimize memory footprint for DMA buffers.Thomas Hellstrom1-1/+1
2010-01-14drm/vmwgfx: Use bo_driver::move_notify to unbind GMRs.Thomas Hellstrom1-11/+12
2010-01-14drm/vmwgfx: Fix an error path causing an oops.Thomas Hellstrom1-18/+21
2009-12-23drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.Thomas Hellstrom1-79/+70
2009-12-15drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz1-0/+1192