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