aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vgem (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-11drm/vgem: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2-3/+3
2017-07-17drm/vgem: add compat_ioctl supportBrian Norris1-0/+1
2017-06-23drm/vgem: Pin our pages for dmabuf exportsChris Wilson2-21/+64
2017-05-22drm/vgem: Fix return value check in vgem_init()Wei Yongjun1-2/+2
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko1-2/+2
2017-05-18drm/vgem: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada1-1/+0
2017-05-10drm/vgem: Convert to a struct drm_device subclassChris Wilson1-22/+41
2017-05-08drm/vgem: Enable dmabuf import interfacesLaura Abbott2-29/+109
2017-05-08drm/vgem: Add a dummy platform deviceLaura Abbott1-3/+16
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter1-2/+3
2017-03-14drm/vgem: switch to postcloseDaniel Vetter1-2/+2
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-1/+2
2017-02-20mm: use helper for calling f_op->mmap()Miklos Szeredi1-1/+1
2017-01-24drm/vgem: Switch to reservation_object_lock() helpersChris Wilson1-2/+2
2017-01-10drm: Move drm_clflush prototypes to drm_cache header fileGabriel Krisman Bertazi1-0/+1
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-1/+1
2016-12-08drm: Take ownership of the dmabuf->obj when exportingChris Wilson1-1/+0
2016-12-02drm/vgem: Use ww_mutex_(un)lock even with a NULL contextNicolai Hähnle1-2/+2
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-26/+27
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen1-2/+2
2016-07-19drm/vgem: Fix non static symbol warningWei Yongjun1-1/+1
2016-07-19drm/vgem: Remember to offset relative timeouts to mod_timer() by jiffiesChris Wilson1-2/+2
2016-07-18drm/vgem: Attach sw fences to exported vGEM dma-buf (ioctl)Chris Wilson4-1/+334
2016-07-12drm/vgem: Use PAGE_KERNEL in place of x86-specific PAGE_KERNEL_IOChris Wilson1-1/+1
2016-07-12drm/vgem: Enable dmabuf interface for exportChris Wilson1-1/+88
2016-07-12drm/vgem: Fix mmapingChris Wilson2-109/+61
2016-06-21drm/vgem: Stop calling drm_drv_set_uniqueDaniel Vetter1-2/+0
2016-05-31drm/vgem: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2016-04-20drm/vgem: Drop dev->struct_mutexDaniel Vetter1-13/+4
2016-04-20drm/vgem: Move get_pages to gem_createDaniel Vetter1-8/+4
2016-04-20drm/vgem: Simplify dumb_mapDaniel Vetter1-5/+3
2015-10-19drm/vgem: Drop vgem_drm_gem_mmapDaniel Vetter1-54/+1
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-06-24drm/vgem: Set unique to "vgem"Daniel Vetter1-0/+2
2015-05-26drm/vgem: drop DRIVER_PRIME (v2)Rob Clark4-116/+2
2015-04-02drm/vgem: implement virtual GEMZach Reizner4-0/+519