summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: use rcu in vmw_user_dmabuf_synccpu_grabMaarten Lankhorst2014-09-021-6/+10
* drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst2014-09-021-10/+4
* drm/vmwgfx: rework to new fence interface, v2Maarten Lankhorst2014-09-021-5/+4
* drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst2014-09-011-1/+1
* drm/ttm: kill fence_lockMaarten Lankhorst2014-09-011-10/+6
* drm/ttm: Fix a few sparse warningsThierry Reding2014-07-221-1/+1
* drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom2014-03-281-2/+7
* drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-281-9/+6
* drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver ...Thomas Hellstrom2014-03-021-2/+1
* drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom2014-02-051-1/+10
* drm/vmwgfx: Persistent tracking of context bindingsThomas Hellstrom2014-01-171-0/+1
* drm/vmwgfx: Implement a buffer object synccpu ioctl.Thomas Hellstrom2014-01-171-1/+141
* drm/vmwgfx: Hook up guest-backed surfacesThomas Hellstrom2014-01-171-1/+4
* drm/vmwgfx: Detach backing store from its resources when it is evictedThomas Hellstrom2014-01-171-1/+44
* drm/vmwgfx: Add the possibility to validate a buffer as a MOBThomas Hellstrom2014-01-171-0/+2
* drm/vmwgfx: Fix dma buffer memory size accountingThomas Hellstrom2013-12-041-10/+44
* drm/vmwgfx: Fix up and comment the dumb buffer implementationThomas Hellstrom2013-12-041-27/+37
* drm/vmwgfx: Make vmwgfx dma buffers prime awareThomas Hellstrom2013-11-181-20/+25
* drm/vmwgfx: Make surfaces prime-awareThomas Hellstrom2013-11-181-1/+1
* drm/vmwgfx: Fix false lockdep warningThomas Hellstrom2013-11-181-10/+6
* Merge branch 'vmwgfx-next-3.13' of git://people.freedesktop.org/~thomash/linu...Dave Airlie2013-11-141-6/+36
|\
| * drm/vmwgfx: Resource evict fixesThomas Hellstrom2013-11-121-6/+36
* | drm/vmwgfx: Don't put resources with invalid id's on lru listThomas Hellstrom2013-10-151-1/+1
|/
* drm/ttm: convert to unified vma offset managerDavid Herrmann2013-07-251-2/+2
* drm/vmwgfx: get rid of ttm_bo_is_reserved usageMaarten Lankhorst2013-06-281-2/+2
* drm/ttm: make ttm reservation calls behave like reservation callsMaarten Lankhorst2013-06-281-9/+14
* drm/vmwgfx: convert to idr_alloc()Tejun Heo2013-02-271-9/+8
* drm/vmwgfx: always use ttm_bo_is_reservedMaarten Lankhorst2013-01-151-2/+2
* drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst2012-12-101-1/+1
* drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom2012-11-281-0/+20
* drm/vmwgfx: Break out surface and context management to separate filesThomas Hellstrom2012-11-211-1234/+9
* drm/vmwgfx: Refactor resource managementThomas Hellstrom2012-11-211-495/+1011
* drm/ttm, drm/vmwgfx: Use RCU locking for object lookups v3Thomas Hellstrom2012-11-201-4/+4
* drm/vmwgfx: remove use of fence_obj_argsMaarten Lankhorst2012-11-201-4/+0
* drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz2012-11-201-2/+2
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-4/+4
* vmwgfx: add dumb ioctl supportDave Airlie2012-09-131-0/+73
* ttm: add prime sharing support to TTM (v2)Dave Airlie2012-05-231-1/+1
* Merge remote-tracking branch 'pfdo/drm-fixes' into drm-core-nextDave Airlie2011-12-211-0/+23
|\
| * vmwgfx: Add helper function to get surface or dmabufJakob Bornecrantz2011-12-191-0/+23
* | drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse2011-12-061-34/+1
|/
* vmwgfx: memory leaks caused by double allocationDan Carpenter2011-10-181-2/+1
* vmwgfx: Implement memory accounting for resourcesThomas Hellstrom2011-10-101-26/+146
* vmwgfx: Handle device surface memory limitThomas Hellstrom2011-10-051-75/+761
* vmwgfx: Optimize the command submission resource listThomas Hellstrom2011-10-051-0/+1
* vmwgfx: Fix up query processingThomas Hellstrom2011-10-051-2/+6
* vmwgfx: Implement fence objectsThomas Hellstrom2011-09-061-4/+0
* vmwgfx: Switch to VGA when we drop master and vmwgfx fbdev is not activeThomas Hellstrom2011-09-011-4/+4
* vmwgfx: Fix potential execbuf deadlocksThomas Hellstrom2011-09-011-1/+4
* drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possibleRakib Mullick2011-07-251-5/+3
OpenPOWER on IntegriCloud