aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-03drm/ttm: optionally move duplicates to a separate listChristian König1-1/+1
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst1-1/+1
2014-09-11drm/ttm: allow fence to be added as sharedChristian König1-0/+5
2014-09-02drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grabMaarten Lankhorst1-6/+10
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst1-10/+4
2014-09-02drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst1-5/+4
2014-09-01drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst1-1/+1
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst1-10/+6
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding1-1/+1
2014-03-28drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom1-2/+7
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom1-9/+6
2014-03-02drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver date.Thomas Hellstrom1-2/+1
2014-02-05drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom1-1/+10
2014-01-17drm/vmwgfx: Persistent tracking of context bindingsThomas Hellstrom1-0/+1
2014-01-17drm/vmwgfx: Implement a buffer object synccpu ioctl.Thomas Hellstrom1-1/+141
2014-01-17drm/vmwgfx: Hook up guest-backed surfacesThomas Hellstrom1-1/+4
2014-01-17drm/vmwgfx: Detach backing store from its resources when it is evictedThomas Hellstrom1-1/+44
2014-01-17drm/vmwgfx: Add the possibility to validate a buffer as a MOBThomas Hellstrom1-0/+2
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/linux into drm-nextDave 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