summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)Author
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König
2020-10-29drm/ttm: new TT backend allocation pool v3Christian König
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König
2020-10-26drm/ttm: move swapin out of page alloc backendChristian König
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König
2020-10-23drm/ttm: remove overlapping memcpy supportDave Airlie
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie
2020-10-22drm/ttm: ttm_bo_mem_placement doesn't need ctx parameter.Dave Airlie
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie
2020-10-21drm/ttm: drop move notify around move.Dave Airlie
2020-10-21drm/ttm: remove move to new and inline into remainging place.Dave Airlie
2020-10-21drm/ttm: drop unbind callback.Dave Airlie
2020-10-21drm/ttm: add move to system into driversDave Airlie
2020-10-21drm/ttm: minor cleanup to move to systemDave Airlie
2020-10-21drm/ttm: move some move binds into the driversDave Airlie
2020-10-20drm/ttm: drop ttm_bo_move_ttm wrapperDave Airlie
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie
2020-10-20drm/ttm: use new move interface for known system->ttm movesDave Airlie
2020-10-20drm/ttm: split out the move to system from move ttm codeDave Airlie
2020-10-20drm/ttm: refactor out common code to setup a new tt backed resourceDave Airlie
2020-10-19drm/ttm: drop free old node wrapper.Dave Airlie
2020-10-15drm/ttm: nuke caching placement flagsChristian König
2020-10-15drm/ttm: use caching instead of placement for ttm_io_protChristian König
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König
2020-10-07drm/ttm: move ttm_set_memory.h out of includeChristian König
2020-10-07drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König
2020-10-07drm/ttm: drop glob parameter from ttm_bo_swapoutChristian König
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König
2020-10-07drm/ttm: cleanup ttm_handle_caching_state_failureChristian König
2020-10-07drm/ttm: make move callback compulstoryDave Airlie
2020-09-28drm/ttm: remove fault callbackChristian König
2020-09-28drm/ttm: move SG flag check into ttm_bo_vm_reserveChristian König
2020-09-25drm/ttm: handle the SYSTEM->TT path in same place as others.Dave Airlie
2020-09-24drm/ttm: remove TTM_PL_FLAG_NO_EVICTChristian König
2020-09-24drm/ttm: remove ttm_bo_createChristian König
2020-09-24drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König
2020-09-24drm/ttm: remove persistent_swap_storageChristian König
2020-09-24drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie
2020-09-23drm/ttm: stop dangerous caching attribute changeChristian König
2020-09-21drm/ttm: update kernel-doc line commentsTian Tao
2020-09-18drm/ttm: drop evicted from ttm_bo.Dave Airlie
2020-09-18drm/ttm: drop special pipeline accel cleanup function.Dave Airlie
2020-09-18drm/ttm: make common function for wait/free node path.Dave Airlie
2020-09-18drm/ttm: move ghost object creation to a common functionDave Airlie
2020-09-18drm/ttm: add a simple assign mem to bo wrapperDave Airlie
2020-09-18drm/ttm/drivers: call the bind function directly.Dave Airlie
2020-09-18drm/ttm: move unbind into the tt destroy.Dave Airlie
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie
2020-09-17drm/ttm: some cleanupsChristian König