aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+9
2022-09-26drm/ttm: add dma_resv_assert_held() calls to vmap/vunmapChristian König1-0/+4
2022-09-08drm/ttm: cleanup the resource of ghost objects after locking themChristian König1-5/+5
2022-09-06drm/ttm: update bulk move object of ghost BOZhenGuo Yin1-0/+3
2022-07-11drm/ttm: audit bo->resource usage v2Christian König1-2/+5
2022-04-12drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanupMatthew Auld1-0/+15
2022-04-07drm/ttm: remove bo->movingChristian König1-7/+0
2022-04-07dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König1-2/+2
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König1-2/+3
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König1-3/+9
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-8/+8
2022-03-28drm/ttm: move the LRU into resource handling v4Christian König1-1/+0
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-8/+8
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-8/+8
2022-01-26drm/ttm: add a weak BO reference to the resource v3Christian König1-2/+5
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-11/+10
2021-10-21drm/ttm: fix memleak in ttm_transfered_destroyChristian König1-0/+1
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