aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-10/+9
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld1-2/+2
2021-09-15Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen1-4/+5
2021-08-31drm/ttm: Fix ttm_bo_move_memcpy() for subclassed struct ttm_resourceThomas Hellström1-4/+3
2021-08-25drm/ttm, drm/i915: Update ttm_move_memcpy for async useThomas Hellström1-10/+10
2021-07-21drm/ttm: add missing NULL checksPavel Skripkin1-0/+3
2021-06-08drm/ttm: fix pipelined gutting v2Christian König1-8/+20
2021-06-07drm/ttm: fix warning after moving resource to ghost objChristian König1-0/+1
2021-06-07drm/ttm: Document and optimize ttm_bo_pipeline_gutting()Thomas Hellström1-5/+49
2021-06-07drm/ttm: Use drm_memcpy_from_wc for TTM bo movesThomas Hellström1-16/+3
2021-06-07drm/ttm: Add a generic TTM memcpy move for page-based iomemThomas Hellström1-181/+98
2021-06-04drm/ttm: allocate resource object instead of embedding it v2Christian König1-22/+21
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-24/+25
2021-05-03drm/ttm: always initialize the full ttm_resource v2Christian König1-2/+2
2021-04-08drm/ttm: ioremap buffer according to TTM mem caching settingOak Zeng1-0/+14
2021-03-24drm/ttm: remove swap LRU v3Christian König1-1/+0
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König1-1/+0
2021-01-21drm/ttm: device naming cleanupChristian König1-12/+12
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-6/+6
2020-12-01drm/ttm: stop destroying pinned ghost objectChristian König1-1/+3
2020-11-09drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpersThomas Zimmermann1-0/+72
2020-10-23drm/ttm: remove overlapping memcpy supportDave Airlie1-16/+3
2020-10-21drm/ttm: remove move to new and inline into remainging place.Dave Airlie1-20/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie1-21/+0
2020-10-21drm/ttm: minor cleanup to move to systemDave Airlie1-3/+1
2020-10-21drm/ttm: move some move binds into the driversDave Airlie1-1/+0
2020-10-20drm/ttm: drop ttm_bo_move_ttm wrapperDave Airlie1-19/+0
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie1-2/+3
2020-10-20drm/ttm: use new move interface for known system->ttm movesDave Airlie1-0/+1
2020-10-20drm/ttm: split out the move to system from move ttm codeDave Airlie1-14/+25
2020-10-20drm/ttm: refactor out common code to setup a new tt backed resourceDave Airlie1-11/+23
2020-10-19drm/ttm: drop free old node wrapper.Dave Airlie1-8/+3
2020-10-15drm/ttm: nuke caching placement flagsChristian König1-7/+3
2020-10-15drm/ttm: use caching instead of placement for ttm_io_protChristian König1-9/+14
2020-09-24drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König1-1/+1
2020-09-24drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie1-2/+2
2020-09-18drm/ttm: drop special pipeline accel cleanup function.Dave Airlie1-57/+32
2020-09-18drm/ttm: make common function for wait/free node path.Dave Airlie1-18/+20
2020-09-18drm/ttm: move ghost object creation to a common functionDave Airlie1-62/+42
2020-09-18drm/ttm: add a simple assign mem to bo wrapperDave Airlie1-12/+6
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie1-5/+0
2020-09-16drm/ttm: split bound/populated flags.Dave Airlie1-4/+11
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie1-3/+2
2020-09-16drm/ttm: split populate out from binding.Dave Airlie1-1/+6
2020-09-16drm/ttm: tt destroy move null check to outer function.Dave Airlie1-0/+1
2020-09-16drm/ttm: wrap tt destroy. (v2)Dave Airlie1-12/+6
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie1-1/+1
2020-09-11drm/ttm: nuke memory type flagsChristian König1-2/+0
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-11/+6
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie1-7/+7