summaryrefslogtreecommitdiff
path: root/include/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2024-03-20drm/ttm: warn when resv objs are mixed in a bulk_moveChristian König1-0/+3
2024-03-11drm/ttm: make ttm_pool.h self-containedJani Nikula1-2/+3
2024-03-11drm/ttm: fix ttm_kmap_iter.h kernel-doc warningsJani Nikula1-2/+2
2024-03-11drm/ttm: fix ttm_execbuf_util.h kernel-doc warningsJani Nikula1-4/+3
2024-03-11drm/ttm: make ttm_caching.h self-containedJani Nikula1-0/+2
2024-03-11drm/ttm: fix ttm_bo.h kernel-doc warningsJani Nikula1-6/+11
2024-03-01drm/ttm: improve idle/busy handling v5Christian König1-1/+2
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
2024-01-26drm/ttm: Make sure the mapped tt pages are decrypted when neededZack Rusin1-1/+8
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath2-10/+8
2024-01-09mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov1-1/+1
2023-08-10drm/ttm: Remove two unused function declarationsYue Haibing1-2/+0
2023-06-15Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie2-2/+4
2023-06-09drm/ttm: add NUMA node id to the poolRajneesh Bhardwaj1-1/+3
2023-06-09drm/ttm: Helper function to get TTM mem limitMukul Joshi1-1/+1
2023-05-17drm/ttm: let struct ttm_device_funcs be placed in rodataJani Nikula1-2/+2
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2023-03-09drm/ttm: Use the BIT macro for the TTM_TT_FLAGsThomas Hellström1-5/+5
2023-03-03ttm/ttm_device.h: fix a trival typosuijingfeng1-1/+1
2023-01-18drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFXChristian König1-1/+0
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König3-484/+166
2022-12-06drm/ttm: use per BO cleanup workersChristian König2-19/+6
2022-12-06drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König1-16/+0
2022-11-02drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATEDGaosheng Cui1-1/+1
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath1-2/+2
2022-09-07drm/ttm: Remove unnecessary '0' values from retLi zeming1-1/+1
2022-08-22drm/ttm: Add new callbacks to ttm res mgrArunpravin Paneer Selvam1-0/+40
2022-07-13Merge drm/drm-next into drm-misc-nextMaxime Ripard1-4/+4
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König1-85/+8
2022-06-14drm/ttm: fix bulk move handling v2Christian König1-4/+4
2022-04-21drm/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-12drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanupMatthew Auld1-8/+3
2022-04-07drm/ttm: remove bo->movingChristian König1-2/+0
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard3-14/+13
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C1-1/+3
2022-03-29drm/amdgpu: drop amdgpu_gtt_nodeChristian König1-0/+8
2022-03-29drm/ttm: rework bulk move handling v5Christian König4-26/+12
2022-03-29drm/ttm: de-inline ttm_bo_pin/unpinChristian König1-28/+2
2022-03-28drm/ttm: allow bulk moves for all domainsChristian König2-4/+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önig3-44/+41
2022-02-24Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave 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/dr...Dave Airlie3-13/+13
2022-02-08dma-buf-map: Rename to iosys-mapLucas De Marchi3-13/+13
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