summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c
AgeCommit message (Expand)Author
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-10-21drm/ttm: fix memleak in ttm_transfered_destroyChristian König
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld
2021-09-15Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen
2021-08-31drm/ttm: Fix ttm_bo_move_memcpy() for subclassed struct ttm_resourceThomas Hellström
2021-08-25drm/ttm, drm/i915: Update ttm_move_memcpy for async useThomas Hellström
2021-07-21drm/ttm: add missing NULL checksPavel Skripkin
2021-06-08drm/ttm: fix pipelined gutting v2Christian König
2021-06-07drm/ttm: fix warning after moving resource to ghost objChristian König
2021-06-07drm/ttm: Document and optimize ttm_bo_pipeline_gutting()Thomas Hellström
2021-06-07drm/ttm: Use drm_memcpy_from_wc for TTM bo movesThomas Hellström
2021-06-07drm/ttm: Add a generic TTM memcpy move for page-based iomemThomas Hellström
2021-06-04drm/ttm: allocate resource object instead of embedding it v2Christian König
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König
2021-05-03drm/ttm: always initialize the full ttm_resource v2Christian König
2021-04-08drm/ttm: ioremap buffer according to TTM mem caching settingOak Zeng
2021-03-24drm/ttm: remove swap LRU v3Christian König
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König
2021-01-21drm/ttm: device naming cleanupChristian König
2020-12-14drm/ttm: cleanup BO size handling v3Christian König
2020-12-01drm/ttm: stop destroying pinned ghost objectChristian König
2020-11-09drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpersThomas Zimmermann
2020-10-23drm/ttm: remove overlapping memcpy supportDave Airlie
2020-10-21drm/ttm: remove move to new and inline into remainging place.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-09-24drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König
2020-09-24drm/ttm: add bo wait that takes a ctx wrapper.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: 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: 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-11drm/ttm: nuke memory type flagsChristian König