summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)Author
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
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie
2022-07-11drm/ttm: audit bo->resource usage v2Christian König
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König
2022-06-14drm/ttm: fix bulk move handling v2Christian König
2022-05-09drm/ttm: move default BO destructor into VMWGFX v2Christian König
2022-04-13drm/ttm: fixup ttm_bo_add_move_fence v2Matthew Auld
2022-04-07drm/ttm: remove bo->movingChristian König
2022-04-07dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3Christian 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-07dma-buf: add enum dma_resv_usage v4Christian König
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König
2022-03-29drm/ttm: rework bulk move handling v5Christian König
2022-03-29drm/ttm: de-inline ttm_bo_pin/unpinChristian König
2022-03-28drm/ttm: add resource iterator v4Christian König
2022-03-28drm/ttm: move the LRU into resource handling v4Christian König
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter
2021-12-03drm/ttm: fix ttm_bo_swapoutChristian König
2021-11-30drm/ttm: stop pruning fences after waitChristian König
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2021-11-12Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2021-11-11drm/ttm: Put BO in its memory manager's lru listxinhui pan
2021-11-11drm/ttm: Double check mem_type of BO while evictionxinhui pan
2021-10-07drm/ttm: use the new iterator in ttm_bo_flush_all_fencesChristian König
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2021-09-10drm/ttm: Fix a deadlock if the target BO is not idle during swapxinhui pan
2021-09-03drm/ttm: cleanup ttm_resource_compatChristian König
2021-08-30drm/ttm: Create pinned listAndrey Grodzovsky
2021-08-23drm/ttm: remove ttm_tt_destroy_common v2Christian König
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie
2021-07-21drm/ttm: add missing NULL checksPavel Skripkin
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-06-23drm/ttm: add TTM_PL_FLAG_TEMPORARY flag v3Lang Yu
2021-06-23drm/ttm: Fix multihop assert on eviction.Andrey Grodzovsky
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie
2021-06-08drm/ttm: fix deref of bo->ttm without holding the lock v2Christian König
2021-06-07drm/ttm: fix access to uninitialized variable.Christian König