summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)Author
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie
2025-04-28drm/ttm: fix the warning for hit_low and evict_lowSunil Khatri
2025-03-06drm/ttm: test private resv obj on release/destroyChristian König
2025-02-06Merge drm/drm-next into drm-misc-nextMaxime Ripard
2025-01-13drm/ttm: Balance ttm_resource_cursor_init() and ttm_resource_cursor_fini()Thomas Hellström
2025-01-10drm/ttm: Handle cgroup based eviction in TTMMaarten Lankhorst
2024-10-09drm/ttm: Move pinned objects off LRU lists when pinningThomas Hellström
2024-10-09drm/ttm: Move swapped objects off the manager's LRU listThomas Hellström
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter
2024-07-09drm/ttm: Use the LRU walker for evictionThomas Hellström
2024-07-09drm/ttm: Use the LRU walker helper for swappingThomas Hellström
2024-07-09drm/ttm: Use LRU hitchesThomas Hellström
2024-07-04drm/ttm: Always take the bo delayed cleanup path for imported bosThomas Hellström
2024-04-11drm/ttm: remove unused paramterJesse Zhang
2024-03-01drm/ttm: improve idle/busy handling v5Christian König
2024-02-09drm: remove drm_debug_printer in favor of drm_dbg_printerJani Nikula
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath
2024-01-24drm/ttm: return ENOSPC from ttm_bo_mem_space v3Christian König
2023-11-27drm/ttm: Schedule delayed_delete worker closerRajneesh Bhardwaj
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie
2023-07-27drm/ttm: check null pointer before accessing when swappingGuchun Chen
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2023-07-10drm/ttm: Use init_on_free to delay release TTM BOsRajneesh Bhardwaj
2023-07-10drm/ttm: never consider pinned BOs for eviction&swapChristian König
2023-06-27drm/ttm: Don't shadow the operation contextThomas Hellström
2023-06-27drm/ttm: Don't leak a resource on swapout move errorThomas Hellström
2023-06-27drm/ttm: Don't leak a resource on eviction errorThomas Hellström
2023-03-29Merge v6.3-rc4 into drm-nextDaniel Vetter
2023-03-17drm/ttm/ttm_bo: Provide a missing 'bulk' description and correct misnaming of...Lee Jones
2023-03-17drm/ttm: drop extra ttm_bo_put in ttm_bo_cleanup_refsChristian König
2023-03-09drm/ttm: Don't print error message if eviction was interruptedThomas Hellström
2023-02-06drm/ttm: prevent moving of pinned BOsChristian König
2023-02-06drm/ttm: stop allocating dummy resources during BO creationChristian König
2023-02-06drm/ttm: clear the ttm_tt when bo->resource is NULLMatthew Auld
2023-01-25drm/ttm: revert "stop allocating dummy resources during BO creation"Christian König
2023-01-25drm/ttm: revert "prevent moving of pinned BOs"Christian König
2023-01-25drm/ttm: prevent moving of pinned BOsChristian König
2023-01-25drm/ttm: stop allocating dummy resources during BO creationChristian König
2023-01-18drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFXChristian König
2022-12-06drm/ttm: use ttm_bo_wait_ctx instead of ttm_bo_waitChristian König
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König
2022-12-06drm/ttm: use per BO cleanup workersChristian König
2022-12-06drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter
2022-08-22drm/ttm: Add new callbacks to ttm res mgrArunpravin Paneer Selvam
2022-08-18Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-08-09drm/ttm: Fix dummy res NULL ptr deref bugArunpravin Paneer Selvam
2022-07-13Merge drm/drm-next into drm-misc-nextMaxime Ripard