aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-119/+113
2025-07-08Merge tag 'drm-intel-next-2025-07-04' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-nextSimona Vetter1-0/+26
2025-07-02drm/ttm: Remove unneeded blank line in commentJocelyn Falempe1-1/+0
2025-06-30drm/ttm: fix error handling in ttm_buffer_object_transferChristian König1-6/+7
2025-06-27drm/ttm: Add ttm_bo_kmap_try_from_panic()Jocelyn Falempe1-0/+27
2025-06-26drm/ttm, drm_xe, Implement ttm_lru_walk_for_evict() using the guarded LRU iterationThomas Hellström1-113/+75
2025-06-26drm/ttm, drm/xe: Modify the struct ttm_bo_lru_walk_cursor initializationThomas Hellström1-5/+5
2025-06-26drm/ttm: Use a struct for the common part of struct ttm_lru_walk and struct ttm_bo_lru_cursorThomas Hellström1-12/+14
2025-06-16drm/ttm: Include <linux/export.h>Thomas Zimmermann1-0/+2
2025-05-26drm/ttm: revert "Export ttm_bo_get_unless_zero()"Christian König1-0/+2
2025-03-05drm/ttm: Add helpers for shrinkingThomas Hellström1-1/+106
2025-03-05drm/ttm: Add a macro to perform LRU iterationThomas Hellström1-4/+136
2025-01-13drm/ttm: Balance ttm_resource_cursor_init() and ttm_resource_cursor_fini()Thomas Hellström1-1/+2
2024-10-09drm/ttm: Move swapped objects off the manager's LRU listThomas Hellström1-3/+3
2024-07-09drm/ttm: Use the LRU walker helper for swappingThomas Hellström1-1/+1
2024-07-09drm/ttm: Provide a generic LRU walker helperThomas Hellström1-0/+151
2024-01-26drm/ttm: Make sure the mapped tt pages are decrypted when neededZack Rusin1-2/+11
2023-02-23drm/gem-vram: handle NULL bo->resource in move callbackMatthew Auld1-2/+2
2023-02-06drm/ttm: stop allocating a dummy resource for pipelined guttingChristian König1-13/+2
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter1-1/+1
2023-01-18drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFXChristian König1-7/+12
2023-01-17drm/ttm: fix some minor kerneldoc issuesChristian König1-7/+6
2023-01-17drm/ttm: Include <linux/vmalloc.h> to fix MIPS buildThomas Zimmermann1-0/+2
2023-01-12drm/ttm: Fix a regression causing kernel oops'esZack Rusin1-1/+1
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König1-10/+100
2022-12-06drm/ttm: use per BO cleanup workersChristian König1-1/+0
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath1-3/+3
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+9
2022-09-26drm/ttm: add dma_resv_assert_held() calls to vmap/vunmapChristian König1-0/+4
2022-09-08drm/ttm: cleanup the resource of ghost objects after locking themChristian König1-5/+5
2022-09-06drm/ttm: update bulk move object of ghost BOZhenGuo Yin1-0/+3
2022-07-11drm/ttm: audit bo->resource usage v2Christian König1-2/+5
2022-04-12drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanupMatthew Auld1-0/+15
2022-04-07drm/ttm: remove bo->movingChristian König1-7/+0
2022-04-07dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König1-2/+2
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König1-2/+3
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-3/+9
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-8/+8
2022-03-28drm/ttm: move the LRU into resource handling v4Christian König1-1/+0
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-8/+8
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-8/+8
2022-01-26drm/ttm: add a weak BO reference to the resource v3Christian König1-2/+5
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-11/+10
2021-10-21drm/ttm: fix memleak in ttm_transfered_destroyChristian König1-0/+1
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-10/+9
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld1-2/+2
2021-09-15Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen1-4/+5
2021-08-31drm/ttm: Fix ttm_bo_move_memcpy() for subclassed struct ttm_resourceThomas Hellström1-4/+3
2021-08-25drm/ttm, drm/i915: Update ttm_move_memcpy for async useThomas Hellström1-10/+10
2021-07-21drm/ttm: add missing NULL checksPavel Skripkin1-0/+3