aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo_vm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-12-27drm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfnTan Xiaojun1-1/+12
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+5
2017-07-25drm/ttm: Implement vm_operations_struct.access v2Felix Kuehling1-1/+78
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky1-2/+5
2017-05-16drm/ttm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-3/+3
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König1-1/+9
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-5/+5
2017-02-21drm/ttm: fix use-after-free races in vm fault handlingNicolai Hähnle1-0/+12
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-1/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-4/+4
2016-07-07drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König1-7/+12
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König1-3/+3
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-1/+1
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams1-1/+3
2014-09-23drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHEDBenjamin Herrenschmidt1-3/+2
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst1-3/+0
2014-03-12drm/ttm: Work around performance regression with VM_PFNMAPThomas Hellstrom1-5/+7
2014-01-20Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-3/+3
2014-01-08drm/ttm: Correctly set page mapping and -index membersThomas Hellstrom1-0/+5
2014-01-08drm/ttm: Refuse to fault (prime-) imported pagesThomas Hellstrom1-0/+9
2014-01-08drm/ttm: Use VM_PFNMAP for shared bo mapsThomas Hellstrom1-3/+15
2013-12-16drm/ttm: Fix accesses through vmas with only partial coverageThomas Hellstrom1-3/+3