summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-06-153-6/+16
|\
| * drm/ttm: export ttm_pool_fini for cleanupRajneesh Bhardwaj2023-06-091-0/+1
| * drm/ttm: add NUMA node id to the poolRajneesh Bhardwaj2023-06-092-6/+9
| * drm/ttm: Helper function to get TTM mem limitMukul Joshi2023-06-091-0/+6
* | drm/ttm: Remove redundant code in ttm_tt_init_fieldsMa Jun2023-05-311-1/+0
* | drm/ttm: let struct ttm_device_funcs be placed in rodataJani Nikula2023-05-171-1/+1
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-272-12/+12
|\ \
| * | drm/ttm: remove comment referencing now-removed vmf_insert_mixed_prot()Lorenzo Stoakes2023-04-051-1/+1
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-11/+11
* | | drm/ttm: revert "Reduce the number of used allocation orders for TTM pages"Christian König2023-04-141-19/+11
| |/ |/|
* | drm/ttm: Make the call to ttm_tt_populate() interruptible when faultingThomas Hellström2023-04-061-3/+10
* | drm/ttm: Reduce the number of used allocation orders for TTM pagesThomas Hellström2023-04-061-11/+19
* | drm/ttm/pool: Fix ttm_pool_alloc error pathThomas Hellström2023-04-061-30/+51
* | Merge v6.3-rc4 into drm-nextDaniel Vetter2023-03-292-3/+1
|\|
| * drm/ttm: drop extra ttm_bo_put in ttm_bo_cleanup_refsChristian König2023-03-171-2/+0
| * Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2023-03-139-163/+260
| |\
| * | drm/ttm: Fix a NULL pointer dereferenceThomas Hellström2023-03-071-1/+1
* | | drm/ttm/ttm_bo: Provide a missing 'bulk' description and correct misnaming of...Lee Jones2023-03-171-1/+2
* | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-03-131-2/+1
|\ \ \ | | |/ | |/|
| * | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-2/+1
| |\ \
| | * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-2/+1
| | |/
* | | drm/ttm: Don't print error message if eviction was interruptedThomas Hellström2023-03-091-1/+2
* | | drm/ttm: Unexport ttm_global_swapout()Thomas Hellström2023-03-091-1/+0
* | | drm/gem-vram: handle NULL bo->resource in move callbackMatthew Auld2023-02-231-2/+2
* | | drm/ttm: prevent moving of pinned BOsChristian König2023-02-062-9/+12
* | | drm/ttm: stop allocating a dummy resource for pipelined guttingChristian König2023-02-061-13/+2
* | | drm/ttm: stop allocating dummy resources during BO creationChristian König2023-02-061-7/+0
* | | drm/ttm: clear the ttm_tt when bo->resource is NULLMatthew Auld2023-02-061-2/+1
|/ /
* | Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-311-1/+1
|\|
| * drm/ttm: Fix a regression causing kernel oops'esZack Rusin2023-01-121-1/+1
* | drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFXChristian König2023-01-182-35/+28
* | drm/ttm: fix some minor kerneldoc issuesChristian König2023-01-171-7/+6
* | drm/ttm: Include <linux/vmalloc.h> to fix MIPS buildThomas Zimmermann2023-01-171-0/+2
* | drm/ttm: use ttm_bo_wait_ctx instead of ttm_bo_waitChristian König2022-12-061-2/+2
* | drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2022-12-069-35/+194
* | drm/ttm: use per BO cleanup workersChristian König2022-12-063-89/+48
* | drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König2022-12-061-14/+0
|/
* drm/ttm: optimize pool allocations a bit v2Christian König2022-11-081-24/+58
* drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath2022-10-275-17/+12
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-10-181-5/+8
|\
| * Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-054-61/+219
| |\
| * | drm/ttm: cleanup the resource of ghost objects after locking themChristian König2022-09-081-5/+5
| * | drm/ttm: update bulk move object of ghost BOZhenGuo Yin2022-09-061-0/+3
| * | Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2022-08-172-9/+2
| |\ \
* | | | drm/ttm: Remove unnecessary drm_mm_cleanZeng Heng2022-10-161-1/+0
| |_|/ |/| |
* | | drm/ttm: add dma_resv_assert_held() calls to vmap/vunmapChristian König2022-09-261-0/+4
* | | Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-09-113-7/+99
|\ \ \
| * | | drm/ttm: Switch to using the new res callbackArunpravin Paneer Selvam2022-08-221-15/+2
| * | | drm/ttm: Implement intersect/compatible functionsArunpravin Paneer Selvam2022-08-221-0/+33
| * | | drm/ttm: Add new callbacks to ttm res mgrArunpravin Paneer Selvam2022-08-222-7/+79