summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorLines
2023-02-23drm/gem-vram: handle NULL bo->resource in move callbackMatthew Auld-2/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-2/+1
2023-02-06drm/ttm: prevent moving of pinned BOsChristian König-9/+12
2023-02-06drm/ttm: stop allocating a dummy resource for pipelined guttingChristian König-13/+2
2023-02-06drm/ttm: stop allocating dummy resources during BO creationChristian König-7/+0
2023-02-06drm/ttm: clear the ttm_tt when bo->resource is NULLMatthew Auld-2/+1
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter-1/+1
2023-01-18drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFXChristian König-35/+28
2023-01-17drm/ttm: fix some minor kerneldoc issuesChristian König-7/+6
2023-01-17drm/ttm: Include <linux/vmalloc.h> to fix MIPS buildThomas Zimmermann-0/+2
2023-01-12drm/ttm: Fix a regression causing kernel oops'esZack Rusin-1/+1
2022-12-06drm/ttm: use ttm_bo_wait_ctx instead of ttm_bo_waitChristian König-2/+2
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König-35/+194
2022-12-06drm/ttm: use per BO cleanup workersChristian König-89/+48
2022-12-06drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König-14/+0
2022-11-08drm/ttm: optimize pool allocations a bit v2Christian König-24/+58
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath-17/+12
2022-10-18Merge drm/drm-next into drm-misc-nextMaxime Ripard-5/+8
2022-10-16drm/ttm: Remove unnecessary drm_mm_cleanZeng Heng-1/+0
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-61/+219
2022-09-26drm/ttm: add dma_resv_assert_held() calls to vmap/vunmapChristian König-0/+4
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-7/+99
2022-09-08drm/ttm: cleanup the resource of ghost objects after locking themChristian König-5/+5
2022-09-06drm/ttm: update bulk move object of ghost BOZhenGuo Yin-0/+3
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter-54/+116
2022-08-22drm/ttm: Switch to using the new res callbackArunpravin Paneer Selvam-15/+2
2022-08-22drm/ttm: Implement intersect/compatible functionsArunpravin Paneer Selvam-0/+33
2022-08-22drm/ttm: Add new callbacks to ttm res mgrArunpravin Paneer Selvam-7/+79
2022-08-18Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-1/+1
2022-08-17Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann-9/+2
2022-08-09drm/ttm: Fix dummy res NULL ptr deref bugArunpravin Paneer Selvam-1/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2022-07-13Merge drm/drm-next into drm-misc-nextMaxime Ripard-25/+55
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie-25/+55
2022-07-11drm/ttm: audit bo->resource usage v2Christian König-10/+13
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König-44/+103
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin-1/+1
2022-06-15Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-8/+1
2022-06-14drm/ttm: fix bulk move handling v2Christian König-24/+50
2022-06-10drm/ttm: fix missing NULL check in ttm_device_swapoutChristian König-1/+5
2022-06-03LoongArch: Add writecombine support for drmHuacai Chen-1/+1
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2022-05-13mmap locking API: fix missed mmap_sem references in commentsFlorian Rommel-1/+1
2022-05-09drm/ttm: move default BO destructor into VMWGFX v2Christian König-8/+1
2022-04-21drm/ttm: use kvcalloc() instead of kvmalloc_array() in ttm_tt v2Yang Wang-9/+7
2022-04-20drm/ttm: Add common debugfs code for resource managersZack Rusin-0/+34
2022-04-13drm/ttm: fixup ttm_bo_add_move_fence v2Matthew Auld-5/+2
2022-04-12drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanupMatthew Auld-0/+15
2022-04-11drm/ttm: fix logic inversion in ttm_eu_reserve_buffersChristian König-1/+1
2022-04-07drm/ttm: remove bo->movingChristian König-36/+15