summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Check pin count before attempting to move a bufferSinclair Yeh2016-07-011-3/+22
* drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-051-4/+4
* drm/vmwgfx: Fix copyright headersSinclair Yeh2015-08-121-1/+1
* drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom2015-08-051-1/+1
* drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom2015-08-051-102/+80Star
* drm/ttm: move fpfn and lpfn into each placement v2Christian König2014-08-271-7/+15
* drm/ttm: Fix a few sparse warningsThierry Reding2014-07-221-3/+3
* drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom2014-03-281-9/+6Star
* drm/vmwgfx: Ditch the vmw_dummy_query_bo_prepare functionThomas Hellstrom2014-01-171-6/+2Star
* drm/vmwgfx: Hook up MOBs to TTM as a separate memory typeThomas Hellstrom2014-01-171-2/+4
* drm/vmwgfx: get rid of ttm_bo_is_reserved usageMaarten Lankhorst2013-06-281-1/+1
* drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst2012-12-101-7/+6Star
* Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2012-12-101-1/+1
|\
| * drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom2012-11-091-1/+1
* | drm/vmwgfx: Refactor resource managementThomas Hellstrom2012-11-201-4/+3Star
* | drm/vmwgfx: use ttm_bo_is_reservedMaarten Lankhorst2012-11-071-1/+1
|/
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* vmwgfx: Fix up query processingThomas Hellstrom2011-10-051-0/+44
* vmwgfx: minor dmabuf utilities cleanupThomas Hellstrom2011-10-051-50/+36Star
* vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz2011-10-051-0/+292