summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-8/+13
2016-07-01drm/vmwgfx: Check pin count before attempting to move a bufferSinclair Yeh1-3/+22
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-4/+4
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2015-08-05drm/vmwgfx: Kill a bunch of sparse warningsThomas Hellstrom1-1/+1
2015-08-05drm/vmwgfx: Introduce a pin count to allow for recursive pinning v2Thomas Hellstrom1-102/+80
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König1-7/+15
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding1-3/+3
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom1-9/+6
2014-01-17drm/vmwgfx: Ditch the vmw_dummy_query_bo_prepare functionThomas Hellstrom1-6/+2
2014-01-17drm/vmwgfx: Hook up MOBs to TTM as a separate memory typeThomas Hellstrom1-2/+4
2013-06-28drm/vmwgfx: get rid of ttm_bo_is_reserved usageMaarten Lankhorst1-1/+1
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst1-7/+6
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-1/+1
2012-11-21drm/vmwgfx: Refactor resource managementThomas Hellstrom1-4/+3
2012-11-09drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom1-1/+1
2012-11-07drm/vmwgfx: use ttm_bo_is_reservedMaarten Lankhorst1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2011-10-05vmwgfx: Fix up query processingThomas Hellstrom1-0/+44
2011-10-05vmwgfx: minor dmabuf utilities cleanupThomas Hellstrom1-50/+36
2011-10-05vmwgfx: Add dmabuf helper functions for pinningJakob Bornecrantz1-0/+292