summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorLines
2021-12-10Merge tag 'drm-fixes-2021-12-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1/+2
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski-0/+1
2021-12-03drm/ttm: fix ttm_bo_swapoutChristian König-1/+2
2021-11-12Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-1/+2
2021-11-12BackMerge tag 'v5.15' into drm-nextDave Airlie-0/+1
2021-11-11drm/ttm: Double check mem_type of BO while evictionxinhui pan-1/+2
2021-11-11Merge tag 'drm-misc-next-fixes-2021-11-10' of git://anongit.freedesktop.org/d...Dave Airlie-92/+2
2021-11-05drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe-92/+2
2021-11-05Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-12/+4
2021-10-21drm/ttm: fix memleak in ttm_transfered_destroyChristian König-0/+1
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie-10/+9
2021-10-07drm/ttm: use the new iterator in ttm_bo_flush_all_fencesChristian König-12/+4
2021-09-29drm/ttm: add TTM_TT_FLAG_EXTERNAL_MAPPABLEMatthew Auld-2/+7
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld-18/+18
2021-09-29drm/ttm: move ttm_tt_{add, clear}_mapping into amdgpuMatthew Auld-25/+0
2021-09-29drm/ttm: stop setting page->index for the ttm_ttMatthew Auld-5/+1
2021-09-29drm/ttm: stop calling tt_swapin in vm_accessMatthew Auld-5/+0
2021-09-15Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen-53/+63
2021-09-15drm/ttm: fix the type mismatch error on sparc64Huang Rui-1/+2
2021-09-14drm/ttm: fix type mismatch error on sparc64Huang Rui-1/+2
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard-24/+16
2021-09-13drm/ttm: Try to check if new ttm man out of bounds during compilexinhui pan-4/+4
2021-09-10Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-8/+6
2021-09-10drm/ttm: Fix a deadlock if the target BO is not idle during swapxinhui pan-3/+3
2021-09-09drm/ttm: add some general module kerneldocChristian König-0/+12
2021-09-03drm/ttm: cleanup ttm_resource_compatChristian König-47/+50
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-29/+37
2021-09-01drm/ttm: Clear all DMA mappings on demandAndrey Grodzovsky-0/+47
2021-08-31drm/ttm: Fix ttm_bo_move_memcpy() for subclassed struct ttm_resourceThomas Hellström-4/+3
2021-08-30drm/ttm: Create pinned listAndrey Grodzovsky-4/+15
2021-08-27drm/ttm: optimize the pool shrinker a bit v2Christian König-18/+22
2021-08-25drm/ttm, drm/i915: Update ttm_move_memcpy for async useThomas Hellström-10/+10
2021-08-23drm/ttm: remove ttm_tt_destroy_common v2Christian König-11/+7
2021-08-16drm/ttm: Include pagemap.h from ttm_tt.hJason Ekstrand-1/+0
2021-08-16drm: ttm: Don't bail from ttm_global_init if debugfs_create_dir failsDan Moulding-2/+0
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie-0/+8
2021-07-22drm/ttm: Initialize debugfs from ttm_global_init()Jason Ekstrand-16/+12
2021-07-21drm/ttm: add missing NULL checksPavel Skripkin-0/+6
2021-07-21drm/ttm: Force re-init if ttm_global_init() failsJason Ekstrand-0/+2
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-29/+37
2021-07-14drm/ttm: add a check against null pointer dereferenceZheyu Ma-0/+3
2021-06-23drm/ttm: add TTM_PL_FLAG_TEMPORARY flag v3Lang Yu-0/+3
2021-06-23drm/ttm: Fix multihop assert on eviction.Andrey Grodzovsky-29/+34
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie-8/+5
2021-06-08drm/ttm: fix deref of bo->ttm without holding the lock v2Christian König-8/+5
2021-06-08drm/ttm: nuke VM_MIXEDMAP on BO mappings v3Christian König-30/+12
2021-06-08drm/ttm: fix pipelined gutting v2Christian König-8/+20
2021-06-07drm/ttm: fix warning after moving resource to ghost objChristian König-0/+1
2021-06-07drm/ttm: fix access to uninitialized variable.Christian König-1/+1
2021-06-07drm/ttm, drm/amdgpu: Allow the driver some control over swappingThomas Hellström-16/+30