summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: warn when resv objs are mixed in a bulk_moveChristian König2024-03-201-0/+3
* drm/ttm: make ttm_pool.h self-containedJani Nikula2024-03-111-2/+3
* drm/ttm: fix ttm_kmap_iter.h kernel-doc warningsJani Nikula2024-03-111-2/+2
* drm/ttm: fix ttm_execbuf_util.h kernel-doc warningsJani Nikula2024-03-111-4/+3
* drm/ttm: make ttm_caching.h self-containedJani Nikula2024-03-111-0/+2
* drm/ttm: fix ttm_bo.h kernel-doc warningsJani Nikula2024-03-111-6/+11
* drm/ttm: improve idle/busy handling v5Christian König2024-03-011-1/+2
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-01-291-1/+1
|\
| * mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov2024-01-081-1/+1
* | drm/ttm: Make sure the mapped tt pages are decrypted when neededZack Rusin2024-01-261-1/+8
* | drm/ttm: replace busy placement with flags v6Somalapuram Amaranath2024-01-252-10/+8
|/
* drm/ttm: Remove two unused function declarationsYue Haibing2023-08-101-2/+0
* Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-06-152-2/+4
|\
| * drm/ttm: add NUMA node id to the poolRajneesh Bhardwaj2023-06-091-1/+3
| * drm/ttm: Helper function to get TTM mem limitMukul Joshi2023-06-091-1/+1
* | drm/ttm: let struct ttm_device_funcs be placed in rodataJani Nikula2023-05-171-2/+2
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+1
|\ \ | |/ |/|
| * mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* | drm/ttm: Use the BIT macro for the TTM_TT_FLAGsThomas Hellström2023-03-091-5/+5
* | ttm/ttm_device.h: fix a trival typosuijingfeng2023-03-031-1/+1
|/
* drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFXChristian König2023-01-181-1/+0
* drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2022-12-063-484/+166
* drm/ttm: use per BO cleanup workersChristian König2022-12-062-19/+6
* drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König2022-12-061-16/+0
* drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATEDGaosheng Cui2022-11-021-1/+1
* drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath2022-10-271-2/+2
* drm/ttm: Remove unnecessary '0' values from retLi zeming2022-09-071-1/+1
* drm/ttm: Add new callbacks to ttm res mgrArunpravin Paneer Selvam2022-08-221-0/+40
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-07-131-4/+4
|\
| * drm/ttm: fix bulk move handling v2Christian König2022-06-141-4/+4
* | drm/ttm: rename and cleanup ttm_bo_initChristian König2022-07-111-85/+8
|/
* drm/ttm: Add common debugfs code for resource managersZack Rusin2022-04-201-0/+4
* drm/ttm: fix kerneldoc for ttm_lru_bulk_moveChristian König2022-04-131-2/+1
* drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanupMatthew Auld2022-04-121-8/+3
* drm/ttm: remove bo->movingChristian König2022-04-071-2/+0
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-053-14/+13
|\
| * Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-251-3/+9
| |\
| * \ Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-02-113-13/+13
| |\ \
| | * | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-073-13/+13
* | | | drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C2022-04-021-1/+3
* | | | drm/amdgpu: drop amdgpu_gtt_nodeChristian König2022-03-291-0/+8
* | | | drm/ttm: rework bulk move handling v5Christian König2022-03-294-26/+12
* | | | drm/ttm: de-inline ttm_bo_pin/unpinChristian König2022-03-291-28/+2
* | | | drm/ttm: allow bulk moves for all domainsChristian König2022-03-282-4/+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-283-44/+41
| |_|/ |/| |
* | | 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