aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-5/+4
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-52/+111
2022-08-22drm/ttm: Add new callbacks to ttm res mgrArunpravin Paneer Selvam1-5/+4
2022-08-18Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-1/+1
2022-08-09drm/ttm: Fix dummy res NULL ptr deref bugArunpravin Paneer Selvam1-1/+1
2022-07-13Merge drm/drm-next into drm-misc-nextMaxime Ripard1-8/+14
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-8/+14
2022-07-11drm/ttm: audit bo->resource usage v2Christian König1-8/+8
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König1-44/+103
2022-06-14drm/ttm: fix bulk move handling v2Christian König1-8/+14
2022-05-09drm/ttm: move default BO destructor into VMWGFX v2Christian König1-8/+1
2022-04-13drm/ttm: fixup ttm_bo_add_move_fence v2Matthew Auld1-5/+2
2022-04-07drm/ttm: remove bo->movingChristian König1-8/+2
2022-04-07dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3Christian König1-7/+7
2022-04-07dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König1-1/+1
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König1-1/+1
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-8/+10
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-2/+6
2022-03-29drm/ttm: rework bulk move handling v5Christian König1-9/+52
2022-03-29drm/ttm: de-inline ttm_bo_pin/unpinChristian König1-0/+32
2022-03-28drm/ttm: add resource iterator v4Christian König1-23/+14
2022-03-28drm/ttm: move the LRU into resource handling v4Christian König1-107/+8
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter1-1/+2
2021-12-03drm/ttm: fix ttm_bo_swapoutChristian König1-1/+2
2021-11-30drm/ttm: stop pruning fences after waitChristian König1-1/+0
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+2
2021-11-12Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+2
2021-11-11drm/ttm: Put BO in its memory manager's lru listxinhui pan1-0/+2
2021-11-11drm/ttm: Double check mem_type of BO while evictionxinhui pan1-1/+2
2021-10-07drm/ttm: use the new iterator in ttm_bo_flush_all_fencesChristian König1-12/+4
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld1-2/+2
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-3/+3
2021-09-10drm/ttm: Fix a deadlock if the target BO is not idle during swapxinhui pan1-3/+3
2021-09-03drm/ttm: cleanup ttm_resource_compatChristian König1-47/+1
2021-08-30drm/ttm: Create pinned listAndrey Grodzovsky1-4/+14
2021-08-23drm/ttm: remove ttm_tt_destroy_common v2Christian König1-0/+1
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie1-0/+3
2021-07-21drm/ttm: add missing NULL checksPavel Skripkin1-0/+3
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-29/+37
2021-06-23drm/ttm: add TTM_PL_FLAG_TEMPORARY flag v3Lang Yu1-0/+3
2021-06-23drm/ttm: Fix multihop assert on eviction.Andrey Grodzovsky1-29/+34
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie1-1/+4
2021-06-08drm/ttm: fix deref of bo->ttm without holding the lock v2Christian König1-1/+4
2021-06-07drm/ttm: fix access to uninitialized variable.Christian König1-1/+1
2021-06-07drm/ttm, drm/amdgpu: Allow the driver some control over swappingThomas Hellström1-16/+30
2021-06-07drm/ttm: Document and optimize ttm_bo_pipeline_gutting()Thomas Hellström1-10/+10
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-9/+9
2021-06-06dma-buf: rename and cleanup dma_resv_get_list v2Christian König1-1/+1
2021-06-06dma-buf: rename and cleanup dma_resv_get_excl v3Christian König1-1/+1
2021-06-04drm/ttm: allocate resource object instead of embedding it v2Christian König1-55/+28