summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
AgeCommit message (Expand)Author
2013-11-13drm/vmwgfx: Don't put resources with invalid id's on lru listThomas Hellstrom
2013-02-27drm/vmwgfx: convert to idr_alloc()Tejun Heo
2013-01-15drm/vmwgfx: always use ttm_bo_is_reservedMaarten Lankhorst
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst
2012-11-28drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom
2012-11-21drm/vmwgfx: Break out surface and context management to separate filesThomas Hellstrom
2012-11-21drm/vmwgfx: Refactor resource managementThomas Hellstrom
2012-11-20drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3Thomas Hellstrom
2012-11-20drm/vmwgfx: remove use of fence_obj_argsMaarten Lankhorst
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-09-13vmwgfx: add dumb ioctl supportDave Airlie
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie
2011-12-21Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-nextDave Airlie
2011-12-19vmwgfx: Add helper function to get surface or dmabufJakob Bornecrantz
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse
2011-10-18vmwgfx: memory leaks caused by double allocationDan Carpenter
2011-10-10vmwgfx: Implement memory accounting for resourcesThomas Hellstrom
2011-10-05vmwgfx: Handle device surface memory limitThomas Hellstrom
2011-10-05vmwgfx: Optimize the command submission resource listThomas Hellstrom
2011-10-05vmwgfx: Fix up query processingThomas Hellstrom
2011-09-06vmwgfx: Implement fence objectsThomas Hellstrom
2011-09-01vmwgfx: Switch to VGA when we drop master and vmwgfx fbdev is not activeThomas Hellstrom
2011-09-01vmwgfx: Fix potential execbuf deadlocksThomas Hellstrom
2011-07-25drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possibleRakib Mullick
2010-11-18drm/vmwgfx: Fix up an error path during bo creationThomas Hellstrom
2010-10-27vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom
2010-10-01vmwgfx: vt-switch (master drop) fixesThomas Hellstrom
2010-06-16Merge branch 'master' into for-nextJiri Kosina
2010-06-16fix typos concerning "management"Uwe Kleine-König
2010-06-08drm/vmwgfx: return -EFAULT for copy_to_user errorsDan Carpenter
2010-02-11drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members....Jakob Bornecrantz
2010-02-11drm/vmwgfx: Update the user-space interface.Thomas Hellstrom
2010-02-01drm/vmwgfx: Don't send bad flags to the hostJakob Bornecrantz
2010-01-25drm/vmwgfx: Optimize memory footprint for DMA buffers.Thomas Hellstrom
2010-01-14drm/vmwgfx: Use bo_driver::move_notify to unbind GMRs.Thomas Hellstrom
2010-01-14drm/vmwgfx: Fix an error path causing an oops.Thomas Hellstrom
2009-12-23drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.Thomas Hellstrom
2009-12-15drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz