summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: make ttm_bo_unpin more defensiveChristian König2021-03-151-2/+4
* drm/ttm: WARN_ON non-empty lru when disabling a resource managerDaniel Vetter2021-01-181-0/+4
* drm/ttm: cleanup LRU handling furtherChristian König2020-12-152-2/+5
* drm/ttm: cleanup BO size handling v3Christian König2020-12-142-7/+3
* drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König2020-12-012-41/+0
* drm/ttm: nuke ttm_dma_tt_initChristian König2020-11-301-2/+0
* drm/ttm: Warn on pinning without holding a referenceDaniel Vetter2020-11-271-0/+2
* drm/ttm: add multihop infrastrucutre (v3)Dave Airlie2020-11-111-1/+6
* drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpersThomas Zimmermann2020-11-091-0/+28
* drm/ttm: replace context flags with bools v2Christian König2020-11-041-7/+6
* drm/ttm: rework no_retry handling v2Christian König2020-11-042-3/+2
* drm/ttm: nuke old page allocatorChristian König2020-10-293-126/+0
* drm/ttm: wire up the new pool as default one v2Christian König2020-10-291-4/+7
* drm/ttm: new TT backend allocation pool v3Christian König2020-10-292-0/+93
* drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König2020-10-262-31/+16
* drm/ttm: make num_pages uint32_tChristian König2020-10-261-1/+1
* drm/ttm: nuke ttm_tt_set_(un)populated againChristian König2020-10-261-10/+0
* drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie2020-10-221-8/+2
* drm/ttm: move last binding into the drivers.Dave Airlie2020-10-211-14/+0
* drm/ttm: remove move to new and inline into remainging place.Dave Airlie2020-10-211-4/+0
* drm/ttm: drop unbind callback.Dave Airlie2020-10-211-18/+0
* drm/ttm: add move to system into driversDave Airlie2020-10-211-2/+0
* drm/ttm: drop ttm_bo_move_ttm wrapperDave Airlie2020-10-201-22/+0
* drm/ttm: add move old to system to drivers.Dave Airlie2020-10-201-0/+2
* drm/ttm: refactor out common code to setup a new tt backed resourceDave Airlie2020-10-201-0/+4
* drm/ttm: drop free old node wrapper.Dave Airlie2020-10-191-9/+0
* drm/ttm: nuke caching placement flagsChristian König2020-10-152-29/+0
* drm/ttm: use caching instead of placement for ttm_io_protChristian König2020-10-151-2/+4
* drm/ttm: add caching state to ttm_bus_placementChristian König2020-10-151-3/+5
* drm/ttm: set the tt caching state at creation timeChristian König2020-10-152-10/+40
* drm/ttm: move ttm_set_memory.h out of includeChristian König2020-10-071-84/+0
* drm/ttm: remove ttm_bo_unmap_virtual_locked declaration v2Christian König2020-10-071-9/+0
* drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König2020-10-071-1/+0
* drm/ttm: drop glob parameter from ttm_bo_swapoutChristian König2020-10-071-2/+1
* drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König2020-10-072-22/+2
* drm/ttm: remove TTM_PAGE_FLAG_WRITEChristian König2020-10-071-1/+0
* drm/ttm: remove fault callbackChristian König2020-09-281-3/+0
* drm/ttm: remove TTM_PL_FLAG_NO_EVICTChristian König2020-09-241-1/+0
* drm/ttm: remove ttm_bo_createChristian König2020-09-241-24/+0
* drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König2020-09-241-0/+26
* drm/ttm: remove persistent_swap_storageChristian König2020-09-242-6/+1
* drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie2020-09-241-0/+5
* drm/ttm: stop dangerous caching attribute changeChristian König2020-09-231-22/+0
* drm/ttm: remove nonsense AGP handlingChristian König2020-09-231-44/+0
* drm/ttm: drop evicted from ttm_bo.Dave Airlie2020-09-181-1/+0
* drm/ttm: drop special pipeline accel cleanup function.Dave Airlie2020-09-181-15/+2
* drm/ttm: add a simple assign mem to bo wrapperDave Airlie2020-09-181-2/+8
* drm/ttm: flip tt destroy ordering.Dave Airlie2020-09-181-0/+7
* drm/ttm: protect against reentrant bind in the driversDave Airlie2020-09-183-15/+1
* drm/ttm: remove superflous extern attribute from funcsChristian König2020-09-172-24/+20