summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
AgeCommit message (Expand)AuthorLines
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König-41/+0
2020-11-30drm/ttm: nuke ttm_dma_tt_initChristian König-2/+0
2020-11-27drm/ttm: Warn on pinning without holding a referenceDaniel Vetter-0/+2
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie-1/+6
2020-11-09drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpersThomas Zimmermann-0/+28
2020-11-04drm/ttm: replace context flags with bools v2Christian König-7/+6
2020-11-04drm/ttm: rework no_retry handling v2Christian König-3/+2
2020-10-29drm/ttm: nuke old page allocatorChristian König-126/+0
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König-4/+7
2020-10-29drm/ttm: new TT backend allocation pool v3Christian König-0/+93
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König-31/+16
2020-10-26drm/ttm: make num_pages uint32_tChristian König-1/+1
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König-10/+0
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie-8/+2
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie-14/+0
2020-10-21drm/ttm: remove move to new and inline into remainging place.Dave Airlie-4/+0
2020-10-21drm/ttm: drop unbind callback.Dave Airlie-18/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie-2/+0
2020-10-20drm/ttm: drop ttm_bo_move_ttm wrapperDave Airlie-22/+0
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie-0/+2
2020-10-20drm/ttm: refactor out common code to setup a new tt backed resourceDave Airlie-0/+4
2020-10-19drm/ttm: drop free old node wrapper.Dave Airlie-9/+0
2020-10-15drm/ttm: nuke caching placement flagsChristian König-29/+0
2020-10-15drm/ttm: use caching instead of placement for ttm_io_protChristian König-2/+4
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König-3/+5
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König-10/+40
2020-10-07drm/ttm: move ttm_set_memory.h out of includeChristian König-84/+0
2020-10-07drm/ttm: remove ttm_bo_unmap_virtual_locked declaration v2Christian König-9/+0
2020-10-07drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König-1/+0
2020-10-07drm/ttm: drop glob parameter from ttm_bo_swapoutChristian König-2/+1
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König-22/+2
2020-10-07drm/ttm: remove TTM_PAGE_FLAG_WRITEChristian König-1/+0
2020-09-28drm/ttm: remove fault callbackChristian König-3/+0
2020-09-24drm/ttm: remove TTM_PL_FLAG_NO_EVICTChristian König-1/+0
2020-09-24drm/ttm: remove ttm_bo_createChristian König-24/+0
2020-09-24drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König-0/+26
2020-09-24drm/ttm: remove persistent_swap_storageChristian König-6/+1
2020-09-24drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie-0/+5
2020-09-23drm/ttm: stop dangerous caching attribute changeChristian König-22/+0
2020-09-23drm/ttm: remove nonsense AGP handlingChristian König-44/+0
2020-09-18drm/ttm: drop evicted from ttm_bo.Dave Airlie-1/+0
2020-09-18drm/ttm: drop special pipeline accel cleanup function.Dave Airlie-15/+2
2020-09-18drm/ttm: add a simple assign mem to bo wrapperDave Airlie-2/+8
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie-0/+7
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie-15/+1
2020-09-17drm/ttm: remove superflous extern attribute from funcsChristian König-24/+20
2020-09-17drm/ttm: some cleanupsChristian König-13/+0
2020-09-16drm/ttm: move populated state into page flagsDave Airlie-4/+5
2020-09-16drm/ttm: split bound/populated flags.Dave Airlie-11/+8
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie-35/+28