summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)Author
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
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: split populate out from binding.Dave Airlie
2020-09-16drm/ttm: tt destroy move null check to outer function.Dave Airlie
2020-09-16drm/ttm: wrap tt destroy. (v2)Dave Airlie
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie
2020-09-15drm/ttm: remove available_cachingChristian König
2020-09-15drm/ttm: remove default cachingChristian König
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-09-11drm/ttm: nuke memory type flagsChristian König
2020-09-09drm/ttm: drop the tt backend function paths.Dave Airlie
2020-09-09drm/ttm/agp: remove bdev from agp helpersDave Airlie
2020-09-09drm/ttm: get rid of agp specific populate/unpopulate paths.Dave Airlie
2020-09-09drm/ttm/agp: drop back end bindings from agpDave Airlie
2020-09-09drm/ttm/agp: export bind/unbind/destroy for drivers to use.Dave Airlie
2020-09-09drm/ttm: add optional bind/unbind via driver.Dave Airlie
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie
2020-09-03drm/ttm: remove io_reserve_lru handling v3Christian König
2020-09-03drm/ttm: make sure that we always zero init mem.bus v2Christian König
2020-08-24drm/ttm: drop bus.size from bus placement.Dave Airlie
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva