aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-09drm/vmwgfx: Implement DRIVER_GEMZack Rusin1-15/+24
2021-12-09drm/vmwgfx: Remove the dedicated memory accountingZack Rusin1-35/+0
2021-11-05drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe1-3/+0
2021-05-26drm/vmwgfx: Inline vmw_verify_access()Thomas Zimmermann1-5/+2
2021-05-26drm/vmwgfx: Inline ttm_bo_mmap() into vmwgfx driverThomas Zimmermann1-3/+53
2021-03-13mm: use is_cow_mapping() across tree where properPeter Xu1-1/+1
2020-03-24drm/vmwgfx: Support huge page faultsThomas Hellstrom (VMware)1-1/+4
2020-01-15drm/vmwgfx: Use VM_PFNMAP instead of VM_MIXEDMAP when possibleThomas Hellstrom1-0/+4
2019-11-06drm/vmwgfx: Implement an infrastructure for write-coherent resourcesThomas Hellstrom1-1/+14
2019-08-15drm/vmwgfx: drop reminaing users of drmP.hSam Ravnborg1-1/+0
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann1-9/+2
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann1-1/+1
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-54/+0
2018-12-13drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3Thomas Hellstrom1-0/+36
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König1-27/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König1-27/+0
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann1-2/+2
2018-06-29drm/vmwgfx: add SPDX idenitifier and clarify licenseDirk Hohndel (VMware)1-2/+2
2015-08-12drm/vmwgfx: Fix copyright headersSinclair Yeh1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2011-09-06vmwgfx: Remove the possibility to map the fifo from user-spaceThomas Hellstrom1-3/+2
2010-09-23drivers/gpu/drm: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-08-04drm: move ttm global code to core drmDave Airlie1-10/+10
2009-12-15drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz1-0/+99