aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* drm/ttm: revert "drm/ttm: make TT creation purely optional v3"Christian König2020-08-124-22/+31
* Merge tag 'drm-misc-fixes-2020-08-04' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-08-111-1/+3
|\
| * drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_accessFelix Kuehling2020-07-301-1/+3
* | drm/ttm/nouveau: don't call tt destroy callback on alloc failure.Dave Airlie2020-07-291-3/+0
* | drm/ttm: ttm_bo_swapout_all doesn't use it's argument.Dave Airlie2020-07-291-1/+1
* | drm/ttm: make ttm_tt unbind function return void.Dave Airlie2020-07-292-8/+6
* | Merge v5.8-rc6 into drm-nextDave Airlie2020-07-242-1/+5
|\|
| * Merge v5.8-rc1 into drm-misc-fixesThomas Zimmermann2020-06-163-58/+12
| |\
| * | drm/ttm: Fix dma_fence refcnt leak when adding move fenceXiyu Yang2020-06-151-1/+3
| * | drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reservedXiyu Yang2020-06-151-0/+2
* | | drm/ttm: remove TTM_MEMTYPE_FLAG_CMAChristian König2020-07-211-28/+6
* | | drm/ttm: cleanup coding style and implementation.Christian König2020-07-211-49/+48
* | | drm/ttm: remove io_reserve_fastpath flagChristian König2020-07-212-5/+4
* | | drm/ttm: cleanup io_mem interface with nouveauChristian König2020-07-211-2/+2
* | | drm/ttm: further cleanup ttm_mem_reg handlingChristian König2020-07-131-20/+26
* | | drm/ttm: make TT creation purely optional v3Christian König2020-06-294-31/+22
* | | drm/ttm: cleanup ttm_mem_type_manager_func.get_node interface v3Christian König2020-06-292-7/+8
* | | Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2020-06-292-57/+9
|\ \ \ | | |/ | |/|
| * | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-3/+3
| * | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
| * | drm: remove drm specific kmap_atomic codeIra Weiny2020-06-041-52/+4
| * | Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-04-221-1/+3
| |\ \ | | |/ | |/|
* | | drm/ttm: do not keep GPU dependent addressesNirmoy Das2020-06-261-7/+0
* | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-04-171-6/+104
|\| | | |/ |/|
| * Merge tag 'drm-next-2020-04-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-04-101-63/+0
| |\
| | * drm/ttm: Temporarily disable the huge_fault() callbackThomas Hellstrom (VMware)2020-04-101-63/+0
| * | Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-04-041-3/+158
| |\|
| | * drm/ttm, drm/vmwgfx: Support huge TTM pagefaultsThomas Hellstrom (VMware)2020-03-241-3/+158
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-021-3/+9
| |\ \ | | |/ | |/|
| | * mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-3/+9
| * | Merge tag 'drm-misc-next-2020-03-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-03-192-4/+3
| |\ \
* | | | drm/ttm: lock resv object during destructionChristian König2020-04-011-1/+3
* | | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-03-171-0/+1
|\| | | | |/ / |/| |
| * | Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-03-121-0/+12
| |\ \
| * \ \ Merge v5.6-rc5 into drm-nextDave Airlie2020-03-111-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | drm/ttm: fix leaking fences via ttm_buffer_object_transferAhzo2020-02-261-0/+1
* | | | drm/ttm: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-111-1/+1
* | | | drm/ttm: fix false positive assertChristian König2020-03-111-3/+2
| |_|/ |/| |
* | | drm/ttm: remove the backing store if no placement is givenChristian König2020-02-271-0/+12
|/ /
* | Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2020-02-172-9/+17
|\|
| * Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-02-041-7/+15
| |\
| | * mm, drm/ttm: Fix vm page protection handlingThomas Hellstrom2020-01-161-7/+15
| * | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-304-56/+13
| |\|
| * | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
* | | drm/ttm: individualize resv objects before calling release_notifyChristian König2020-02-121-8/+8
* | | drm/ttm: replace dma_resv object on deleted BOs v3Christian König2020-02-121-1/+13
* | | drm/ttm: rework BO delayed delete. v2Christian König2020-02-122-124/+94
* | | drm/ttm: use RCU in ttm_bo_flush_all_fencesChristian König2020-02-111-4/+6
* | | drm/ttm: cleanup ttm_buffer_object_transferChristian König2020-02-111-9/+3