summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-9/+31
|\
| * drm/ttm: dynamically allocate the drm-ttm_pool shrinkerQi Zheng2023-10-041-8/+15
| * drm/ttm: introduce pool_shrink_rwsemQi Zheng2023-10-041-1/+16
* | drm/ttm: Reorder sys manager cleanup stepKarolina Stolarek2023-10-161-4/+4
|/
* Merge tag 'drm-misc-next-fixes-2023-08-24' of git://anongit.freedesktop.org/d...Dave Airlie2023-08-251-2/+2
|\
| * drm/ttm/tests: Fix type conversion in ttm_pool_testKarolina Stolarek2023-08-221-2/+2
* | BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2023-08-241-1/+2
|\ \ | |/ |/|
| * drm/ttm: check null pointer before accessing when swappingGuchun Chen2023-07-271-1/+2
* | drm/ttm/tests: Add tests for ttm_poolKarolina Stolarek2023-08-094-0/+459
* | drm/ttm/tests: Add tests for ttm_deviceKarolina Stolarek2023-08-091-0/+158
* | drm/ttm: Introduce KUnit testKarolina Stolarek2023-08-096-0/+197
* | Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-07-171-2/+2
|\ \ | |/ |/|
| * drm/ttm: Use init_on_free to delay release TTM BOsRajneesh Bhardwaj2023-07-101-0/+1
| * drm/ttm: Don't shadow the operation contextThomas Hellström2023-06-271-2/+1
* | Merge v6.5-rc1 into drm-misc-fixesMaxime Ripard2023-07-113-8/+17
|\|
| * Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-06-153-6/+16
| |\
| | * drm/ttm: export ttm_pool_fini for cleanupRajneesh Bhardwaj2023-06-091-0/+1
| | * drm/ttm: add NUMA node id to the poolRajneesh Bhardwaj2023-06-092-6/+9
| | * drm/ttm: Helper function to get TTM mem limitMukul Joshi2023-06-091-0/+6
| * | drm/ttm: Remove redundant code in ttm_tt_init_fieldsMa Jun2023-05-311-1/+0
| * | drm/ttm: let struct ttm_device_funcs be placed in rodataJani Nikula2023-05-171-1/+1
* | | drm/ttm: never consider pinned BOs for eviction&swapChristian König2023-07-101-0/+6
* | | drm/ttm: Don't leak a resource on swapout move errorThomas Hellström2023-06-271-0/+1
* | | drm/ttm: Don't leak a resource on eviction errorThomas Hellström2023-06-271-11/+11
* | | drm/ttm: fix warning that we shouldn't mix && and ||Christian König2023-06-231-1/+1
* | | drm/ttm: fix bulk_move corruption when adding a entryYunxiang Li2023-06-221-1/+4
|/ /
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-272-12/+12
|\ \
| * | drm/ttm: remove comment referencing now-removed vmf_insert_mixed_prot()Lorenzo Stoakes2023-04-051-1/+1
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-11/+11
* | | drm/ttm: revert "Reduce the number of used allocation orders for TTM pages"Christian König2023-04-141-19/+11
| |/ |/|
* | drm/ttm: Make the call to ttm_tt_populate() interruptible when faultingThomas Hellström2023-04-061-3/+10
* | drm/ttm: Reduce the number of used allocation orders for TTM pagesThomas Hellström2023-04-061-11/+19
* | drm/ttm/pool: Fix ttm_pool_alloc error pathThomas Hellström2023-04-061-30/+51
* | Merge v6.3-rc4 into drm-nextDaniel Vetter2023-03-292-3/+1
|\|
| * drm/ttm: drop extra ttm_bo_put in ttm_bo_cleanup_refsChristian König2023-03-171-2/+0
| * Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2023-03-139-163/+260
| |\
| * | drm/ttm: Fix a NULL pointer dereferenceThomas Hellström2023-03-071-1/+1
* | | drm/ttm/ttm_bo: Provide a missing 'bulk' description and correct misnaming of...Lee Jones2023-03-171-1/+2
* | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-03-131-2/+1
|\ \ \ | | |/ | |/|
| * | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-2/+1
| |\ \
| | * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-2/+1
| | |/
* | | drm/ttm: Don't print error message if eviction was interruptedThomas Hellström2023-03-091-1/+2
* | | drm/ttm: Unexport ttm_global_swapout()Thomas Hellström2023-03-091-1/+0
* | | drm/gem-vram: handle NULL bo->resource in move callbackMatthew Auld2023-02-231-2/+2
* | | drm/ttm: prevent moving of pinned BOsChristian König2023-02-062-9/+12
* | | drm/ttm: stop allocating a dummy resource for pipelined guttingChristian König2023-02-061-13/+2
* | | drm/ttm: stop allocating dummy resources during BO creationChristian König2023-02-061-7/+0
* | | drm/ttm: clear the ttm_tt when bo->resource is NULLMatthew Auld2023-02-061-2/+1
|/ /
* | Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-311-1/+1
|\|
| * drm/ttm: Fix a regression causing kernel oops'esZack Rusin2023-01-121-1/+1