summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: Fix TTM page pool accountingAnthony DeRossi2021-03-111-2/+2
* drm/ttm: soften TTM warningsChristian König2021-03-111-2/+6
* Merge tag 'drm-next-2021-02-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-251-3/+6
|\
| * drm/ttm: Fix a memory leakxinhui pan2021-02-251-3/+6
* | Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-02-2110-94/+101
|\|
| * Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2021-01-251-18/+17
| |\
| * \ Merge drm/drm-next into drm-misc-nextMaarten Lankhorst2021-01-071-15/+14
| |\ \
| | * \ Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2021-01-0710-94/+99
| | |\ \
| * | | | drm/ttm: Remove pinned bos from LRU in ttm_bo_move_to_lru_tail() v2Lyude Paul2021-01-061-1/+3
| | |/ / | |/| |
| * | | drm/ttm: cleanup LRU handling furtherChristian König2020-12-152-37/+27
| * | | drm/ttm: use pin_count more extensivelyChristian König2020-12-151-2/+1
| * | | drm/ttm: cleanup BO size handling v3Christian König2020-12-144-34/+21
| * | | drm/ttm: stop destroying pinned ghost objectChristian König2020-12-011-1/+3
| * | | drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König2020-12-017-6/+46
| * | | drm/ttm: nuke ttm_dma_tt_initChristian König2020-11-301-13/+0
| * | | drm/ttm: Warn on pinning without holding a referenceDaniel Vetter2020-11-271-1/+1
* | | | drm/ttm: make sure pool pages are clearedChristian König2021-02-111-0/+10
* | | | drm/ttm: Use __GFP_NOWARN for huge pages in ttm_pool_alloc_pageMichel Dänzer2021-01-281-1/+1
| |_|/ |/| |
* | | drm/ttm: stop using GFP_TRANSHUGE_LIGHTChristian König2021-01-181-5/+6
* | | drm/ttm: make the pool shrinker lock a mutexChristian König2021-01-121-10/+10
* | | drm/ttm: Fix address passed to dma_mapping_error() in ttm_pool_map()Jeremy Cline2021-01-111-1/+1
* | | drm/ttm: unexport ttm_pool_init/finiChristian König2021-01-071-2/+0
| |/ |/|
* | drm/ttm: fix unused function warningArnd Bergmann2020-12-161-15/+14
|/
* drm/ttm: fix DMA32 handling in the global page poolChristian König2020-11-191-0/+22
* drm/ttm/ttm_tt: Demote kernel-doc header format abusesLee Jones2020-11-171-2/+2
* drm/ttm/ttm_range_manager: Demote non-conformant kernel-doc headerLee Jones2020-11-171-1/+1
* drm/ttm/ttm_bo: Fix one function header - demote lots of kernel-doc abusesLee Jones2020-11-171-11/+12
* drm/ttm: fix missing NULL check in the new page poolChristian König2020-11-131-1/+1
* drm/ttm: add multihop infrastrucutre (v3)Dave Airlie2020-11-111-9/+65
* drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpersThomas Zimmermann2020-11-091-0/+72
* drm/ttm: replace context flags with bools v2Christian König2020-11-044-5/+5
* drm/ttm: rework no_retry handling v2Christian König2020-11-042-8/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-021-1/+1
|\
| * drm/ttm: fix eviction valuable range check.Dave Airlie2020-10-211-1/+1
* | drm/ttm: nuke old page allocatorChristian König2020-10-298-2500/+2
* | drm/ttm: wire up the new pool as default one v2Christian König2020-10-293-6/+9
* | drm/ttm: new TT backend allocation pool v3Christian König2020-10-293-1/+671
* | drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König2020-10-264-73/+58
* | drm/ttm: move swapin out of page alloc backendChristian König2020-10-263-16/+8
* | drm/ttm: nuke ttm_tt_set_(un)populated againChristian König2020-10-263-8/+7
* | drm/ttm: remove overlapping memcpy supportDave Airlie2020-10-231-16/+3
* | drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie2020-10-221-2/+2
* | drm/ttm: ttm_bo_mem_placement doesn't need ctx parameter.Dave Airlie2020-10-221-5/+3
* | drm/ttm: move last binding into the drivers.Dave Airlie2020-10-211-4/+0
* | drm/ttm: drop move notify around move.Dave Airlie2020-10-211-11/+1
* | drm/ttm: remove move to new and inline into remainging place.Dave Airlie2020-10-212-27/+9
* | drm/ttm: drop unbind callback.Dave Airlie2020-10-211-5/+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