summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl/udl_gem.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-21drm/gem: convert to new unified vma managerDavid Herrmann1-8/+5
2013-05-01drm: prime: fix refcounting on the dmabuf import error pathImre Deak1-0/+4
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-7/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-08-17drm/udl: call begin/end cpu access at more appropriate timeDave Airlie1-7/+0
2012-08-09drm/udl: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer1-1/+1
2012-05-31udl: support vmapping imported dma-bufsDave Airlie1-3/+22
2012-05-29drm/udl: remove unused variables.Dave Airlie1-2/+0
2012-05-29drm/udl: unlock before returning in udl_gem_mmap()Dan Carpenter1-1/+1
2012-05-23udl: add prime fd->handle support.Dave Airlie1-0/+75
2012-04-02mm, drm/udl: fixup vma flags on mmapKonstantin Khlebnikov1-0/+14
2012-03-15drm/udl: initial UDL driver (v4)Dave Airlie1-0/+227