aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl/udl_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Merge tag 'v3.14' into drm-intel-next-queuedDaniel Vetter1-3/+8
2014-03-27drm/udl: take reference to device struct for dma-bufsDave Airlie1-3/+8
2014-03-16drm/udl: fix Bpp calculation in dumb_create()David Herrmann1-1/+1
2013-12-05udl: fix issue with imported prime buffersRob Clark1-0/+6
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann1-7/+0
2013-09-16drm/udl: rip out set_need_reschedDaniel Vetter1-1/+0
2013-08-19drm/udl: use gem get/put page helpersRob Clark1-38/+6
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-6/+0
2013-07-25drm/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