summaryrefslogtreecommitdiff
path: root/include/drm/ttm/ttm_bo_driver.h
AgeCommit message (Expand)Author
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie
2020-11-04drm/ttm: rework no_retry handling v2Christian König
2020-10-29drm/ttm: nuke old page allocatorChristian König
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie
2020-10-21drm/ttm: move last binding into the drivers.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-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: 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: use caching instead of placement for ttm_io_protChristian König
2020-10-07drm/ttm: remove ttm_bo_unmap_virtual_locked declaration v2Christian König
2020-09-28drm/ttm: remove fault callbackChristian König
2020-09-18drm/ttm: drop special pipeline accel cleanup function.Dave Airlie
2020-09-18drm/ttm: add a simple assign mem to bo wrapperDave Airlie
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie
2020-09-16drm/ttm: split bound/populated flags.Dave Airlie
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie
2020-09-16drm/ttm: wrap tt destroy. (v2)Dave Airlie
2020-09-15drm/ttm: remove available_cachingChristian König
2020-09-15drm/ttm: remove default cachingChristian König
2020-09-11drm/ttm: nuke memory type flagsChristian König
2020-09-09drm/ttm: add optional bind/unbind via driver.Dave Airlie
2020-09-09drm/ttm: introduce ttm_bo_move_nullDave Airlie
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie
2020-09-03drm/ttm: remove io_reserve_lru handling v3Christian König
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2020-08-12drm/ttm: give resource functions their own [ch] filesChristian König
2020-08-12drm/ttm: rename ttm_resource_manager_func callbacksChristian König
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie
2020-08-06drm/ttm: add a wrapper for checking if manager is in useDave Airlie
2020-08-06drm/ttm: drop type manager has_typeDave Airlie
2020-08-06drm/ttm: drop list of memory managers from device. (v2)Dave Airlie
2020-08-06drm/ttm: drop man->bdev link.Dave Airlie
2020-08-06drm/ttm: drop priv pointer in memory managerDave Airlie
2020-08-06drm/ttm: make ttm_range_man_init/takedown take type + argsDave Airlie
2020-08-06drm/ttm: allow drivers to provide their own manager subclassesDave Airlie
2020-08-06drm/ttm: rename manager variable to make sure wrapper is used.Dave Airlie
2020-08-06drm/ttm: add wrapper to get manager from bdev.Dave Airlie
2020-08-06drm/ttm: make TTM responsible for cleaning system only.Dave Airlie
2020-08-06drm/ttm: start allowing drivers to use new takedown path (v2)Dave Airlie
2020-08-06drm/ttm: make some inline helper functions for cleanup paths. (v2)Dave Airlie
2020-08-06drm/ttm: purge old manager init path.Dave Airlie
2020-08-06drm/ttm: provide a driver-led init path for range mm manager. (v2)Dave Airlie
2020-08-06drm/ttm: split the mm manager init code (v2)Dave Airlie
2020-08-06drm/ttm: export memory type debug entrypoint.Dave Airlie