aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_resource.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm/xe: drop unused force_alloc flagDave Airlie2025-04-231-1/+0
* 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-061-2/+21
|\
| * drm/ttm: Handle cgroup based eviction in TTMMaarten Lankhorst2025-01-101-2/+21
* | drm/ttm: Balance ttm_resource_cursor_init() and ttm_resource_cursor_fini()Thomas Hellström2025-01-131-11/+24
|/
* drm/ttm: Move swapped objects off the manager's LRU listThomas Hellström2024-10-091-6/+22
* drm/ttm: Use the LRU walker for evictionThomas Hellström2024-07-091-17/+4
* drm/ttm: Use the LRU walker helper for swappingThomas Hellström2024-07-091-20/+3
* 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-091-9/+47
* 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-091-19/+70
* drm/print: drop include debugfs.h and include where neededJani Nikula2024-04-251-1/+2
* 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-011-4/+12
* drm/ttm: replace busy placement with flags v6Somalapuram Amaranath2024-01-251-57/+16
* drm/ttm/tests: Add tests for ttm_resource and ttm_sys_manKarolina Stolarek2023-12-141-0/+3
* 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
* drm/ttm: prevent moving of pinned BOsChristian König2023-02-061-1/+0
* drm/ttm: revert "prevent moving of pinned BOs"Christian König2023-01-251-0/+1
* drm/ttm: prevent moving of pinned BOsChristian König2023-01-251-1/+0
* drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2022-12-061-1/+2
* drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath2022-10-271-8/+6
* drm/ttm: Switch to using the new res callbackArunpravin Paneer Selvam2022-08-221-15/+2
* drm/ttm: Add new callbacks to ttm res mgrArunpravin Paneer Selvam2022-08-221-2/+75
* drm/ttm: fix bulk move handling v2Christian König2022-06-141-16/+36
* drm/ttm: Add common debugfs code for resource managersZack Rusin2022-04-211-0/+34
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-051-21/+21
|\
| * Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-241-3/+33
| |\
| * \ Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-02-111-21/+21
| |\ \
| | * | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-081-21/+21
* | | | drm/ttm: rework bulk move handling v5Christian König2022-03-291-24/+66
* | | | drm/ttm: allow bulk moves for all domainsChristian König2022-03-281-37/+15
* | | | drm/ttm: add resource iterator v4Christian König2022-03-281-0/+51
* | | | drm/ttm: move the LRU into resource handling v4Christian König2022-03-281-7/+119
| |_|/ |/| |
* | | drm/ttm: add common accounting to the resource mgr v3Christian König2022-02-141-0/+30
* | | drm/ttm: fix resource manager size type and descriptionChristian König2022-02-141-3/+3
|/ /
* | drm/ttm: add a weak BO reference to the resource v3Christian König2022-01-261-0/+9
* | drm/ttm: add back a reference to the bdev to the res managerChristian König2022-01-261-0/+3
* | drm/ttm: add ttm_resource_fini v2Christian König2022-01-261-0/+23
|/
* drm/ttm: cleanup ttm_resource_compatChristian König2021-09-031-0/+49
* drm/ttm: Add a generic TTM memcpy move for page-based iomemThomas Hellström2021-06-071-0/+193
* drm/ttm: flip the switch for driver allocated resources v2Christian König2021-06-041-17/+1
* drm/ttm: flip over the range manager to self allocated nodesChristian König2021-06-041-9/+17
* drm/ttm: allocate resource object instead of embedding it v2Christian König2021-06-041-8/+23
* drm/ttm: always initialize the full ttm_resource v2Christian König2021-05-031-1/+10
* drm/ttm: add ttm_sys_manager v3Christian König2021-05-031-8/+3
* drm/ttm: switch to per device LRU lockChristian König2021-03-241-5/+4
* drm/ttm: device naming cleanupChristian König2021-01-211-2/+2