blob: 309996afc4ebbf32f434d2034f303338fb93ba61 [file] [log] [blame]
c37d951cb42a ("drm/ttm: add move old to system to drivers.")
b8b99c7ddcce ("drm/ttm: split out the move to system from move ttm code")
87ed94238cb5 ("drm/ttm: refactor out common code to setup a new tt backed resource")
d1934d2b687a ("drm/ttm: drop free old node wrapper.")
ce65b874001d ("drm/ttm: nuke caching placement flags")
1b4ea4c5980f ("drm/ttm: set the tt caching state at creation time")
bcff5d3e3bab ("drm/vmwgfx: add a move callback.")
881c4117957b ("drm/qxl: drop unused code (v2)")
12b68474e6d5 ("drm/nouveau/ttm: handle ttm moves properly.")
51e50e542204 ("drm/radeon/ttm: handle ttm moves properly")
3a08446b31e3 ("drm/amdgpu/ttm: handle tt moves properly.")
6236d953f7ac ("drm/ttm: handle the SYSTEM->TT path in same place as others.")
6797cea18d39 ("drm/nouveau: switch over to the new pin interface")
ab861424cb58 ("drm/ttm: remove persistent_swap_storage")
0ef1ed813e6b ("drm/ttm: add bo wait that takes a ctx wrapper.")
546618674593 ("drm/nouveau/ttm: plumb ctx through move functions.")
b1ec2924aa5a ("drm/radeon: cleanup ttm operation ctx usage.")
db9c1734ad69 ("drm/ttm: stop dangerous caching attribute change")
4127a6204970 ("drm/ttm: remove nonsense AGP handling")
4856e5aa0ef1 ("drm/ttm: drop evicted from ttm_bo.")
e46f468fef95 ("drm/ttm: drop special pipeline accel cleanup function.")
92afce909530 ("drm/ttm: make common function for wait/free node path.")
13a8f46d8030 ("drm/ttm: move ghost object creation to a common function")
2ee476f77ffe ("drm/ttm: add a simple assign mem to bo wrapper")
7626168fd132 ("drm/ttm: flip tt destroy ordering.")
0b988ca1c7c4 ("drm/ttm: protect against reentrant bind in the drivers")
3312be8f6fc8 ("drm/ttm: move populated state into page flags")
3a4ab168a5df ("drm/ttm: split bound/populated flags.")
9e9a153bdf25 ("drm/ttm: move ttm binding/unbinding out of ttm_tt paths.")
2040ec970e94 ("drm/ttm: split populate out from binding.")
395a73f8ba6f ("drm/ttm: tt destroy move null check to outer function.")
2ff6e69c0449 ("drm/ttm: wrap tt destroy. (v2)")
7eec91513827 ("drm/ttm/tt: add wrappers to set tt state.")
9c3006a4cc1b ("drm/ttm: remove available_caching")
5839172f0980 ("drm/nouveau: explicitly specify caching to use")
0fe438cec9e1 ("drm/ttm: remove default caching")
48e07c23cbeb ("drm/ttm: nuke memory type flags")
e03d342c621b ("drm/vmwgfx: stop setting multiple domain flags")
81b615798e94 ("drm/nouveau: stop using TTM placement flags")
7053e0eab473 ("drm/vram-helper: stop using TTM placement flags")
04e89ff364de ("drm/ttm: drop the tt backend function paths.")
48efa57e4f1b ("drm/ttm/agp: remove bdev from agp helpers")
434825546e45 ("drm/ttm: get rid of agp specific populate/unpopulate paths.")
84693830aade ("drm/gem_vram/ttm: move to driver backend destroy function.")
8635784a8733 ("drm/nouveau/ttm: use driver bind/unbind/destroy functions.")
a68bb1938b51 ("drm/radeon/ttm: move to driver binding/destroy functions. (v2)")
738edc0adb38 ("drm/ttm/agp: export bind/unbind/destroy for drivers to use.")
dc2caa305a6f ("drm/qxl: move bind/unbind/destroy to the driver function table.")
86008a7553e6 ("drm/ttm: add optional bind/unbind via driver.")
ecfe6953fa00 ("drm/ttm: introduce ttm_bo_move_null")