summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-9/+31
2023-10-16drm/ttm: Reorder sys manager cleanup stepKarolina Stolarek1-4/+4
2023-10-04drm/ttm: dynamically allocate the drm-ttm_pool shrinkerQi Zheng1-8/+15
2023-10-04drm/ttm: introduce pool_shrink_rwsemQi Zheng1-1/+16
2023-08-24Merge tag 'drm-misc-next-fixes-2023-08-24' of git://anongit.freedesktop.org/d...Dave Airlie1-2/+2
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie1-1/+2
2023-08-22drm/ttm/tests: Fix type conversion in ttm_pool_testKarolina Stolarek1-2/+2
2023-08-09drm/ttm/tests: Add tests for ttm_poolKarolina Stolarek4-0/+459
2023-08-09drm/ttm/tests: Add tests for ttm_deviceKarolina Stolarek1-0/+158
2023-08-09drm/ttm: Introduce KUnit testKarolina Stolarek6-0/+197
2023-07-27drm/ttm: check null pointer before accessing when swappingGuchun Chen1-1/+2
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-2/+2
2023-07-11Merge v6.5-rc1 into drm-misc-fixesMaxime Ripard3-8/+17
2023-07-10drm/ttm: Use init_on_free to delay release TTM BOsRajneesh Bhardwaj1-0/+1
2023-07-10drm/ttm: never consider pinned BOs for eviction&swapChristian König1-0/+6
2023-06-27drm/ttm: Don't shadow the operation contextThomas Hellström1-2/+1
2023-06-27drm/ttm: Don't leak a resource on swapout move errorThomas Hellström1-0/+1
2023-06-27drm/ttm: Don't leak a resource on eviction errorThomas Hellström1-11/+11
2023-06-23drm/ttm: fix warning that we shouldn't mix && and ||Christian König1-1/+1
2023-06-22drm/ttm: fix bulk_move corruption when adding a entryYunxiang Li1-1/+4
2023-06-15Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie3-6/+16
2023-06-09drm/ttm: export ttm_pool_fini for cleanupRajneesh Bhardwaj1-0/+1
2023-06-09drm/ttm: add NUMA node id to the poolRajneesh Bhardwaj2-6/+9
2023-06-09drm/ttm: Helper function to get TTM mem limitMukul Joshi1-0/+6
2023-05-31drm/ttm: Remove redundant code in ttm_tt_init_fieldsMa Jun1-1/+0
2023-05-17drm/ttm: let struct ttm_device_funcs be placed in rodataJani Nikula1-1/+1
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-12/+12
2023-04-14drm/ttm: revert "Reduce the number of used allocation orders for TTM pages"Christian König1-19/+11
2023-04-06drm/ttm: Make the call to ttm_tt_populate() interruptible when faultingThomas Hellström1-3/+10
2023-04-06drm/ttm: Reduce the number of used allocation orders for TTM pagesThomas Hellström1-11/+19
2023-04-06drm/ttm/pool: Fix ttm_pool_alloc error pathThomas Hellström1-30/+51
2023-04-06drm/ttm: remove comment referencing now-removed vmf_insert_mixed_prot()Lorenzo Stoakes1-1/+1
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-11/+11
2023-03-29Merge v6.3-rc4 into drm-nextDaniel Vetter2-3/+1
2023-03-17drm/ttm/ttm_bo: Provide a missing 'bulk' description and correct misnaming of...Lee Jones1-1/+2
2023-03-17drm/ttm: drop extra ttm_bo_put in ttm_bo_cleanup_refsChristian König1-2/+0
2023-03-13Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann9-163/+260
2023-03-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+1
2023-03-09drm/ttm: Don't print error message if eviction was interruptedThomas Hellström1-1/+2
2023-03-09drm/ttm: Unexport ttm_global_swapout()Thomas Hellström1-1/+0
2023-03-07drm/ttm: Fix a NULL pointer dereferenceThomas Hellström1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2023-02-23drm/gem-vram: handle NULL bo->resource in move callbackMatthew Auld1-2/+2
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+1
2023-02-06drm/ttm: prevent moving of pinned BOsChristian König2-9/+12
2023-02-06drm/ttm: stop allocating a dummy resource for pipelined guttingChristian König1-13/+2
2023-02-06drm/ttm: stop allocating dummy resources during BO creationChristian König1-7/+0
2023-02-06drm/ttm: clear the ttm_tt when bo->resource is NULLMatthew Auld1-2/+1
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter1-1/+1
2023-01-18drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFXChristian König2-35/+28