summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-3/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-04drm: remove drm specific kmap_atomic codeIra Weiny1-52/+4
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+3
2020-04-10Merge tag 'drm-next-2020-04-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-63/+0
2020-04-10drm/ttm: Temporarily disable the huge_fault() callbackThomas Hellstrom (VMware)1-63/+0
2020-04-04Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+158
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+9
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-3/+9
2020-04-01drm/ttm: lock resv object during destructionChristian König1-1/+3
2020-03-24drm/ttm, drm/vmwgfx: Support huge TTM pagefaultsThomas Hellstrom (VMware)1-3/+158
2020-03-19Merge tag 'drm-misc-next-2020-03-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-4/+3
2020-03-17Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+1
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+12
2020-03-11drm/ttm: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-03-11drm/ttm: fix false positive assertChristian König1-3/+2
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie1-0/+1
2020-02-27drm/ttm: remove the backing store if no placement is givenChristian König1-0/+12
2020-02-26drm/ttm: fix leaking fences via ttm_buffer_object_transferAhzo1-0/+1
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2-9/+17
2020-02-12drm/ttm: individualize resv objects before calling release_notifyChristian König1-8/+8
2020-02-12drm/ttm: replace dma_resv object on deleted BOs v3Christian König1-1/+13
2020-02-12drm/ttm: rework BO delayed delete. v2Christian König2-124/+94
2020-02-11drm/ttm: use RCU in ttm_bo_flush_all_fencesChristian König1-4/+6
2020-02-11drm/ttm: cleanup ttm_buffer_object_transferChristian König1-9/+3
2020-02-11drm/ttm: refine ghost BO resv criteriaChristian König1-1/+1
2020-02-04Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-7/+15
2020-01-30Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-56/+13
2020-01-22drm/ttm: flush the fence on the bo after we individualize the reservation objectxinhui pan1-1/+3
2020-01-16drm/ttm: nuke invalidate_caches callbackChristian König1-8/+1
2020-01-16mm, drm/ttm: Fix vm page protection handlingThomas Hellstrom1-7/+15
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter4-56/+13
2019-12-06drm: call drm_gem_object_funcs.mmap with fake offsetGerd Hoffmann1-7/+0
2019-11-28Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux...Dave Airlie1-67/+107
2019-11-14drm/ttm, drm/vmwgfx: Use a configuration option for the TTM dma page poolThomas Hellstrom2-5/+2
2019-11-08drm/ttm: also export ttm_bo_vm_fault v2Christian König1-3/+5
2019-11-06drm/ttm: Convert vm callbacks to helpersThomas Hellstrom1-63/+105
2019-11-06drm/ttm: Remove explicit typecasts of vm_private_dataThomas Hellstrom1-5/+3
2019-11-06drm/ttm: remove ttm_bo_wait_unreservedDaniel Vetter3-50/+5
2019-11-04drm/ttm: ttm_tt_init_fields() can be staticChristian König1-2/+3
2019-11-04drm/ttm: Convert vm callbacks to helpersThomas Hellstrom1-63/+105
2019-11-04drm/ttm: Remove explicit typecasts of vm_private_dataThomas Hellstrom1-5/+3
2019-11-04Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm...Dave Airlie8-166/+73
2019-10-30Merge tag 'drm-misc-next-2019-10-24-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-28/+26
2019-10-29drm/gem: Fix mmap fake offset handling for drm_gem_object_funcs.mmapRob Herring1-0/+7
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie1-18/+26
2019-10-25drm/ttm: stop exporting ttm_mem_io_* functionsChristian König1-4/+0
2019-10-25drm/ttm: use the parent resv for ghost objects v3Christian König1-9/+11
2019-10-25drm/ttm: remove pointers to globalsChristian König8-64/+44