aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/ttm/ttm_resource.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath1-6/+2
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath1-2/+2
2022-08-22drm/ttm: Add new callbacks to ttm res mgrArunpravin Paneer Selvam1-0/+40
2022-06-14drm/ttm: fix bulk move handling v2Christian König1-4/+4
2022-04-20drm/ttm: Add common debugfs code for resource managersZack Rusin1-0/+4
2022-04-13drm/ttm: fix kerneldoc for ttm_lru_bulk_moveChristian König1-2/+1
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-4/+3
2022-03-29drm/amdgpu: drop amdgpu_gtt_nodeChristian König1-0/+8
2022-03-29drm/ttm: rework bulk move handling v5Christian König1-4/+7
2022-03-28drm/ttm: allow bulk moves for all domainsChristian König1-2/+2
2022-03-28drm/ttm: add resource iterator v4Christian König1-0/+23
2022-03-28drm/ttm: move the LRU into resource handling v4Christian König1-0/+40
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+9
2022-02-14drm/ttm: add common accounting to the resource mgr v3Christian König1-2/+9
2022-02-14drm/ttm: fix resource manager size type and descriptionChristian König1-1/+1
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-3/+3
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-3/+3
2022-01-26drm/ttm: add a weak BO reference to the resource v3Christian König1-0/+4
2022-01-26drm/ttm: add back a reference to the bdev to the res managerChristian König1-7/+9
2022-01-26drm/ttm: add ttm_resource_fini v2Christian König1-0/+3
2021-09-09drm/ttm: enable TTM resource object kerneldoc v2Christian König1-4/+2
2021-09-03drm/ttm: cleanup ttm_resource_compatChristian König1-0/+3
2021-06-07drm/ttm: Add a generic TTM memcpy move for page-based iomemThomas Hellström1-0/+61
2021-06-04drm/ttm: flip the switch for driver allocated resources v2Christian König1-26/+17
2021-06-04drm/ttm: flip over the range manager to self allocated nodesChristian König1-0/+3
2021-06-04drm/ttm: allocate resource object instead of embedding it v2Christian König1-2/+2
2021-04-23drm/ttm: move the page_alignment into the BO v2Christian König1-2/+0
2021-01-21drm/ttm: device naming cleanupChristian König1-2/+2
2021-01-18drm/ttm: WARN_ON non-empty lru when disabling a resource managerDaniel Vetter1-0/+4
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-1/+0
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König1-3/+5
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König1-2/+2
2020-09-15drm/ttm: remove available_cachingChristian König1-3/+0
2020-09-15drm/ttm: remove default cachingChristian König1-3/+0
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-4/+2
2020-09-03drm/ttm: remove io_reserve_lru handling v3Christian König1-16/+0
2020-08-24drm/ttm: drop bus.size from bus placement.Dave Airlie1-2/+0
2020-08-12drm/ttm: give resource functions their own [ch] filesChristian König1-0/+263