summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
AgeCommit message (Expand)AuthorLines
2024-10-11drm/ttm: Fix incorrect use of kernel-doc formatThomas Hellström-1/+1
2024-10-09drm/ttm: Move swapped objects off the manager's LRU listThomas Hellström-2/+10
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter-4/+0
2024-08-26drm/ttm: fix kernel-doc typo for @trylock_onlyJani Nikula-1/+1
2024-08-23Revert "drm/ttm: increase ttm pre-fault value to PMD size"Alex Deucher-4/+0
2024-07-09drm/ttm: Use the LRU walker for evictionThomas Hellström-5/+3
2024-07-09drm/ttm: Use the LRU walker helper for swappingThomas Hellström-4/+3
2024-07-09drm/ttm: Provide a generic LRU walker helperThomas Hellström-0/+35
2024-07-09drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist movesThomas Hellström-21/+35
2024-07-09drm/ttm: Use LRU hitchesThomas Hellström-2/+7
2024-07-09drm/ttm: Slightly clean up LRU list iterationThomas Hellström-4/+6
2024-07-09drm/ttm: Allow TTM LRU list nodes of different typesThomas Hellström-1/+53
2024-06-20drm/ttm: increase ttm pre-fault value to PMD sizeZhu Lingshan-0/+4
2024-03-20drm/ttm: warn when resv objs are mixed in a bulk_moveChristian König-0/+3
2024-03-11drm/ttm: make ttm_pool.h self-containedJani Nikula-2/+3
2024-03-11drm/ttm: fix ttm_kmap_iter.h kernel-doc warningsJani Nikula-2/+2
2024-03-11drm/ttm: fix ttm_execbuf_util.h kernel-doc warningsJani Nikula-4/+3
2024-03-11drm/ttm: make ttm_caching.h self-containedJani Nikula-0/+2
2024-03-11drm/ttm: fix ttm_bo.h kernel-doc warningsJani Nikula-6/+11
2024-03-01drm/ttm: improve idle/busy handling v5Christian König-1/+2
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard-1/+1
2024-01-26drm/ttm: Make sure the mapped tt pages are decrypted when neededZack Rusin-1/+8
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath-10/+8
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov-1/+1
2023-08-10drm/ttm: Remove two unused function declarationsYue Haibing-2/+0
2023-06-15Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie-2/+4
2023-06-09drm/ttm: add NUMA node id to the poolRajneesh Bhardwaj-1/+3
2023-06-09drm/ttm: Helper function to get TTM mem limitMukul Joshi-1/+1
2023-05-17drm/ttm: let struct ttm_device_funcs be placed in rodataJani Nikula-2/+2
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov-1/+1
2023-03-09drm/ttm: Use the BIT macro for the TTM_TT_FLAGsThomas Hellström-5/+5
2023-03-03ttm/ttm_device.h: fix a trival typosuijingfeng-1/+1
2023-01-18drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFXChristian König-1/+0
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König-484/+166
2022-12-06drm/ttm: use per BO cleanup workersChristian König-19/+6
2022-12-06drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König-16/+0
2022-11-02drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATEDGaosheng Cui-1/+1
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath-2/+2
2022-09-07drm/ttm: Remove unnecessary '0' values from retLi zeming-1/+1
2022-08-22drm/ttm: Add new callbacks to ttm res mgrArunpravin Paneer Selvam-0/+40
2022-07-13Merge drm/drm-next into drm-misc-nextMaxime Ripard-4/+4
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König-85/+8
2022-06-14drm/ttm: fix bulk move handling v2Christian König-4/+4
2022-04-20drm/ttm: Add common debugfs code for resource managersZack Rusin-0/+4
2022-04-13drm/ttm: fix kerneldoc for ttm_lru_bulk_moveChristian König-2/+1
2022-04-12drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanupMatthew Auld-8/+3
2022-04-07drm/ttm: remove bo->movingChristian König-2/+0
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard-14/+13
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C-1/+3