aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo_vm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-12drm/ttm: revert "drm/ttm: make TT creation purely optional v3"Christian König1-5/+0
2020-08-11Merge tag 'drm-misc-fixes-2020-08-04' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+3
2020-07-30drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_accessFelix Kuehling1-1/+3
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-0/+2
2020-06-29drm/ttm: make TT creation purely optional v3Christian König1-0/+5
2020-06-16Merge v5.8-rc1 into drm-misc-fixesThomas Zimmermann1-5/+5
2020-06-15drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reservedXiyu Yang1-0/+2
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-3/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-04-10Merge tag 'drm-next-2020-04-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-63/+0
2020-04-10drm/ttm: Temporarily disable the huge_fault() callbackThomas Hellstrom (VMware)1-63/+0
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+158
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-3/+9
2020-03-24drm/ttm, drm/vmwgfx: Support huge TTM pagefaultsThomas Hellstrom (VMware)1-3/+158
2020-01-16mm, drm/ttm: Fix vm page protection handlingThomas Hellstrom1-7/+15
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-17/+10
2019-12-06drm: call drm_gem_object_funcs.mmap with fake offsetGerd Hoffmann1-7/+0
2019-11-08drm/ttm: also export ttm_bo_vm_fault v2Christian König1-3/+5
2019-11-06drm/ttm: Convert vm callbacks to helpersThomas Hellstrom1-63/+105
2019-11-06drm/ttm: Remove explicit typecasts of vm_private_dataThomas Hellstrom1-5/+3
2019-11-06drm/ttm: remove ttm_bo_wait_unreservedDaniel Vetter1-13/+5
2019-11-04drm/ttm: Convert vm callbacks to helpersThomas Hellstrom1-63/+105
2019-11-04drm/ttm: Remove explicit typecasts of vm_private_dataThomas Hellstrom1-5/+3
2019-10-29drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmapRob Herring1-0/+7
2019-10-25drm/ttm: remove pointers to globalsChristian König1-2/+2
2019-10-23Merge drm/drm-next into drm-misc-nextSean Paul1-9/+7
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter1-9/+7
2019-10-17drm/ttm: rename ttm_fbdev_mmapGerd Hoffmann1-6/+2
2019-10-17drm/ttm: factor out ttm_bo_mmap_vma_setupGerd Hoffmann1-22/+24
2019-10-14drm/ttm: Restore ttm prefaultingThomas Hellstrom1-9/+7
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann1-3/+3
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-3/+3
2019-08-06drm/ttm: switch ttm core from bo->resv to bo->base.resvGerd Hoffmann1-3/+3
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann1-4/+5
2019-03-19drm: Use the same mmap-range offset and size for GEM and TTMThomas Zimmermann1-1/+1
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann1-0/+3
2019-01-25drm/ttm: stop always moving BOs on the LRU on page faultChristian König1-7/+12
2018-09-28drm/ttm: Export ttm_bo_get_unless_zero()Thomas Hellstrom1-2/+1
2018-07-10drm/ttm: Replace ttm_bo_unref() with ttm_bo_put()Thomas Zimmermann1-4/+4
2018-07-10drm/ttm: Replace ttm_bo_reference() with ttm_bo_get()Thomas Zimmermann1-4/+6
2018-06-19gpu: drm: ttm: Adding new return type vm_fault_tSouptick Joarder1-23/+22
2018-05-15Add SPDX idenitifier and clarify licenseDirk Hohndel1-0/+1
2018-02-26drm/ttm: add bit flag TTM_OPT_FLAG_FORCE_ALLOCRoger He1-1/+3
2018-02-26drm/ttm: set page mapping during allocationChristian König1-1/+0
2018-02-19drm/ttm: add ttm_tt_populate wrapperChristian König1-1/+1
2018-02-19drm/ttm: Remove unncessary retval from ttm_bo_vm_fault()Tom St Denis1-15/+13
2018-01-29drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)Tom St Denis1-1/+2
2018-01-10drm/ttm: remove ttm_bo_default_io_mem_pfnTan Xiaojun1-9/+2
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-1/+6