summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo_util.c
Commit message (Expand)AuthorAgeFilesLines
* drm/gem-vram: handle NULL bo->resource in move callbackMatthew Auld2023-02-231-2/+2
* drm/ttm: stop allocating a dummy resource for pipelined guttingChristian König2023-02-061-13/+2
* Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-311-1/+1
|\
| * drm/ttm: Fix a regression causing kernel oops'esZack Rusin2023-01-121-1/+1
* | drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFXChristian König2023-01-181-7/+12
* | drm/ttm: fix some minor kerneldoc issuesChristian König2023-01-171-7/+6
* | drm/ttm: Include <linux/vmalloc.h> to fix MIPS buildThomas Zimmermann2023-01-171-0/+2
* | drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2022-12-061-10/+100
* | drm/ttm: use per BO cleanup workersChristian König2022-12-061-1/+0
|/
* drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath2022-10-271-3/+3
* Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-051-2/+9
|\
| * drm/ttm: add dma_resv_assert_held() calls to vmap/vunmapChristian König2022-09-261-0/+4
| * drm/ttm: audit bo->resource usage v2Christian König2022-07-111-2/+5
* | drm/ttm: cleanup the resource of ghost objects after locking themChristian König2022-09-081-5/+5
* | drm/ttm: update bulk move object of ghost BOZhenGuo Yin2022-09-061-0/+3
|/
* 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