summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vgem
Commit message (Expand)AuthorAgeFilesLines
* drm/vgem: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-112-3/+3
* drm/vgem: add compat_ioctl supportBrian Norris2017-07-171-0/+1
* drm/vgem: Pin our pages for dmabuf exportsChris Wilson2017-06-232-21/+64
* drm/vgem: Fix return value check in vgem_init()Wei Yongjun2017-05-221-2/+2
* drm: drop drm_[cm]alloc* helpersMichal Hocko2017-05-181-2/+2
* drm/vgem: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada2017-05-181-1/+0
* drm/vgem: Convert to a struct drm_device subclassChris Wilson2017-05-101-22/+41
* drm/vgem: Enable dmabuf import interfacesLaura Abbott2017-05-082-29/+109
* drm/vgem: Add a dummy platform deviceLaura Abbott2017-05-081-3/+16
* Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2017-03-141-2/+3
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-021-1/+1
| |\
| | * Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro2017-03-021-1/+1
| | |\
| | | * mm: use helper for calling f_op->mmap()Miklos Szeredi2017-02-201-1/+1
| * | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-1/+2
| |/ /
* | | drm/vgem: switch to postcloseDaniel Vetter2017-03-141-2/+2
|/ /
* | drm/vgem: Switch to reservation_object_lock() helpersChris Wilson2017-01-241-2/+2
* | drm: Move drm_clflush prototypes to drm_cache header fileGabriel Krisman Bertazi2017-01-101-0/+1
|/
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-1/+1
* drm: Take ownership of the dmabuf->obj when exportingChris Wilson2016-12-081-1/+0
* drm/vgem: Use ww_mutex_(un)lock even with a NULL contextNicolai Hähnle2016-12-021-2/+2
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-26/+27
* drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen2016-09-221-2/+2
* drm/vgem: Fix non static symbol warningWei Yongjun2016-07-191-1/+1
* drm/vgem: Remember to offset relative timeouts to mod_timer() by jiffiesChris Wilson2016-07-191-2/+2
* drm/vgem: Attach sw fences to exported vGEM dma-buf (ioctl)Chris Wilson2016-07-184-1/+334
* drm/vgem: Use PAGE_KERNEL in place of x86-specific PAGE_KERNEL_IOChris Wilson2016-07-121-1/+1
* drm/vgem: Enable dmabuf interface for exportChris Wilson2016-07-121-1/+88
* drm/vgem: Fix mmapingChris Wilson2016-07-122-109/+61
* drm/vgem: Stop calling drm_drv_set_uniqueDaniel Vetter2016-06-211-2/+0
* drm/vgem: Use lockless gem BO free callbackDaniel Vetter2016-05-311-1/+1
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-1/+1
* drm/vgem: Drop dev->struct_mutexDaniel Vetter2016-04-201-13/+4
* drm/vgem: Move get_pages to gem_createDaniel Vetter2016-04-201-8/+4
* drm/vgem: Simplify dumb_mapDaniel Vetter2016-04-201-5/+3
* drm/vgem: Drop vgem_drm_gem_mmapDaniel Vetter2015-10-191-54/+1
* mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
* drm/vgem: Set unique to "vgem"Daniel Vetter2015-06-241-0/+2
* drm/vgem: drop DRIVER_PRIME (v2)Rob Clark2015-05-264-116/+2
* drm/vgem: implement virtual GEMZach Reizner2015-04-024-0/+519
OpenPOWER on IntegriCloud