summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c
AgeCommit message (Expand)Author
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-09-26drm/ttm: add dma_resv_assert_held() calls to vmap/vunmapChristian König
2022-09-08drm/ttm: cleanup the resource of ghost objects after locking themChristian König
2022-09-06drm/ttm: update bulk move object of ghost BOZhenGuo Yin
2022-07-11drm/ttm: audit bo->resource usage v2Christian König
2022-04-12drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanupMatthew Auld
2022-04-07drm/ttm: remove bo->movingChristian König
2022-04-07dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard
2022-03-28drm/ttm: move the LRU into resource handling v4Christian König
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi
2022-01-26drm/ttm: add a weak BO reference to the resource v3Christian König
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