summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: drop sysfs directoryChristian König2021-02-092-52/+0
* drm/ttm: move memory accounting into vmwgfx v4Christian König2021-02-096-740/+22
* drm/ttm: rework ttm_tt page limit v4Christian König2021-02-093-12/+104
* drm/ttm: fix removal of bo_count sysfs fileChristian König2021-02-091-2/+0
* drm/ttm: device naming cleanupChristian König2021-01-2110-253/+292
* drm/ttm: optimize ttm pool shrinker a bitChristian König2021-01-201-7/+16
* drm/ttm: add debugfs entry to test pool shrinker v2Christian König2021-01-201-18/+35
* drm/ttm: add a debugfs file for the global page poolsChristian König2021-01-201-20/+50
* drm/ttm: add debugfs directory v2Christian König2021-01-203-47/+11
* 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: fix unused function warningArnd Bergmann2020-12-161-15/+14
* | | 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: 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-201-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-221-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
* | drm/ttm: drop ttm_bo_move_ttm wrapperDave Airlie2020-10-191-19/+0
* | drm/ttm: add move old to system to drivers.Dave Airlie2020-10-191-2/+3
* | drm/ttm: use new move interface for known system->ttm movesDave Airlie2020-10-191-0/+1