summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vgem
AgeCommit message (Expand)AuthorFilesLines
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