summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-04drm/vmwgfx: Fix dma buffer memory size accountingThomas Hellstrom1-10/+44
2013-12-04drm/vmwgfx: Fix up and comment the dumb buffer implementationThomas Hellstrom1-27/+37
2013-11-18drm/vmwgfx: Make vmwgfx dma buffers prime awareThomas Hellstrom1-20/+25
2013-11-18drm/vmwgfx: Make surfaces prime-awareThomas Hellstrom1-1/+1
2013-11-18drm/vmwgfx: Fix false lockdep warningThomas Hellstrom1-10/+6
2013-11-14Merge branch 'vmwgfx-next-3.13' of git://people.freedesktop.org/~thomash/linu...Dave Airlie1-6/+36
2013-11-12drm/vmwgfx: Resource evict fixesThomas Hellstrom1-6/+36
2013-10-15drm/vmwgfx: Don't put resources with invalid id's on lru listThomas Hellstrom1-1/+1
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann1-2/+2
2013-06-28drm/vmwgfx: get rid of ttm_bo_is_reserved usageMaarten Lankhorst1-2/+2
2013-06-28drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst1-9/+14
2013-02-27drm/vmwgfx: convert to idr_alloc()Tejun Heo1-9/+8
2013-01-15drm/vmwgfx: always use ttm_bo_is_reservedMaarten Lankhorst1-2/+2
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst1-1/+1
2012-11-28drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom1-0/+20
2012-11-21drm/vmwgfx: Break out surface and context management to separate filesThomas Hellstrom1-1234/+9
2012-11-21drm/vmwgfx: Refactor resource managementThomas Hellstrom1-495/+1011
2012-11-20drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3Thomas Hellstrom1-4/+4
2012-11-20drm/vmwgfx: remove use of fence_obj_argsMaarten Lankhorst1-4/+0
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz1-2/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-4/+4
2012-09-13vmwgfx: add dumb ioctl supportDave Airlie1-0/+73
2012-05-23ttm: add prime sharing support to TTM (v2)Dave Airlie1-1/+1
2011-12-21Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-nextDave Airlie1-0/+23
2011-12-19vmwgfx: Add helper function to get surface or dmabufJakob Bornecrantz1-0/+23
2011-12-06drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse1-34/+1
2011-10-18vmwgfx: memory leaks caused by double allocationDan Carpenter1-2/+1
2011-10-10vmwgfx: Implement memory accounting for resourcesThomas Hellstrom1-26/+146
2011-10-05vmwgfx: Handle device surface memory limitThomas Hellstrom1-75/+761
2011-10-05vmwgfx: Optimize the command submission resource listThomas Hellstrom1-0/+1
2011-10-05vmwgfx: Fix up query processingThomas Hellstrom1-2/+6
2011-09-06vmwgfx: Implement fence objectsThomas Hellstrom1-4/+0
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....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