summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorLines
2021-03-11drm/ttm: Fix TTM page pool accountingAnthony DeRossi-2/+2
2021-03-11drm/ttm: soften TTM warningsChristian König-2/+6
2021-02-25Merge tag 'drm-next-2021-02-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-3/+6
2021-02-25drm/ttm: Fix a memory leakxinhui pan-3/+6
2021-02-21Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-94/+101
2021-02-11drm/ttm: make sure pool pages are clearedChristian König-0/+10
2021-01-28drm/ttm: Use __GFP_NOWARN for huge pages in ttm_pool_alloc_pageMichel Dänzer-1/+1
2021-01-25Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie-18/+17
2021-01-18drm/ttm: stop using GFP_TRANSHUGE_LIGHTChristian König-5/+6
2021-01-12drm/ttm: make the pool shrinker lock a mutexChristian König-10/+10
2021-01-11drm/ttm: Fix address passed to dma_mapping_error() in ttm_pool_map()Jeremy Cline-1/+1
2021-01-07drm/ttm: unexport ttm_pool_init/finiChristian König-2/+0
2021-01-07Merge drm/drm-next into drm-misc-nextMaarten Lankhorst-15/+14
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-94/+99
2021-01-06drm/ttm: Remove pinned bos from LRU in ttm_bo_move_to_lru_tail() v2Lyude Paul-1/+3
2020-12-16drm/ttm: fix unused function warningArnd Bergmann-15/+14
2020-12-15drm/ttm: cleanup LRU handling furtherChristian König-37/+27
2020-12-15drm/ttm: use pin_count more extensivelyChristian König-2/+1
2020-12-14drm/ttm: cleanup BO size handling v3Christian König-34/+21
2020-12-01drm/ttm: stop destroying pinned ghost objectChristian König-1/+3
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König-6/+46
2020-11-30drm/ttm: nuke ttm_dma_tt_initChristian König-13/+0
2020-11-27drm/ttm: Warn on pinning without holding a referenceDaniel Vetter-1/+1
2020-11-19drm/ttm: fix DMA32 handling in the global page poolChristian König-0/+22
2020-11-17drm/ttm/ttm_tt: Demote kernel-doc header format abusesLee Jones-2/+2
2020-11-17drm/ttm/ttm_range_manager: Demote non-conformant kernel-doc headerLee Jones-1/+1
2020-11-17drm/ttm/ttm_bo: Fix one function header - demote lots of kernel-doc abusesLee Jones-11/+12
2020-11-13drm/ttm: fix missing NULL check in the new page poolChristian König-1/+1
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie-9/+65
2020-11-09drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpersThomas Zimmermann-0/+72
2020-11-04drm/ttm: replace context flags with bools v2Christian König-5/+5
2020-11-04drm/ttm: rework no_retry handling v2Christian König-8/+1
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard-1/+1
2020-10-29drm/ttm: nuke old page allocatorChristian König-2500/+2
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König-6/+9
2020-10-29drm/ttm: new TT backend allocation pool v3Christian König-1/+671
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König-73/+58
2020-10-26drm/ttm: move swapin out of page alloc backendChristian König-16/+8
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König-8/+7
2020-10-23drm/ttm: remove overlapping memcpy supportDave Airlie-16/+3
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie-2/+2
2020-10-22drm/ttm: ttm_bo_mem_placement doesn't need ctx parameter.Dave Airlie-5/+3
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie-4/+0
2020-10-21drm/ttm: drop move notify around move.Dave Airlie-11/+1
2020-10-21drm/ttm: remove move to new and inline into remainging place.Dave Airlie-27/+9
2020-10-21drm/ttm: drop unbind callback.Dave Airlie-5/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie-21/+0
2020-10-21drm/ttm: minor cleanup to move to systemDave Airlie-3/+1
2020-10-21drm/ttm: move some move binds into the driversDave Airlie-1/+0
2020-10-21drm/ttm: fix eviction valuable range check.Dave Airlie-1/+1