summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: Add helpers for shrinkingThomas Hellström2025-03-052-1/+135
* drm/ttm: Add a macro to perform LRU iterationThomas Hellström2025-03-051-4/+136
* drm/ttm: Use fault-injection to test error pathsThomas Hellström2025-03-051-1/+24
* drm/ttm/pool, drm/ttm/tt: Provide a helper to shrink pagesThomas Hellström2025-03-052-52/+556
* drm/ttm: Provide a shmem backup implementationThomas Hellström2025-03-052-1/+208
* drm/ttm: use ttm_resource_unevictable() to replace pin_count and swappedZhaoyu Liu2025-02-101-5/+10
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2025-02-066-29/+110
|\
| * Merge tag 'cgroup-dmem-drm-v2' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2025-01-115-21/+78
| |\
| | * drm/ttm: Handle cgroup based eviction in TTMMaarten Lankhorst2025-01-105-21/+78
| * | Merge tag 'drm-xe-next-2024-12-11' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie2024-12-131-8/+32
| |\ \
| | * | drm/ttm: Add ttm_bo_accessMatthew Brost2024-11-271-8/+32
| | |/
* | | drm/ttm/pool: Restructure the pool allocation codeThomas Hellström2025-01-131-75/+108
* | | drm/ttm: Balance ttm_resource_cursor_init() and ttm_resource_cursor_fini()Thomas Hellström2025-01-133-13/+28
|/ /
* / drm/ttm: use GEM references for VM mappingsChristian König2024-12-031-7/+7
|/
* drm/ttm: Move pinned objects off LRU lists when pinningThomas Hellström2024-10-091-3/+5
* drm/ttm: Move swapped objects off the manager's LRU listThomas Hellström2024-10-098-19/+93
* Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter2024-08-087-327/+574
|\
| * drm/ttm: Allow direct reclaim to allocate local memory v2Rajneesh Bhardwaj2024-07-231-1/+1
| * drm/ttm: Use the LRU walker for evictionThomas Hellström2024-07-092-226/+140
| * drm/ttm: Use the LRU walker helper for swappingThomas Hellström2024-07-094-85/+86
| * drm/ttm: Provide a generic LRU walker helperThomas Hellström2024-07-091-0/+151
| * drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist movesThomas Hellström2024-07-091-0/+92
| * drm/ttm: Use LRU hitchesThomas Hellström2024-07-093-11/+55
| * drm/ttm: Slightly clean up LRU list iterationThomas Hellström2024-07-091-27/+21
| * drm/ttm: Allow TTM LRU list nodes of different typesThomas Hellström2024-07-094-25/+76
* | Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-07-1814-89/+1891
|\|
| * drm/ttm/tests: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-258-0/+8
| * drm/ttm/tests: Use u32 and u64 over uint*_t typesKarolina Stolarek2024-06-246-27/+25
| * drm/ttm/tests: Correct modules' licensesKarolina Stolarek2024-06-246-6/+6
| * drm/ttm/tests: Add TODO fileKarolina Stolarek2024-06-241-0/+27
| * drm/ttm/tests: Add tests for ttm_tt_populateKarolina Stolarek2024-06-242-0/+122
| * drm/ttm/tests: Add eviction testingKarolina Stolarek2024-06-245-9/+568
| * drm/ttm/tests: Add test cases dependent on fence signalingKarolina Stolarek2024-06-241-0/+305
| * drm/ttm/tests: Add tests with mock resource managersKarolina Stolarek2024-06-245-2/+534
| * drm/ttm/tests: Test simple BO creation and validationKarolina Stolarek2024-06-244-1/+228
| * drm/ttm/tests: Use an init function from the helpers libKarolina Stolarek2024-06-243-14/+16
| * drm/ttm/tests: Set DMA mask in KUnit deviceKarolina Stolarek2024-06-241-0/+3
| * drm/ttm/tests: Delete unnecessary config optionKarolina Stolarek2024-06-241-1/+0
| * drm/ttm/tests: Fix a warning in ttm_bo_unreserve_bulkKarolina Stolarek2024-06-246-31/+45
| * drm/ttm/tests: Let ttm_bo_test consider different ww_mutex implementation.Sebastian Andrzej Siewior2024-06-201-1/+7
* | drm/ttm: Always take the bo delayed cleanup path for imported bosThomas Hellström2024-07-041-0/+1
|/
* Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-05-154-134/+127
|\
| * drm/print: drop include debugfs.h and include where neededJani Nikula2024-04-253-3/+6
| * Backmerge tag 'v6.9-rc5' into drm-nextDave Airlie2024-04-221-10/+28
| |\
| * | drm/ttm: remove unused paramterJesse Zhang2024-04-111-5/+3
| * | drm/ttm: warn when resv objs are mixed in a bulk_moveChristian König2024-03-201-0/+1
| * | drm/ttm: improve idle/busy handling v5Christian König2024-03-012-128/+119
* | | drm/ttm: Print the memory decryption status just onceZack Rusin2024-04-251-1/+1
| |/ |/|
* | drm/ttm: stop pooling cached NUMA pages v2Christian König2024-04-151-10/+28
|/
* Merge v6.8-rc6 into drm-nextDaniel Vetter2024-02-261-1/+1
|\