summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl/udl_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/udl: use gem get/put page helpersRob Clark2013-08-191-38/+6
* drm/gem: create drm_gem_dumb_destroyDaniel Vetter2013-08-071-6/+0
* drm/gem: convert to new unified vma managerDavid Herrmann2013-07-251-8/+5
* drm: prime: fix refcounting on the dmabuf import error pathImre Deak2013-05-011-0/+4
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-031-7/+0
|\
| * drm/udl: call begin/end cpu access at more appropriate timeDave Airlie2012-08-171-7/+0
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-1/+1
|/
* drm/udl: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer2012-08-091-1/+1
* udl: support vmapping imported dma-bufsDave Airlie2012-05-311-3/+22
* drm/udl: remove unused variables.Dave Airlie2012-05-291-2/+0
* drm/udl: unlock before returning in udl_gem_mmap()Dan Carpenter2012-05-291-1/+1
* udl: add prime fd->handle support.Dave Airlie2012-05-231-0/+75
* mm, drm/udl: fixup vma flags on mmapKonstantin Khlebnikov2012-04-021-0/+14
* drm/udl: initial UDL driver (v4)Dave Airlie2012-03-151-0/+227