summaryrefslogtreecommitdiff
path: root/include/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2020-10-15drm/ttm: use caching instead of placement for ttm_io_protChristian König1-2/+4
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König1-3/+5
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König2-10/+40
2020-10-07drm/ttm: move ttm_set_memory.h out of includeChristian König1-84/+0
2020-10-07drm/ttm: remove ttm_bo_unmap_virtual_locked declaration v2Christian König1-9/+0
2020-10-07drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König1-1/+0
2020-10-07drm/ttm: drop glob parameter from ttm_bo_swapoutChristian König1-2/+1
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König2-22/+2
2020-10-07drm/ttm: remove TTM_PAGE_FLAG_WRITEChristian König1-1/+0
2020-09-28drm/ttm: remove fault callbackChristian König1-3/+0
2020-09-24drm/ttm: remove TTM_PL_FLAG_NO_EVICTChristian König1-1/+0
2020-09-24drm/ttm: remove ttm_bo_createChristian König1-24/+0
2020-09-24drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König1-0/+26
2020-09-24drm/ttm: remove persistent_swap_storageChristian König2-6/+1
2020-09-23drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie1-0/+5
2020-09-23drm/ttm: stop dangerous caching attribute changeChristian König1-22/+0
2020-09-23drm/ttm: remove nonsense AGP handlingChristian König1-44/+0
2020-09-17drm/ttm: drop evicted from ttm_bo.Dave Airlie1-1/+0
2020-09-17drm/ttm: drop special pipeline accel cleanup function.Dave Airlie1-15/+2
2020-09-17drm/ttm: add a simple assign mem to bo wrapperDave Airlie1-2/+8
2020-09-17drm/ttm: flip tt destroy ordering.Dave Airlie1-0/+7
2020-09-17drm/ttm: protect against reentrant bind in the driversDave Airlie3-15/+1
2020-09-17drm/ttm: remove superflous extern attribute from funcsChristian König2-24/+20
2020-09-17drm/ttm: some cleanupsChristian König2-13/+0
2020-09-16drm/ttm: move populated state into page flagsDave Airlie1-4/+5
2020-09-16drm/ttm: split bound/populated flags.Dave Airlie3-11/+8
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie2-35/+28
2020-09-16drm/ttm: split populate out from binding.Dave Airlie1-2/+1
2020-09-16drm/ttm: wrap tt destroy. (v2)Dave Airlie1-0/+5
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie1-1/+31
2020-09-15drm/ttm: remove available_cachingChristian König2-7/+1
2020-09-15drm/ttm: remove default cachingChristian König2-5/+0
2020-09-11drm/ttm: nuke memory type flagsChristian König2-25/+1
2020-09-09drm/ttm: drop the tt backend function paths.Dave Airlie1-39/+0
2020-09-09drm/ttm/agp: remove bdev from agp helpersDave Airlie1-6/+3
2020-09-09drm/ttm: get rid of agp specific populate/unpopulate paths.Dave Airlie1-2/+0
2020-09-09drm/ttm/agp: export bind/unbind/destroy for drivers to use.Dave Airlie1-0/+6
2020-09-09drm/ttm: add optional bind/unbind via driver.Dave Airlie1-0/+36
2020-09-09drm/ttm: introduce ttm_bo_move_nullDave Airlie1-0/+17
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-4/+2
2020-09-07drm/ttm: remove bdev from ttm_ttDave Airlie2-16/+16
2020-09-03drm/ttm: remove io_reserve_lru handling v3Christian König3-22/+0
2020-08-24drm/ttm: drop bus.size from bus placement.Dave Airlie1-2/+0
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann3-13/+2
2020-08-12drm/ttm: give resource functions their own [ch] filesChristian König3-251/+271
2020-08-12drm/ttm: rename ttm_resource_manager_func callbacksChristian König1-9/+9
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie3-34/+34
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie2-33/+33
2020-08-06drm/ttm: add a wrapper for checking if manager is in useDave Airlie1-0/+14
2020-08-06drm/ttm: drop type manager has_typeDave Airlie1-17/+0