summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm/ttm_resource.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: Use the LRU walker helper for swappingThomas Hellström2024-07-091-2/+0
* drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist movesThomas Hellström2024-07-091-21/+35
* drm/ttm: Use LRU hitchesThomas Hellström2024-07-091-2/+7
* drm/ttm: Slightly clean up LRU list iterationThomas Hellström2024-07-091-4/+6
* drm/ttm: Allow TTM LRU list nodes of different typesThomas Hellström2024-07-091-1/+53
* drm/ttm: warn when resv objs are mixed in a bulk_moveChristian König2024-03-201-0/+3
* drm/ttm: improve idle/busy handling v5Christian König2024-03-011-1/+2
* drm/ttm: replace busy placement with flags v6Somalapuram Amaranath2024-01-251-6/+2
* drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath2022-10-271-2/+2
* drm/ttm: Add new callbacks to ttm res mgrArunpravin Paneer Selvam2022-08-221-0/+40
* drm/ttm: fix bulk move handling v2Christian König2022-06-141-4/+4
* drm/ttm: Add common debugfs code for resource managersZack Rusin2022-04-211-0/+4
* drm/ttm: fix kerneldoc for ttm_lru_bulk_moveChristian König2022-04-131-2/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-051-4/+3
|\
| * Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-241-3/+9
| |\
| * \ Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-02-111-3/+3
| |\ \
| | * | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-081-3/+3
* | | | drm/amdgpu: drop amdgpu_gtt_nodeChristian König2022-03-291-0/+8
* | | | drm/ttm: rework bulk move handling v5Christian König2022-03-291-4/+7
* | | | drm/ttm: allow bulk moves for all domainsChristian König2022-03-281-2/+2
* | | | drm/ttm: add resource iterator v4Christian König2022-03-281-0/+23
* | | | drm/ttm: move the LRU into resource handling v4Christian König2022-03-281-0/+40
| |_|/ |/| |
* | | drm/ttm: add common accounting to the resource mgr v3Christian König2022-02-141-2/+9
* | | drm/ttm: fix resource manager size type and descriptionChristian König2022-02-141-1/+1
|/ /
* | drm/ttm: add a weak BO reference to the resource v3Christian König2022-01-261-0/+4
* | drm/ttm: add back a reference to the bdev to the res managerChristian König2022-01-261-7/+9
* | drm/ttm: add ttm_resource_fini v2Christian König2022-01-261-0/+3
|/
* drm/ttm: enable TTM resource object kerneldoc v2Christian König2021-09-091-4/+2
* drm/ttm: cleanup ttm_resource_compatChristian König2021-09-031-0/+3
* drm/ttm: Add a generic TTM memcpy move for page-based iomemThomas Hellström2021-06-071-0/+61
* drm/ttm: flip the switch for driver allocated resources v2Christian König2021-06-041-26/+17
* drm/ttm: flip over the range manager to self allocated nodesChristian König2021-06-041-0/+3
* drm/ttm: allocate resource object instead of embedding it v2Christian König2021-06-041-2/+2
* drm/ttm: move the page_alignment into the BO v2Christian König2021-04-231-2/+0
* drm/ttm: device naming cleanupChristian König2021-01-211-2/+2
* drm/ttm: WARN_ON non-empty lru when disabling a resource managerDaniel Vetter2021-01-181-0/+4
* drm/ttm: cleanup BO size handling v3Christian König2020-12-141-1/+0
* drm/ttm: add caching state to ttm_bus_placementChristian König2020-10-151-3/+5
* drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König2020-10-071-2/+2
* drm/ttm: remove available_cachingChristian König2020-09-151-3/+0
* drm/ttm: remove default cachingChristian König2020-09-151-3/+0
* drm/ttm: merge offset and base in ttm_bus_placementChristian König2020-09-081-4/+2
* drm/ttm: remove io_reserve_lru handling v3Christian König2020-09-031-16/+0
* drm/ttm: drop bus.size from bus placement.Dave Airlie2020-08-241-2/+0
* drm/ttm: give resource functions their own [ch] filesChristian König2020-08-121-0/+263