summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* Merge v5.8-rc1 into drm-misc-fixesThomas Zimmermann2020-06-163-58/+12
|\
| * 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: lock resv object during destructionChristian König2020-04-011-1/+3
| | * Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-03-171-0/+1
| | |\
* | | | 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
|/ / /
* | | 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: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-111-1/+1
| * | drm/ttm: fix false positive assertChristian König2020-03-111-3/+2
* | | Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-03-121-0/+12
|\| |
| * | drm/ttm: remove the backing store if no placement is givenChristian König2020-02-271-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
* | 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
* | | drm/ttm: refine ghost BO resv criteriaChristian König2020-02-111-1/+1
* | | drm/ttm: flush the fence on the bo after we individualize the reservation objectxinhui pan2020-01-221-1/+3
* | | drm/ttm: nuke invalidate_caches callbackChristian König2020-01-161-8/+1
| |/ |/|
* | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-174-56/+13
|\ \ | |/ |/|
| * drm: call drm_gem_object_funcs.mmap with fake offsetGerd Hoffmann2019-12-061-7/+0
| * drm/ttm: also export ttm_bo_vm_fault v2Christian König2019-11-081-3/+5
| * drm/ttm: remove ttm_bo_wait_unreservedDaniel Vetter2019-11-063-50/+5
| * drm/ttm: ttm_tt_init_fields() can be staticChristian König2019-11-041-2/+3
| * drm/ttm: Convert vm callbacks to helpersThomas Hellstrom2019-11-041-63/+105
| * drm/ttm: Remove explicit typecasts of vm_private_dataThomas Hellstrom2019-11-041-5/+3
* | Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux...Dave Airlie2019-11-281-67/+107
|\ \
| * | drm/ttm: Convert vm callbacks to helpersThomas Hellstrom2019-11-061-63/+105
| * | drm/ttm: Remove explicit typecasts of vm_private_dataThomas Hellstrom2019-11-061-5/+3
* | | drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page poolThomas Hellstrom2019-11-142-5/+2
|/ /
* | Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-11-048-166/+73
|\|
| * drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmapRob Herring2019-10-291-0/+7
| * drm/ttm: stop exporting ttm_mem_io_* functionsChristian König2019-10-251-4/+0
| * drm/ttm: use the parent resv for ghost objects v3Christian König2019-10-251-9/+11