summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanupMatthew Auld2022-04-121-0/+15
* drm/ttm: remove bo->movingChristian König2022-04-071-7/+0
* dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König2022-04-071-2/+2
* dma-buf: specify usage while adding fences to dma_resv obj v7Christian König2022-04-071-2/+3
* dma-buf/drivers: make reserving a shared slot mandatory v4Christian König2022-04-061-3/+9
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-051-8/+8
|\
| * Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-02-111-8/+8
| |\
| | * dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-8/+8
* | | drm/ttm: move the LRU into resource handling v4Christian König2022-03-281-1/+0
|/ /
* / drm/ttm: add a weak BO reference to the resource v3Christian König2022-01-261-2/+5
|/
* Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-021-11/+10
|\
| * Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie2021-10-111-10/+9
| |\
| | * Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen2021-09-151-4/+5
| | |\
| | * | drm/ttm, drm/i915: Update ttm_move_memcpy for async useThomas Hellström2021-08-251-10/+10
| * | | drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld2021-09-291-2/+2
| | |/ | |/|
* / | drm/ttm: fix memleak in ttm_transfered_destroyChristian König2021-10-211-0/+1
|/ /
* | drm/ttm: Fix ttm_bo_move_memcpy() for subclassed struct ttm_resourceThomas Hellström2021-08-311-4/+3
* | drm/ttm: add missing NULL checksPavel Skripkin2021-07-211-0/+3
|/
* drm/ttm: fix pipelined gutting v2Christian König2021-06-081-8/+20
* drm/ttm: fix warning after moving resource to ghost objChristian König2021-06-071-0/+1
* drm/ttm: Document and optimize ttm_bo_pipeline_gutting()Thomas Hellström2021-06-071-5/+49
* drm/ttm: Use drm_memcpy_from_wc for TTM bo movesThomas Hellström2021-06-071-16/+3
* drm/ttm: Add a generic TTM memcpy move for page-based iomemThomas Hellström2021-06-071-181/+98
* drm/ttm: allocate resource object instead of embedding it v2Christian König2021-06-041-22/+21
* drm/ttm: rename bo->mem and make it a pointerChristian König2021-06-021-24/+25
* drm/ttm: always initialize the full ttm_resource v2Christian König2021-05-031-2/+2
* drm/ttm: ioremap buffer according to TTM mem caching settingOak Zeng2021-04-081-0/+14
* drm/ttm: remove swap LRU v3Christian König2021-03-241-1/+0
* drm/ttm: move memory accounting into vmwgfx v4Christian König2021-02-091-1/+0
* drm/ttm: device naming cleanupChristian König2021-01-211-12/+12
* drm/ttm: cleanup BO size handling v3Christian König2020-12-141-6/+6
* drm/ttm: stop destroying pinned ghost objectChristian König2020-12-011-1/+3
* drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpersThomas Zimmermann2020-11-091-0/+72
* drm/ttm: remove overlapping memcpy supportDave Airlie2020-10-231-16/+3
* drm/ttm: remove move to new and inline into remainging place.Dave Airlie2020-10-211-20/+0
* drm/ttm: add move to system into driversDave Airlie2020-10-211-21/+0
* drm/ttm: minor cleanup to move to systemDave Airlie2020-10-211-3/+1
* drm/ttm: move some move binds into the driversDave Airlie2020-10-211-1/+0
* drm/ttm: drop ttm_bo_move_ttm wrapperDave Airlie2020-10-201-19/+0
* drm/ttm: add move old to system to drivers.Dave Airlie2020-10-201-2/+3
* drm/ttm: use new move interface for known system->ttm movesDave Airlie2020-10-201-0/+1
* drm/ttm: split out the move to system from move ttm codeDave Airlie2020-10-201-14/+25
* drm/ttm: refactor out common code to setup a new tt backed resourceDave Airlie2020-10-201-11/+23
* drm/ttm: drop free old node wrapper.Dave Airlie2020-10-191-8/+3
* drm/ttm: nuke caching placement flagsChristian König2020-10-151-7/+3
* drm/ttm: use caching instead of placement for ttm_io_protChristian König2020-10-151-9/+14
* drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König2020-09-241-1/+1
* drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie2020-09-241-2/+2
* drm/ttm: drop special pipeline accel cleanup function.Dave Airlie2020-09-181-57/+32
* drm/ttm: make common function for wait/free node path.Dave Airlie2020-09-181-18/+20