summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-1/+1
| |\
| | * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-041-1/+1
| * | Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-07-133-25/+55
| |\|
| * | Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2022-06-151-8/+1
| |\ \
| | * | drm/ttm: move default BO destructor into VMWGFX v2Christian König2022-05-091-8/+1
* | | | drm/ttm: Fix dummy res NULL ptr deref bugArunpravin Paneer Selvam2022-08-091-1/+1
| |_|/ |/| |
* | | drm/ttm: fix bulk move handling v2Christian König2022-06-142-24/+50
* | | drm/ttm: fix missing NULL check in ttm_device_swapoutChristian König2022-06-101-1/+5
|/ /
* | LoongArch: Add writecombine support for drmHuacai Chen2022-06-031-1/+1
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-1/+1
|\ \ | |/ |/|
| * mmap locking API: fix missed mmap_sem references in commentsFlorian Rommel2022-05-131-1/+1
* | drm/ttm: use kvcalloc() instead of kvmalloc_array() in ttm_tt v2Yang Wang2022-04-211-9/+7
* | drm/ttm: Add common debugfs code for resource managersZack Rusin2022-04-211-0/+34
* | drm/ttm: fixup ttm_bo_add_move_fence v2Matthew Auld2022-04-131-5/+2
* | drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanupMatthew Auld2022-04-121-0/+15
* | drm/ttm: fix logic inversion in ttm_eu_reserve_buffersChristian König2022-04-111-1/+1
* | drm/ttm: remove bo->movingChristian König2022-04-073-36/+15
* | dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3Christian König2022-04-071-7/+7
* | dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König2022-04-072-3/+3
* | dma-buf: specify usage while adding fences to dma_resv obj v7Christian König2022-04-073-7/+6
* | dma-buf: add enum dma_resv_usage v4Christian König2022-04-071-8/+10
* | dma-buf/drivers: make reserving a shared slot mandatory v4Christian König2022-04-063-13/+22
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-054-34/+34
|\|
| * drm/ttm: Fix a kernel oops due to an invalid readZack Rusin2022-03-211-1/+1
| * Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-241-3/+33
| |\
| * \ Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-02-113-33/+33
| |\ \
| | * | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-083-33/+33
* | | | drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C2022-04-022-6/+8
* | | | drm/ttm: rework bulk move handling v5Christian König2022-03-292-33/+118
* | | | drm/ttm: de-inline ttm_bo_pin/unpinChristian König2022-03-291-0/+32
* | | | drm/ttm: allow bulk moves for all domainsChristian König2022-03-281-37/+15
* | | | drm/ttm: add resource iterator v4Christian König2022-03-283-38/+76
* | | | drm/ttm: move the LRU into resource handling v4Christian König2022-03-284-147/+159
| |_|/ |/| |
* | | drm/ttm: add common accounting to the resource mgr v3Christian König2022-02-141-0/+30
* | | drm/ttm: fix resource manager size type and descriptionChristian König2022-02-141-3/+3
|/ /
* | Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-014-4/+45
|\ \ | |/ |/|
| * drm/ttm: add a weak BO reference to the resource v3Christian König2022-01-262-2/+14
| * drm/ttm: add back a reference to the bdev to the res managerChristian König2022-01-263-2/+5
| * drm/ttm: add ttm_resource_fini v2Christian König2022-01-263-0/+26
* | Merge tag 'drm-misc-fixes-2022-01-14' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2022-01-141-1/+3
|\ \ | |/ |/|
| * drm/ttm: fix compilation on ARCH=umJohannes Berg2022-01-141-1/+3
* | Merge v5.16-rc5 into drm-nextDaniel Vetter2021-12-142-1/+3
|\ \
| * | Merge tag 'drm-fixes-2021-12-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-12-101-1/+2
| |\|
| | * drm/ttm: fix ttm_bo_swapoutChristian König2021-12-031-1/+2
| * | treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-031-0/+1
| |/
* | drm/ttm: stop pruning fences after waitChristian König2021-11-301-1/+0
* | drm: ttm: correct ttm_range_manager kernel-doc notationRandy Dunlap2021-11-221-4/+7