summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vgem
Commit message (Expand)AuthorAgeFilesLines
* 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-151-1/+1
* drm: Take ownership of the dmabuf->obj when exportingChris Wilson2016-12-081-1/+0Star
* 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/+61Star
* drm/vgem: Stop calling drm_drv_set_uniqueDaniel Vetter2016-06-211-2/+0Star
* 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/+4Star
* drm/vgem: Move get_pages to gem_createDaniel Vetter2016-04-201-8/+4Star
* drm/vgem: Simplify dumb_mapDaniel Vetter2016-04-201-5/+3Star
* drm/vgem: Drop vgem_drm_gem_mmapDaniel Vetter2015-10-191-54/+1Star
* 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/+2Star
* drm/vgem: implement virtual GEMZach Reizner2015-04-024-0/+519