summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2024-12-14drm/ttm: Print the memory decryption status just onceZack Rusin1-1/+1
2024-12-14drm/ttm: Make sure the mapped tt pages are decrypted when neededZack Rusin2-2/+23
2024-03-01drm/ttm: Fix an invalid freeing on already freed page in error pathThomas Hellström1-1/+1
2023-11-08drm/ttm: Reorder sys manager cleanup stepKarolina Stolarek1-4/+4
2023-08-11drm/ttm: check null pointer before accessing when swappingGuchun Chen1-1/+2
2023-08-03drm/ttm: never consider pinned BOs for eviction&swapChristian König1-0/+6
2023-08-03drm/ttm: Don't leak a resource on eviction errorThomas Hellström1-11/+11
2023-08-03drm/ttm: Don't print error message if eviction was interruptedThomas Hellström1-1/+2
2023-07-27drm/ttm: fix bulk_move corruption when adding a entryYunxiang Li1-1/+4
2023-07-23drm/ttm: Don't leak a resource on swapout move errorThomas Hellström1-0/+1
2023-05-11drm/ttm/pool: Fix ttm_pool_alloc error pathThomas Hellström1-30/+51
2023-05-11drm/ttm: optimize pool allocations a bit v2Christian König1-24/+58
2023-03-22drm/ttm: Fix a NULL pointer dereferenceThomas Hellström1-1/+1
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-61/+219
2022-09-26drm/ttm: add dma_resv_assert_held() calls to vmap/vunmapChristian König1-0/+4
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-7/+99
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-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2-54/+116
2022-08-22drm/ttm: Switch to using the new res callbackArunpravin Paneer Selvam1-15/+2
2022-08-22drm/ttm: Implement intersect/compatible functionsArunpravin Paneer Selvam1-0/+33
2022-08-22drm/ttm: Add new callbacks to ttm res mgrArunpravin Paneer Selvam2-7/+79
2022-08-18Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2022-08-17Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2-9/+2
2022-08-09drm/ttm: Fix dummy res NULL ptr deref bugArunpravin Paneer Selvam1-1/+1
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-07-13Merge drm/drm-next into drm-misc-nextMaxime Ripard3-25/+55
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie3-25/+55
2022-07-11drm/ttm: audit bo->resource usage v2Christian König2-10/+13
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König1-44/+103
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-15Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-8/+1
2022-06-14drm/ttm: fix bulk move handling v2Christian König2-24/+50
2022-06-10drm/ttm: fix missing NULL check in ttm_device_swapoutChristian König1-1/+5
2022-06-03LoongArch: Add writecombine support for drmHuacai Chen1-1/+1
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-05-13mmap locking API: fix missed mmap_sem references in commentsFlorian Rommel1-1/+1
2022-05-09drm/ttm: move default BO destructor into VMWGFX v2Christian König1-8/+1
2022-04-21drm/ttm: use kvcalloc() instead of kvmalloc_array() in ttm_tt v2Yang Wang1-9/+7
2022-04-21drm/ttm: Add common debugfs code for resource managersZack Rusin1-0/+34
2022-04-13drm/ttm: fixup ttm_bo_add_move_fence v2Matthew Auld1-5/+2
2022-04-12drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanupMatthew Auld1-0/+15
2022-04-11drm/ttm: fix logic inversion in ttm_eu_reserve_buffersChristian König1-1/+1
2022-04-07drm/ttm: remove bo->movingChristian König3-36/+15
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önig2-3/+3
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König3-7/+6
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önig3-13/+22
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard4-34/+34