summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2022-03-21drm/ttm: Fix a kernel oops due to an invalid readZack Rusin1-1/+1
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+33
2022-02-14drm/ttm: add common accounting to the resource mgr v3Christian König1-0/+30
2022-02-14drm/ttm: fix resource manager size type and descriptionChristian König1-3/+3
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-33/+33
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi3-33/+33
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-4/+45
2022-01-26drm/ttm: add a weak BO reference to the resource v3Christian König2-2/+14
2022-01-26drm/ttm: add back a reference to the bdev to the res managerChristian König3-2/+5
2022-01-26drm/ttm: add ttm_resource_fini v2Christian König3-0/+26
2022-01-14Merge tag 'drm-misc-fixes-2022-01-14' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter1-1/+3
2022-01-14drm/ttm: fix compilation on ARCH=umJohannes Berg1-1/+3
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter2-1/+3
2021-12-10Merge tag 'drm-fixes-2021-12-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+2
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-12-03drm/ttm: fix ttm_bo_swapoutChristian König1-1/+2
2021-11-30drm/ttm: stop pruning fences after waitChristian König1-1/+0
2021-11-22drm: ttm: correct ttm_range_manager kernel-doc notationRandy Dunlap1-4/+7
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann3-93/+5
2021-11-12Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+2
2021-11-12BackMerge tag 'v5.15' into drm-nextDave Airlie1-0/+1
2021-11-11drm/ttm: Put BO in its memory manager's lru listxinhui pan1-0/+2
2021-11-11drm/ttm: Double check mem_type of BO while evictionxinhui pan1-1/+2
2021-11-11Merge tag 'drm-misc-next-fixes-2021-11-10' of git://anongit.freedesktop.org/d...Dave Airlie1-92/+2
2021-11-05drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe1-92/+2
2021-11-05Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-12/+4
2021-10-25Merge drm/drm-next into drm-misc-nextMaxime Ripard1-10/+9
2021-10-21drm/ttm: fix memleak in ttm_transfered_destroyChristian König1-0/+1
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie1-10/+9
2021-10-07drm/ttm: use the new iterator in ttm_bo_flush_all_fencesChristian König1-12/+4
2021-09-29drm/ttm: add TTM_TT_FLAG_EXTERNAL_MAPPABLEMatthew Auld2-2/+7
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld5-18/+18
2021-09-29drm/ttm: move ttm_tt_{add, clear}_mapping into amdgpuMatthew Auld1-25/+0
2021-09-29drm/ttm: stop setting page->index for the ttm_ttMatthew Auld2-5/+1
2021-09-29drm/ttm: stop calling tt_swapin in vm_accessMatthew Auld1-5/+0
2021-09-15Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen6-53/+63
2021-09-15drm/ttm: fix the type mismatch error on sparc64Huang Rui1-1/+2
2021-09-14drm/ttm: fix type mismatch error on sparc64Huang Rui1-1/+2
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard5-24/+16
2021-09-13drm/ttm: Try to check if new ttm man out of bounds during compilexinhui pan1-4/+4
2021-09-10Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-8/+6
2021-09-10drm/ttm: Fix a deadlock if the target BO is not idle during swapxinhui pan1-3/+3
2021-09-09drm/ttm: add some general module kerneldocChristian König1-0/+12
2021-09-03drm/ttm: cleanup ttm_resource_compatChristian König2-47/+50
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-29/+37
2021-09-01drm/ttm: Clear all DMA mappings on demandAndrey Grodzovsky1-0/+47
2021-08-31drm/ttm: Fix ttm_bo_move_memcpy() for subclassed struct ttm_resourceThomas Hellström1-4/+3
2021-08-30drm/ttm: Create pinned listAndrey Grodzovsky2-4/+15
2021-08-27drm/ttm: optimize the pool shrinker a bit v2Christian König1-18/+22
2021-08-25drm/ttm, drm/i915: Update ttm_move_memcpy for async useThomas Hellström1-10/+10