summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2021-01-07Merge drm/drm-next into drm-misc-nextMaarten Lankhorst1-15/+14
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter10-94/+99
2021-01-06drm/ttm: Remove pinned bos from LRU in ttm_bo_move_to_lru_tail() v2Lyude Paul1-1/+3
2020-12-16drm/ttm: fix unused function warningArnd Bergmann1-15/+14
2020-12-15drm/ttm: cleanup LRU handling furtherChristian König2-37/+27
2020-12-15drm/ttm: use pin_count more extensivelyChristian König1-2/+1
2020-12-14drm/ttm: cleanup BO size handling v3Christian König4-34/+21
2020-12-01drm/ttm: stop destroying pinned ghost objectChristian König1-1/+3
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König7-6/+46
2020-11-30drm/ttm: nuke ttm_dma_tt_initChristian König1-13/+0
2020-11-27drm/ttm: Warn on pinning without holding a referenceDaniel Vetter1-1/+1
2020-11-19drm/ttm: fix DMA32 handling in the global page poolChristian König1-0/+22
2020-11-17drm/ttm/ttm_tt: Demote kernel-doc header format abusesLee Jones1-2/+2
2020-11-17drm/ttm/ttm_range_manager: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2020-11-17drm/ttm/ttm_bo: Fix one function header - demote lots of kernel-doc abusesLee Jones1-11/+12
2020-11-13drm/ttm: fix missing NULL check in the new page poolChristian König1-1/+1
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie1-9/+65
2020-11-09drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpersThomas Zimmermann1-0/+72
2020-11-04drm/ttm: replace context flags with bools v2Christian König4-5/+5
2020-11-04drm/ttm: rework no_retry handling v2Christian König2-8/+1
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
2020-10-29drm/ttm: nuke old page allocatorChristian König8-2500/+2
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König3-6/+9
2020-10-29drm/ttm: new TT backend allocation pool v3Christian König3-1/+671
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König4-73/+58
2020-10-26drm/ttm: move swapin out of page alloc backendChristian König3-16/+8
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König3-8/+7
2020-10-23drm/ttm: remove overlapping memcpy supportDave Airlie1-16/+3
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie1-2/+2
2020-10-22drm/ttm: ttm_bo_mem_placement doesn't need ctx parameter.Dave Airlie1-5/+3
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie1-4/+0
2020-10-21drm/ttm: drop move notify around move.Dave Airlie1-11/+1
2020-10-21drm/ttm: remove move to new and inline into remainging place.Dave Airlie2-27/+9
2020-10-21drm/ttm: drop unbind callback.Dave Airlie1-5/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie1-21/+0
2020-10-21drm/ttm: minor cleanup to move to systemDave Airlie1-3/+1
2020-10-21drm/ttm: move some move binds into the driversDave Airlie1-1/+0
2020-10-21drm/ttm: fix eviction valuable range check.Dave Airlie1-1/+1
2020-10-20drm/ttm: drop ttm_bo_move_ttm wrapperDave Airlie1-19/+0
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie1-2/+3
2020-10-20drm/ttm: use new move interface for known system->ttm movesDave Airlie1-0/+1
2020-10-20drm/ttm: split out the move to system from move ttm codeDave Airlie1-14/+25
2020-10-20drm/ttm: refactor out common code to setup a new tt backed resourceDave Airlie2-20/+26
2020-10-19drm/ttm: drop free old node wrapper.Dave Airlie1-8/+3
2020-10-15drm/ttm: nuke caching placement flagsChristian König4-77/+8
2020-10-15drm/ttm: use caching instead of placement for ttm_io_protChristian König2-10/+15
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König4-40/+41
2020-10-07drm/ttm: move ttm_set_memory.h out of includeChristian König3-2/+88
2020-10-07drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König1-11/+0
2020-10-07drm/ttm: drop glob parameter from ttm_bo_swapoutChristian König2-3/+4