summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2023-04-06drm/ttm: Make the call to ttm_tt_populate() interruptible when faultingThomas Hellström1-3/+10
2023-04-06drm/ttm: Reduce the number of used allocation orders for TTM pagesThomas Hellström1-11/+19
2023-04-06drm/ttm/pool: Fix ttm_pool_alloc error pathThomas Hellström1-30/+51
2023-03-29Merge v6.3-rc4 into drm-nextDaniel Vetter2-3/+1
2023-03-17drm/ttm/ttm_bo: Provide a missing 'bulk' description and correct misnaming of...Lee Jones1-1/+2
2023-03-17drm/ttm: drop extra ttm_bo_put in ttm_bo_cleanup_refsChristian König1-2/+0
2023-03-13Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann9-163/+260
2023-03-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+1
2023-03-09drm/ttm: Don't print error message if eviction was interruptedThomas Hellström1-1/+2
2023-03-09drm/ttm: Unexport ttm_global_swapout()Thomas Hellström1-1/+0
2023-03-07drm/ttm: Fix a NULL pointer dereferenceThomas Hellström1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2023-02-23drm/gem-vram: handle NULL bo->resource in move callbackMatthew Auld1-2/+2
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+1
2023-02-06drm/ttm: prevent moving of pinned BOsChristian König2-9/+12
2023-02-06drm/ttm: stop allocating a dummy resource for pipelined guttingChristian König1-13/+2
2023-02-06drm/ttm: stop allocating dummy resources during BO creationChristian König1-7/+0
2023-02-06drm/ttm: clear the ttm_tt when bo->resource is NULLMatthew Auld1-2/+1
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter1-1/+1
2023-01-18drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFXChristian König2-35/+28
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: use ttm_bo_wait_ctx instead of ttm_bo_waitChristian König1-2/+2
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König9-35/+194
2022-12-06drm/ttm: use per BO cleanup workersChristian König3-89/+48
2022-12-06drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König1-14/+0
2022-11-08drm/ttm: optimize pool allocations a bit v2Christian König1-24/+58
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath5-17/+12
2022-10-18Merge drm/drm-next into drm-misc-nextMaxime Ripard1-5/+8
2022-10-16drm/ttm: Remove unnecessary drm_mm_cleanZeng Heng1-1/+0
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