summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c
AgeCommit message (Expand)Author
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-07-08Merge tag 'drm-intel-next-2025-07-04' of https://gitlab.freedesktop.org/drm/i...Simona Vetter
2025-07-02drm/ttm: Remove unneeded blank line in commentJocelyn Falempe
2025-06-30drm/ttm: fix error handling in ttm_buffer_object_transferChristian König
2025-06-27drm/ttm: Add ttm_bo_kmap_try_from_panic()Jocelyn Falempe
2025-06-26drm/ttm, drm_xe, Implement ttm_lru_walk_for_evict() using the guarded LRU ite...Thomas Hellström
2025-06-26drm/ttm, drm/xe: Modify the struct ttm_bo_lru_walk_cursor initializationThomas Hellström
2025-06-26drm/ttm: Use a struct for the common part of struct ttm_lru_walk and struct t...Thomas Hellström
2025-06-16drm/ttm: Include <linux/export.h>Thomas Zimmermann
2025-05-26drm/ttm: revert "Export ttm_bo_get_unless_zero()"Christian König
2025-03-05drm/ttm: Add helpers for shrinkingThomas Hellström
2025-03-05drm/ttm: Add a macro to perform LRU iterationThomas Hellström
2025-01-13drm/ttm: Balance ttm_resource_cursor_init() and ttm_resource_cursor_fini()Thomas Hellström
2024-10-09drm/ttm: Move swapped objects off the manager's LRU listThomas Hellström
2024-07-09drm/ttm: Use the LRU walker helper for swappingThomas Hellström
2024-07-09drm/ttm: Provide a generic LRU walker helperThomas Hellström
2024-01-26drm/ttm: Make sure the mapped tt pages are decrypted when neededZack Rusin
2023-02-23drm/gem-vram: handle NULL bo->resource in move callbackMatthew Auld
2023-02-06drm/ttm: stop allocating a dummy resource for pipelined guttingChristian König
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter
2023-01-18drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFXChristian König
2023-01-17drm/ttm: fix some minor kerneldoc issuesChristian König
2023-01-17drm/ttm: Include <linux/vmalloc.h> to fix MIPS buildThomas Zimmermann
2023-01-12drm/ttm: Fix a regression causing kernel oops'esZack Rusin
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-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-09-26drm/ttm: add dma_resv_assert_held() calls to vmap/vunmapChristian König
2022-09-08drm/ttm: cleanup the resource of ghost objects after locking themChristian König
2022-09-06drm/ttm: update bulk move object of ghost BOZhenGuo Yin
2022-07-11drm/ttm: audit bo->resource usage v2Christian König
2022-04-12drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanupMatthew Auld
2022-04-07drm/ttm: remove bo->movingChristian König
2022-04-07dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-03-28drm/ttm: move the LRU into resource handling v4Christian König
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi
2022-01-26drm/ttm: add a weak BO reference to the resource v3Christian König
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-10-21drm/ttm: fix memleak in ttm_transfered_destroyChristian König
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld
2021-09-15Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen
2021-08-31drm/ttm: Fix ttm_bo_move_memcpy() for subclassed struct ttm_resourceThomas Hellström
2021-08-25drm/ttm, drm/i915: Update ttm_move_memcpy for async useThomas Hellström
2021-07-21drm/ttm: add missing NULL checksPavel Skripkin