summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
...
* | drm/ttm: switch to per device LRU lockChristian König2021-03-242-4/+4
* | drm/ttm: remove swap LRU v3Christian König2021-03-243-7/+2
* | drm/ttm: move swapout logic around v3Christian König2021-03-242-1/+4
* | drm/ttm: move memory accounting into vmwgfx v4Christian König2021-02-094-107/+3
* | drm/ttm: rework ttm_tt page limit v4Christian König2021-02-092-2/+6
* | drm/ttm: fix removal of bo_count sysfs fileChristian König2021-02-091-1/+0
* | drm/ttm: device naming cleanupChristian König2021-01-215-344/+352
|/
* 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